Color Hex Logo

#d9dbbd Color Hex

#D9DBBD
(217,219,189)
0 Favorites   0 Comments

Color spaces of #d9dbbd

RGB 217219189
HSL0.180.290.80
HSV64°14°86°
CMYK 0.010.000.14   0.14
XYZ63.132169.088958.1522
Yxy69.08890.33160.3629
Hunter Lab83.1197-9.883116.7034
CIE-Lab86.5481-5.762314.5393

#d9dbbd color RGB value is (217,219,189).

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

The process color (four color CMYK) of #d9dbbd color hex is 0.01, 0.00, 0.14, 0.14. Web safe color of #d9dbbd is #cccccc. Color #d9dbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 10111101
Octal 331 333 275
Decimal 217 219 189
Hex D9 DB BD

RGB Percentages of Color #d9dbbd

%34.72
%35.04
%30.24

CMYK Percentages of Color #d9dbbd

%1
%0
%14
%14

Triadic Colors of #d9dbbd

#d9dbbd #bdd9db #dbbdd9

Analogous Colors of #d9dbbd

#d9dbbd #cadbbd #dbcebd

Monochromatic Colors of #d9dbbd

#d9dbbd

Complementary Color

#d9dbbd #bfbddb

#d9dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbbd Color CSS Codes

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

#d9dbbd Text Font Color

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

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


#d9dbbd Background Color

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

This div background color is #d9dbbd


#d9dbbd Border Color

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

This div border color is #d9dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbbd


Comments

No comments written yet.

Please login to write comment.