Color Hex Logo

#c9cbbf Color Hex

#C9CBBF
(201,203,191)
0 Favorites   0 Comments

Color spaces of #c9cbbf

RGB 201203191
HSL0.190.100.77
HSV70°80°
CMYK 0.010.000.06   0.20
XYZ54.847358.891057.7665
Yxy58.89100.31980.3434
Hunter Lab76.7405-6.71989.0877
CIE-Lab81.2316-2.83145.7326

#c9cbbf color RGB value is (201,203,191).

#c9cbbf hex color red value is 201, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c9cbbf hue: 0.19 , saturation: 0.10 and the lightness value of c9cbbf is 0.77.

The process color (four color CMYK) of #c9cbbf color hex is 0.01, 0.00, 0.06, 0.20. Web safe color of #c9cbbf is #cccccc. Color #c9cbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001011 10111111
Octal 311 313 277
Decimal 201 203 191
Hex C9 CB BF

RGB Percentages of Color #c9cbbf

%33.78
%34.12
%32.10

CMYK Percentages of Color #c9cbbf

%1
%0
%6
%20

Triadic Colors of #c9cbbf

#c9cbbf #bfc9cb #cbbfc9

Analogous Colors of #c9cbbf

#c9cbbf #c3cbbf #cbc7bf

Monochromatic Colors of #c9cbbf

#c9cbbf

Complementary Color

#c9cbbf #c1bfcb

#c9cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbbf Color CSS Codes

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

#c9cbbf Text Font Color

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

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


#c9cbbf Background Color

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

This div background color is #c9cbbf


#c9cbbf Border Color

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

This div border color is #c9cbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,203,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 #c9cbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbbf


Comments

No comments written yet.

Please login to write comment.