Color Hex Logo

#d9bdc0 Color Hex

#D9BDC0
(217,189,192)
0 Favorites   0 Comments

Color spaces of #d9bdc0

RGB 217189192
HSL0.980.270.80
HSV354°13°85°
CMYK 0.000.130.12   0.15
XYZ56.327354.952757.5073
Yxy54.95270.33370.3256
Hunter Lab74.13015.90455.8961
CIE-Lab79.014010.43842.1517

#d9bdc0 color RGB value is (217,189,192).

#d9bdc0 hex color red value is 217, green value is 189 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #d9bdc0 hue: 0.98 , saturation: 0.27 and the lightness value of d9bdc0 is 0.80.

The process color (four color CMYK) of #d9bdc0 color hex is 0.00, 0.13, 0.12, 0.15. Web safe color of #d9bdc0 is #cccccc. Color #d9bdc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111101 11000000
Octal 331 275 300
Decimal 217 189 192
Hex D9 BD C0

RGB Percentages of Color #d9bdc0

%36.29
%31.61
%32.11

CMYK Percentages of Color #d9bdc0

%0
%13
%12
%15

Triadic Colors of #d9bdc0

#d9bdc0 #c0d9bd #bdc0d9

Analogous Colors of #d9bdc0

#d9bdc0 #d9c8bd #d9bdce

Monochromatic Colors of #d9bdc0

#d9bdc0

Complementary Color

#d9bdc0 #bdd9d6

#d9bdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bdc0 Color CSS Codes

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

#d9bdc0 Text Font Color

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

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


#d9bdc0 Background Color

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

This div background color is #d9bdc0


#d9bdc0 Border Color

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

This div border color is #d9bdc0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,189,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9bdc0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9bdc0;
  -webkit-box-shadow: 1px 1px 3px 2px #d9bdc0;
  box-shadow:         1px 1px 3px 2px #d9bdc0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,189,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bdc0


Comments

No comments written yet.

Please login to write comment.