COLOR #D7E7DD

HEX: #D7E7DD
RGB: (215,231,221)

Color info

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

RGB color model

#D7E7DD color RGB value is (215,231,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 231 of 255 = 91%
B 221 of 255 = 87%

215
231
221

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

Portions of RGB colors in percentages

R + G + B =
215 + 231 + 221 = 667 (100%)
R 215 of 667 ~ 32.23%
G 231 of 667 ~ 34.63%
B 221 of 667 ~ 33.13%

%32.23
%34.63
%33.13

CMYK color model

#D7E7DD color CMYK value is (7,0,4,9).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(7,0,4,9)
C7M0Y4K9 
(7%,0%,4%,9%)
(0.07/0.00/0.04/0.09)	

CMYK percentages

%6.93
%0
%4.33
%9.41

Codes

Color #D7E7DD in popluar color models

D7E7DD
RGB215231221
HSL143°25.00%87.45%
HSB/HSV143°6.93%90.59%
CMYK6.93%0.00%4.33%
9.41%

Color #D7E7DD in popluar number systems.

HEXD7E7DD
Decimal215231221
Binary110101111110011111011101
Octal327347335

Shades and tints

Shades of #D7E7DD

#D7E7DD
(215,231,221)
#C4D2C9
(196,210,201)
#B1BDB5
(177,189,181)
#9EA8A1
(158,168,161)
#8B938D
(139,147,141)
#787E79
(120,126,121)
#656965
(101,105,101)
#525451
(82,84,81)
#3F3F3D
(63,63,61)
#2C2A29
(44,42,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #D7E7DD

#D7E7DD
(215,231,221)
#DAE9E0
(218,233,224)
#DDEBE3
(221,235,227)
#E0EDE6
(224,237,230)
#E3EFE9
(227,239,233)
#E6F1EC
(230,241,236)
#E9F3EF
(233,243,239)
#ECF5F2
(236,245,242)
#EFF7F5
(239,247,245)
#F2F9F8
(242,249,248)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E7DD; }

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

This text font color is #D7E7DD.


Background Color

.myBgColor { background-color: #D7E7DD; }

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

This div background color is #D7E7DD.


Border color

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

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

This div border color is #D7E7DD.


Opacity

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

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

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

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

This text has shadow with #D7E7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E7DD on black background.


Color preview on white background

This text has color #D7E7DD on white background.



Black color preview on #D7E7DD background

This text has black color on #D7E7DD background.


White color preview on #D7E7DD background

This text has white color on #D7E7DD background.