Color Hex Logo

#cbb9d1 Color Hex

#CBB9D1
(203,185,209)
0 Favorites   0 Comments

Color spaces of #cbb9d1

RGB 203185209
HSL0.790.210.77
HSV285°11°82°
CMYK 0.030.110.00   0.18
XYZ53.486251.997967.5392
Yxy51.99790.30910.3005
Hunter Lab72.10966.2080-5.0554
CIE-Lab77.279610.7310-9.7402

#cbb9d1 color RGB value is (203,185,209).

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

The process color (four color CMYK) of #cbb9d1 color hex is 0.03, 0.11, 0.00, 0.18. Web safe color of #cbb9d1 is #cccccc. Color #cbb9d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 11010001
Octal 313 271 321
Decimal 203 185 209
Hex CB B9 D1

RGB Percentages of Color #cbb9d1

%34.00
%30.99
%35.01

CMYK Percentages of Color #cbb9d1

%3
%11
%0
%18

Triadic Colors of #cbb9d1

#cbb9d1 #d1cbb9 #b9d1cb

Analogous Colors of #cbb9d1

#cbb9d1 #d1b9cb #bfb9d1

Monochromatic Colors of #cbb9d1

#cbb9d1

Complementary Color

#cbb9d1 #bfd1b9

#cbb9d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb9d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb9d1 Color CSS Codes

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

#cbb9d1 Text Font Color

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

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


#cbb9d1 Background Color

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

This div background color is #cbb9d1


#cbb9d1 Border Color

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

This div border color is #cbb9d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb9d1

#cbb9d1 Color Palettes


Comments

No comments written yet.

Please login to write comment.