Color Hex Logo

#c9bfcd Color Hex

#C9BFCD
(201,191,205)
0 Favorites   0 Comments

Color spaces of #c9bfcd

RGB 201191205
HSL0.790.120.78
HSV283°80°
CMYK 0.020.070.00   0.20
XYZ53.737654.086965.3651
Yxy54.08690.31030.3123
Hunter Lab73.54381.7262-1.2158
CIE-Lab78.51246.0630-5.7645

#c9bfcd color RGB value is (201,191,205).

#c9bfcd hex color red value is 201, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c9bfcd hue: 0.79 , saturation: 0.12 and the lightness value of c9bfcd is 0.78.

The process color (four color CMYK) of #c9bfcd color hex is 0.02, 0.07, 0.00, 0.20. Web safe color of #c9bfcd is #cccccc. Color #c9bfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111111 11001101
Octal 311 277 315
Decimal 201 191 205
Hex C9 BF CD

RGB Percentages of Color #c9bfcd

%33.67
%31.99
%34.34

CMYK Percentages of Color #c9bfcd

%2
%7
%0
%20

Triadic Colors of #c9bfcd

#c9bfcd #cdc9bf #bfcdc9

Analogous Colors of #c9bfcd

#c9bfcd #cdbfca #c2bfcd

Monochromatic Colors of #c9bfcd

#c9bfcd

Complementary Color

#c9bfcd #c3cdbf

#c9bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bfcd Color CSS Codes

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

#c9bfcd Text Font Color

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

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


#c9bfcd Background Color

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

This div background color is #c9bfcd


#c9bfcd Border Color

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

This div border color is #c9bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bfcd


Comments

No comments written yet.

Please login to write comment.