Color Hex Logo

#cbb9d6 Color Hex

#CBB9D6
(203,185,214)
0 Favorites   0 Comments

Color spaces of #cbb9d6

RGB 203185214
HSL0.770.260.78
HSV277°14°84°
CMYK 0.050.140.00   0.16
XYZ54.115252.249570.8513
Yxy52.24950.30540.2948
Hunter Lab72.28387.1372-7.5163
CIE-Lab77.429811.6955-12.2251

#cbb9d6 color RGB value is (203,185,214).

#cbb9d6 hex color red value is 203, green value is 185 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #cbb9d6 hue: 0.77 , saturation: 0.26 and the lightness value of cbb9d6 is 0.78.

The process color (four color CMYK) of #cbb9d6 color hex is 0.05, 0.14, 0.00, 0.16. Web safe color of #cbb9d6 is #cccccc. Color #cbb9d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 11010110
Octal 313 271 326
Decimal 203 185 214
Hex CB B9 D6

RGB Percentages of Color #cbb9d6

%33.72
%30.73
%35.55

CMYK Percentages of Color #cbb9d6

%5
%14
%0
%16

Triadic Colors of #cbb9d6

#cbb9d6 #d6cbb9 #b9d6cb

Analogous Colors of #cbb9d6

#cbb9d6 #d6b9d3 #bdb9d6

Monochromatic Colors of #cbb9d6

#cbb9d6

Complementary Color

#cbb9d6 #c4d6b9

#cbb9d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb9d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb9d6 Color CSS Codes

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

#cbb9d6 Text Font Color

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

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


#cbb9d6 Background Color

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

This div background color is #cbb9d6


#cbb9d6 Border Color

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

This div border color is #cbb9d6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,185,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbb9d6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbb9d6;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb9d6;
  box-shadow:         1px 1px 3px 2px #cbb9d6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,185,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb9d6


Comments

No comments written yet.

Please login to write comment.