Color Hex Logo

#c9bcbe Color Hex

#C9BCBE
(201,188,190)
0 Favorites   0 Comments

Color spaces of #c9bcbe

RGB 201188190
HSL0.970.110.76
HSV351°79°
CMYK 0.000.060.05   0.21
XYZ51.364952.101756.0646
Yxy52.10170.32200.3266
Hunter Lab72.18150.70434.4755
CIE-Lab77.34164.93260.6316

#c9bcbe color RGB value is (201,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111100 10111110
Octal 311 274 276
Decimal 201 188 190
Hex C9 BC BE

RGB Percentages of Color #c9bcbe

%34.72
%32.47
%32.82

CMYK Percentages of Color #c9bcbe

%0
%6
%5
%21

Triadic Colors of #c9bcbe

#c9bcbe #bec9bc #bcbec9

Analogous Colors of #c9bcbe

#c9bcbe #c9c1bc #c9bcc5

Monochromatic Colors of #c9bcbe

#c9bcbe

Complementary Color

#c9bcbe #bcc9c7

#c9bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bcbe Color CSS Codes

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

#c9bcbe Text Font Color

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

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


#c9bcbe Background Color

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

This div background color is #c9bcbe


#c9bcbe Border Color

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

This div border color is #c9bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bcbe


Comments

No comments written yet.

Please login to write comment.