COLOR #D7E7DC

HEX: #D7E7DC
RGB: (215,231,220)

Color info

#D7E7DC contains red, green and blue colors in about the same proportion. Web safe color of #D7E7DC is #CCFFCC (or #CFC).

RGB color model

#D7E7DC color RGB value is (215,231,220).

  • red value is 215;
  • green value is 231;
  • blue value is 220.
RGB:
(215,231,220)
(84%,91%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 231 of 255 = 91%
B 220 of 255 = 86%

215
231
220

R + G + B ~ 87%. #D7E7DC is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 231 + 220 = 666 (100%)
R 215 of 666 ~ 32.28%
G 231 of 666 ~ 34.68%
B 220 of 666 ~ 33.03%

%32.28
%34.68
%33.03

CMYK color model

#D7E7DC color CMYK value is (7,0,5,9).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(7,0,5,9)
C7M0Y5K9 
(7%,0%,5%,9%)
(0.07/0.00/0.05/0.09)	

CMYK percentages

%6.93
%0
%4.76
%9.41

Codes

Color #D7E7DC in popluar color models

D7E7DC
RGB215231220
HSL139°25.00%87.45%
HSB/HSV139°6.93%90.59%
CMYK6.93%0.00%4.76%
9.41%

Color #D7E7DC in popluar number systems.

HEXD7E7DC
Decimal215231220
Binary110101111110011111011100
Octal327347334

Shades and tints

Shades of #D7E7DC

#D7E7DC
(215,231,220)
#C4D2C8
(196,210,200)
#B1BDB4
(177,189,180)
#9EA8A0
(158,168,160)
#8B938C
(139,147,140)
#787E78
(120,126,120)
#656964
(101,105,100)
#525450
(82,84,80)
#3F3F3C
(63,63,60)
#2C2A28
(44,42,40)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #D7E7DC

#D7E7DC
(215,231,220)
#DAE9DF
(218,233,223)
#DDEBE2
(221,235,226)
#E0EDE5
(224,237,229)
#E3EFE8
(227,239,232)
#E6F1EB
(230,241,235)
#E9F3EE
(233,243,238)
#ECF5F1
(236,245,241)
#EFF7F4
(239,247,244)
#F2F9F7
(242,249,247)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E7DC color. Also use rgb(215,231,220) instead hex code.

Text Font Color

.myTextColor { color: #D7E7DC; }

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

This text font color is #D7E7DC.


Background Color

.myBgColor { background-color: #D7E7DC; }

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

This div background color is #D7E7DC.


Border color

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

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

This div border color is #D7E7DC.


Opacity

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

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

Text with #D7E7DC 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 #D7E7DC;}

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

This text has shadow with #D7E7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E7DC on black background.


Color preview on white background

This text has color #D7E7DC on white background.



Black color preview on #D7E7DC background

This text has black color on #D7E7DC background.


White color preview on #D7E7DC background

This text has white color on #D7E7DC background.