COLOR #D7DDC0

HEX: #D7DDC0
RGB: (215,221,192)

Color info

#D7DDC0 contains red, green and blue colors in about the same proportion. Web safe color of #D7DDC0 is #CCCCCC (or #CCC).

RGB color model

#D7DDC0 color RGB value is (215,221,192).

  • red value is 215;
  • green value is 221;
  • blue value is 192.
RGB:
(215,221,192)
(84%,87%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 192 of 255 = 75%

215
221
192

R + G + B ~ 82%. #D7DDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 192 = 628 (100%)
R 215 of 628 ~ 34.24%
G 221 of 628 ~ 35.19%
B 192 of 628 ~ 30.57%

%34.24
%35.19
%30.57

CMYK color model

#D7DDC0 color CMYK value is (3,0,13,13).

  • cyan value is 2.71%
  • magenta value is 0.00%
  • yellow value is 13.12%
  • key color value is 13.33%
CMYK:
(3,0,13,13)
C3M0Y13K13 
(3%,0%,13%,13%)
(0.03/0.00/0.13/0.13)	

CMYK percentages

%2.71
%0
%13.12
%13.33

Codes

Color #D7DDC0 in popluar color models

D7DDC0
RGB215221192
HSL72°29.90%80.98%
HSB/HSV72°13.12%86.67%
CMYK2.71%0.00%13.12%
13.33%

Color #D7DDC0 in popluar number systems.

HEXD7DDC0
Decimal215221192
Binary110101111101110111000000
Octal327335300

Shades and tints

Shades of #D7DDC0

#D7DDC0
(215,221,192)
#C4C9AF
(196,201,175)
#B1B59E
(177,181,158)
#9EA18D
(158,161,141)
#8B8D7C
(139,141,124)
#78796B
(120,121,107)
#65655A
(101,101,90)
#525149
(82,81,73)
#3F3D38
(63,61,56)
#2C2927
(44,41,39)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #D7DDC0

#D7DDC0
(215,221,192)
#DAE0C5
(218,224,197)
#DDE3CA
(221,227,202)
#E0E6CF
(224,230,207)
#E3E9D4
(227,233,212)
#E6ECD9
(230,236,217)
#E9EFDE
(233,239,222)
#ECF2E3
(236,242,227)
#EFF5E8
(239,245,232)
#F2F8ED
(242,248,237)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DDC0 color. Also use rgb(215,221,192) instead hex code.

Text Font Color

.myTextColor { color: #D7DDC0; }

<p style="color:#D7DDC0">This sample text font color is #D7DDC0.</p>

This text font color is #D7DDC0.


Background Color

.myBgColor { background-color: #D7DDC0; }

<div style="background-color:#D7DDC0">Inner text</div>

This div background color is #D7DDC0.


Border color

.myBorderColor { border: 1px solid #D7DDC0; }

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

This div border color is #D7DDC0.


Opacity

.myOpacity80 { color: #D7DDC0; opacity: 0.8; }

<p style="color:#D7DDC0;opacity:0.8;">80%</p>

Text with #D7DDC0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D7DDC0;}

<p style="text-shadow: 3px 3px 1px #D7DDC0">Text here.</p>

This text has shadow with #D7DDC0 color.

.textShadow {text-shadow: 3px 3px 1px #D7DDC0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D7DDC0, 5px 5px 20px red">Text here.</p>

This text has shadow with #D7DDC0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7DDC0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D7DDC0, Direction=45, Strength=4)">Text</p>

This text has shadow with #D7DDC0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D7DDC0;
  -webkit-box-shadow:	1px 1px 3px 2px #D7DDC0;
  box-shadow:		1px 1px 3px 2px #D7DDC0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7DDC0;
-webkit-box-shadow: 1px 1px 3px 2px #D7DDC0;
box-shadow:1px 1px 3px 2px #D7DDC0;">
Div content here</div>
This div box has shadow with color #D7DDC0.

Preview

Color preview on black background

This text has color #D7DDC0 on black background.


Color preview on white background

This text has color #D7DDC0 on white background.



Black color preview on #D7DDC0 background

This text has black color on #D7DDC0 background.


White color preview on #D7DDC0 background

This text has white color on #D7DDC0 background.