COLOR #D7E8DD

HEX: #D7E8DD RGB: (215,232,221)

Color info

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

RGB color model

#D7E8DD color RGB value is (215,232,221).

RGB: (215,232,221) (84%, 91%, 87%)

RGB channels and saturation

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

215
232
221

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

Portions of RGB colors in percentages

R + G + B = 215 + 232 + 221 = 668 (100%)
R 215 of 668 ~ 32.19%
G 232 of 668 ~ 34.73%
B 221 of 668 ~ 33.08'%

%32.19
%34.73
%33.08

CMYK color model

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

  • cyan value is 7.33%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 9.02%

CMYK: (7,0,5,9)
C7M0Y5K9 (7%, 0%, 5%, 9%)
(0.07 / 0.00 / 0.05 / 0.09)

CMYK percentages

%7.33
%0
%4.74
%9.02

Codes

Color #D7E8DD in popluar color models

D7 E8 DD
RGB 215 232 221
HSL 141° 26.98% 87.65%
HSB/HSV 141° 7.33% 90.98%
CMYK 7.33% 0.00% 4.74%
9.02%

Color #D7E8DD in popluar number systems.

HEX D7 E8 DD
Decimal 215 232 221
Binary 11010111 11101000 11011101
Octal 327 350 335

Shades and tints

Shades of #D7E8DD

#D7E8DD
(215,232,221)
#C4D3C9
(196,211,201)
#B1BEB5
(177,190,181)
#9EA9A1
(158,169,161)
#8B948D
(139,148,141)
#787F79
(120,127,121)
#656A65
(101,106,101)
#525551
(82,85,81)
#3F403D
(63,64,61)
#2C2B29
(44,43,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #D7E8DD

#D7E8DD
(215,232,221)
#DAEAE0
(218,234,224)
#DDECE3
(221,236,227)
#E0EEE6
(224,238,230)
#E3F0E9
(227,240,233)
#E6F2EC
(230,242,236)
#E9F4EF
(233,244,239)
#ECF6F2
(236,246,242)
#EFF8F5
(239,248,245)
#F2FAF8
(242,250,248)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E8DD; }

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

This text font color is #D7E8DD.

Background Color

.myBgColor { background-color: #D7E8DD; }

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

This div background color is #D7E8DD.

Border color

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

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

This div border color is #D7E8DD.

Opacity

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

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

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

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

This text has shadow with #D7E8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E8DD.

Preview

Color preview on black background

This text has color #D7E8DD on black background.


Color preview on white background

This text has color #D7E8DD on white background.


Black color preview on #D7E8DD background

This text has black color on #D7E8DD background.


White color preview on #D7E8DD background

This text has white color on #D7E8DD background.


Related colors

Complementary color

Complementary color for #hex is #281722.


I love getcolorcode.com

Triadic colors

1 #DDD7E8 and #E8DDD7 with #D7E8DD are triadic colors.

2 #DDE8D7 and #E8D7DD with #D7E8DD are triadic colors.