Color Hex Logo

#c9b6be Color Hex

#C9B6BE
(201,182,190)
0 Favorites   0 Comments

Color spaces of #c9b6be

RGB 201182190
HSL0.930.150.75
HSV335°79°
CMYK 0.000.090.05   0.21
XYZ50.109649.591155.6462
Yxy49.59110.32260.3192
Hunter Lab70.42093.77902.4441
CIE-Lab75.81768.1565-1.5963

#c9b6be color RGB value is (201,182,190).

#c9b6be hex color red value is 201, green value is 182 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c9b6be hue: 0.93 , saturation: 0.15 and the lightness value of c9b6be is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110110 10111110
Octal 311 266 276
Decimal 201 182 190
Hex C9 B6 BE

RGB Percentages of Color #c9b6be

%35.08
%31.76
%33.16

CMYK Percentages of Color #c9b6be

%0
%9
%5
%21

Triadic Colors of #c9b6be

#c9b6be #bec9b6 #b6bec9

Analogous Colors of #c9b6be

#c9b6be #c9b8b6 #c9b6c8

Monochromatic Colors of #c9b6be

#c9b6be

Complementary Color

#c9b6be #b6c9c1

#c9b6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b6be Color CSS Codes

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

#c9b6be Text Font Color

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

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


#c9b6be Background Color

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

This div background color is #c9b6be


#c9b6be Border Color

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

This div border color is #c9b6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b6be

#c9b6be Color Palettes


Comments

No comments written yet.

Please login to write comment.