Color Hex Logo

#c9cbbd Color Hex

#C9CBBD
(201,203,189)
0 Favorites   0 Comments

Color spaces of #c9cbbd

RGB 201203189
HSL0.190.120.77
HSV69°80°
CMYK 0.010.000.07   0.20
XYZ54.628658.803556.6151
Yxy58.80350.32130.3458
Hunter Lab76.6834-7.03429.9048
CIE-Lab81.1835-3.17786.7325

#c9cbbd color RGB value is (201,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001011 10111101
Octal 311 313 275
Decimal 201 203 189
Hex C9 CB BD

RGB Percentages of Color #c9cbbd

%33.90
%34.23
%31.87

CMYK Percentages of Color #c9cbbd

%1
%0
%7
%20

Triadic Colors of #c9cbbd

#c9cbbd #bdc9cb #cbbdc9

Analogous Colors of #c9cbbd

#c9cbbd #c2cbbd #cbc6bd

Monochromatic Colors of #c9cbbd

#c9cbbd

Complementary Color

#c9cbbd #bfbdcb

#c9cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbbd Color CSS Codes

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

#c9cbbd Text Font Color

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

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


#c9cbbd Background Color

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

This div background color is #c9cbbd


#c9cbbd Border Color

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

This div border color is #c9cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbbd


Comments

No comments written yet.

Please login to write comment.