Color Hex Logo

#d7dbbc Color Hex

#D7DBBC
(215,219,188)
0 Favorites   0 Comments

Color spaces of #d7dbbc

RGB 215219188
HSL0.190.300.80
HSV68°14°86°
CMYK 0.020.000.14   0.14
XYZ62.432968.740957.5547
Yxy68.74090.33080.3642
Hunter Lab82.9101-10.678816.8791
CIE-Lab86.3756-6.635414.7996

#d7dbbc color RGB value is (215,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011011 10111100
Octal 327 333 274
Decimal 215 219 188
Hex D7 DB BC

RGB Percentages of Color #d7dbbc

%34.57
%35.21
%30.23

CMYK Percentages of Color #d7dbbc

%2
%0
%14
%14

Triadic Colors of #d7dbbc

#d7dbbc #bcd7db #dbbcd7

Analogous Colors of #d7dbbc

#d7dbbc #c8dbbc #dbd0bc

Monochromatic Colors of #d7dbbc

#d7dbbc

Complementary Color

#d7dbbc #c0bcdb

#d7dbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dbbc Color CSS Codes

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

#d7dbbc Text Font Color

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

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


#d7dbbc Background Color

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

This div background color is #d7dbbc


#d7dbbc Border Color

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

This div border color is #d7dbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dbbc


Comments

No comments written yet.

Please login to write comment.