Color Hex Logo

#d7ddbc Color Hex

#D7DDBC
(215,221,188)
0 Favorites   0 Comments

Color spaces of #d7ddbc

RGB 215221188
HSL0.200.330.80
HSV71°15°87°
CMYK 0.030.000.15   0.13
XYZ62.957969.790857.7297
Yxy69.79080.33050.3664
Hunter Lab83.5409-11.675817.5071
CIE-Lab86.8942-7.655715.5300

#d7ddbc color RGB value is (215,221,188).

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

The process color (four color CMYK) of #d7ddbc color hex is 0.03, 0.00, 0.15, 0.13. Web safe color of #d7ddbc is #cccccc. Color #d7ddbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011101 10111100
Octal 327 335 274
Decimal 215 221 188
Hex D7 DD BC

RGB Percentages of Color #d7ddbc

%34.46
%35.42
%30.13

CMYK Percentages of Color #d7ddbc

%3
%0
%15
%13

Triadic Colors of #d7ddbc

#d7ddbc #bcd7dd #ddbcd7

Analogous Colors of #d7ddbc

#d7ddbc #c7ddbc #ddd3bc

Monochromatic Colors of #d7ddbc

#d7ddbc

Complementary Color

#d7ddbc #c2bcdd

#d7ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ddbc Color CSS Codes

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

#d7ddbc Text Font Color

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

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


#d7ddbc Background Color

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

This div background color is #d7ddbc


#d7ddbc Border Color

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

This div border color is #d7ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ddbc


Comments

No comments written yet.

Please login to write comment.