Color Hex Logo

#c9b6ee Color Hex

#C9B6EE
(201,182,238)
0 Favorites   0 Comments

Color spaces of #c9b6ee

RGB 201182238
HSL0.720.620.82
HSV260°24°93°
CMYK 0.160.240.00   0.07
XYZ56.248052.046587.9703
Yxy52.04650.28660.2652
Hunter Lab72.143312.9205-21.7970
CIE-Lab77.308617.5919-25.3984

#c9b6ee color RGB value is (201,182,238).

#c9b6ee hex color red value is 201, green value is 182 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c9b6ee hue: 0.72 , saturation: 0.62 and the lightness value of c9b6ee is 0.82.

The process color (four color CMYK) of #c9b6ee color hex is 0.16, 0.24, 0.00, 0.07. Web safe color of #c9b6ee is #ccccff. Color #c9b6ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110110 11101110
Octal 311 266 356
Decimal 201 182 238
Hex C9 B6 EE

RGB Percentages of Color #c9b6ee

%32.37
%29.31
%38.33

CMYK Percentages of Color #c9b6ee

%16
%24
%0
%7

Triadic Colors of #c9b6ee

#c9b6ee #eec9b6 #b6eec9

Analogous Colors of #c9b6ee

#c9b6ee #e5b6ee #b6bfee

Monochromatic Colors of #c9b6ee

#c9b6ee

Complementary Color

#c9b6ee #dbeeb6

#c9b6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b6ee Color CSS Codes

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

#c9b6ee Text Font Color

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

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


#c9b6ee Background Color

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

This div background color is #c9b6ee


#c9b6ee Border Color

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

This div border color is #c9b6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b6ee


Comments

No comments written yet.

Please login to write comment.