Color Hex Logo

#c9bdbe Color Hex

#C9BDBE
(201,189,190)
0 Favorites   0 Comments

Color spaces of #c9bdbe

RGB 201189190
HSL0.990.100.76
HSV355°79°
CMYK 0.000.060.05   0.21
XYZ51.579352.530456.1361
Yxy52.53040.32190.3278
Hunter Lab72.47790.19434.8128
CIE-Lab77.59694.39801.0037

#c9bdbe color RGB value is (201,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111101 10111110
Octal 311 275 276
Decimal 201 189 190
Hex C9 BD BE

RGB Percentages of Color #c9bdbe

%34.66
%32.59
%32.76

CMYK Percentages of Color #c9bdbe

%0
%6
%5
%21

Triadic Colors of #c9bdbe

#c9bdbe #bec9bd #bdbec9

Analogous Colors of #c9bdbe

#c9bdbe #c9c2bd #c9bdc4

Monochromatic Colors of #c9bdbe

#c9bdbe

Complementary Color

#c9bdbe #bdc9c8

#c9bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bdbe Color CSS Codes

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

#c9bdbe Text Font Color

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

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


#c9bdbe Background Color

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

This div background color is #c9bdbe


#c9bdbe Border Color

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

This div border color is #c9bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bdbe


Comments

No comments written yet.

Please login to write comment.