Color Hex Logo

#d7dbcb Color Hex

#D7DBCB
(215,219,203)
0 Favorites   0 Comments

Color spaces of #d7dbcb

RGB 215219203
HSL0.210.180.83
HSV75°86°
CMYK 0.020.000.07   0.14
XYZ64.135369.421966.5194
Yxy69.42190.32060.3470
Hunter Lab83.3198-8.409510.9890
CIE-Lab86.7125-4.17277.3863

#d7dbcb color RGB value is (215,219,203).

#d7dbcb hex color red value is 215, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d7dbcb hue: 0.21 , saturation: 0.18 and the lightness value of d7dbcb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011011 11001011
Octal 327 333 313
Decimal 215 219 203
Hex D7 DB CB

RGB Percentages of Color #d7dbcb

%33.75
%34.38
%31.87

CMYK Percentages of Color #d7dbcb

%2
%0
%7
%14

Triadic Colors of #d7dbcb

#d7dbcb #cbd7db #dbcbd7

Analogous Colors of #d7dbcb

#d7dbcb #cfdbcb #dbd7cb

Monochromatic Colors of #d7dbcb

#d7dbcb

Complementary Color

#d7dbcb #cfcbdb

#d7dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dbcb Color CSS Codes

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

#d7dbcb Text Font Color

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

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


#d7dbcb Background Color

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

This div background color is #d7dbcb


#d7dbcb Border Color

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

This div border color is #d7dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dbcb


Comments

No comments written yet.

Please login to write comment.