Color Hex Logo

#c9bcbf Color Hex

#C9BCBF
(201,188,191)
0 Favorites   0 Comments

Color spaces of #c9bcbf

RGB 201188191
HSL0.960.110.76
HSV346°79°
CMYK 0.000.060.05   0.21
XYZ51.474652.145556.6423
Yxy52.14550.32120.3254
Hunter Lab72.21180.86904.0418
CIE-Lab77.36785.10960.1280

#c9bcbf color RGB value is (201,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111100 10111111
Octal 311 274 277
Decimal 201 188 191
Hex C9 BC BF

RGB Percentages of Color #c9bcbf

%34.66
%32.41
%32.93

CMYK Percentages of Color #c9bcbf

%0
%6
%5
%21

Triadic Colors of #c9bcbf

#c9bcbf #bfc9bc #bcbfc9

Analogous Colors of #c9bcbf

#c9bcbf #c9c0bc #c9bcc6

Monochromatic Colors of #c9bcbf

#c9bcbf

Complementary Color

#c9bcbf #bcc9c6

#c9bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bcbf Color CSS Codes

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

#c9bcbf Text Font Color

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

This sample text font color is #c9bcbf
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.


#c9bcbf Background Color

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

This div background color is #c9bcbf


#c9bcbf Border Color

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

This div border color is #c9bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bcbf


Comments

No comments written yet.

Please login to write comment.