Color Hex Logo

#c9bcbd Color Hex

#C9BCBD
(201,188,189)
0 Favorites   0 Comments

Color spaces of #c9bcbd

RGB 201188189
HSL0.990.110.76
HSV355°79°
CMYK 0.000.060.06   0.21
XYZ51.255952.058155.4908
Yxy52.05810.32280.3278
Hunter Lab72.15130.54074.9066
CIE-Lab77.31564.75661.1354

#c9bcbd color RGB value is (201,188,189).

#c9bcbd hex color red value is 201, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c9bcbd hue: 0.99 , saturation: 0.11 and the lightness value of c9bcbd is 0.76.

The process color (four color CMYK) of #c9bcbd color hex is 0.00, 0.06, 0.06, 0.21. Web safe color of #c9bcbd is #cccccc. Color #c9bcbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111100 10111101
Octal 311 274 275
Decimal 201 188 189
Hex C9 BC BD

RGB Percentages of Color #c9bcbd

%34.78
%32.53
%32.70

CMYK Percentages of Color #c9bcbd

%0
%6
%6
%21

Triadic Colors of #c9bcbd

#c9bcbd #bdc9bc #bcbdc9

Analogous Colors of #c9bcbd

#c9bcbd #c9c2bc #c9bcc4

Monochromatic Colors of #c9bcbd

#c9bcbd

Complementary Color

#c9bcbd #bcc9c8

#c9bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bcbd Color CSS Codes

.mybgcolor {background-color:#c9bcbd; } 
.myforecolor {color:#c9bcbd; }
.mybordercolor {border:3px solid #c9bcbd; }

#c9bcbd Text Font Color

<p style="color:#c9bcbd">Text here</p>

This sample text font color is #c9bcbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c9bcbd Background Color

<div style="background-color:#c9bcbd">
Div content here</div>

This div background color is #c9bcbd


#c9bcbd Border Color

<div style="border:3px solid #c9bcbd">
Div here</div>

This div border color is #c9bcbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,188,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9bcbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9bcbd;
  -webkit-box-shadow: 1px 1px 3px 2px #c9bcbd;
  box-shadow:         1px 1px 3px 2px #c9bcbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,188,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c9bcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c9bcbd;
  -webkit-box-shadow: 1px 1px 3px 2px #c9bcbd;
  box-shadow:         1px 1px 3px 2px #c9bcbd;">
Div content here</div>

This div box has shadow with color #c9bcbd

#c9bcbd Color Palettes


Comments

No comments written yet.

Please login to write comment.