Color Hex Logo

#d7dbbd Color Hex

#D7DBBD
(215,219,189)
0 Favorites   0 Comments

Color spaces of #d7dbbd

RGB 215219189
HSL0.190.290.80
HSV68°14°86°
CMYK 0.020.000.14   0.14
XYZ62.541268.784258.1245
Yxy68.78420.33010.3631
Hunter Lab82.9362-10.533816.5029
CIE-Lab86.3971-6.476914.3048

#d7dbbd color RGB value is (215,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011011 10111101
Octal 327 333 275
Decimal 215 219 189
Hex D7 DB BD

RGB Percentages of Color #d7dbbd

%34.51
%35.15
%30.34

CMYK Percentages of Color #d7dbbd

%2
%0
%14
%14

Triadic Colors of #d7dbbd

#d7dbbd #bdd7db #dbbdd7

Analogous Colors of #d7dbbd

#d7dbbd #c8dbbd #dbd0bd

Monochromatic Colors of #d7dbbd

#d7dbbd

Complementary Color

#d7dbbd #c1bddb

#d7dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dbbd Color CSS Codes

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

#d7dbbd Text Font Color

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

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


#d7dbbd Background Color

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

This div background color is #d7dbbd


#d7dbbd Border Color

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

This div border color is #d7dbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7dbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dbbd


Comments

No comments written yet.

Please login to write comment.