COLOR #D5E7DD

HEX: #D5E7DD RGB: (213,231,221)

Color info

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

RGB color model

#D5E7DD color RGB value is (213,231,221).

RGB: (213,231,221) (84%, 91%, 87%)

RGB channels and saturation

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

213
231
221

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

Portions of RGB colors in percentages

R + G + B = 213 + 231 + 221 = 665 (100%)
R 213 of 665 ~ 32.03%
G 231 of 665 ~ 34.74%
B 221 of 665 ~ 33.23'%

%32.03
%34.74
%33.23

CMYK color model

#D5E7DD color CMYK value is (8,0,4,9).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%

CMYK: (8,0,4,9)
C8M0Y4K9 (8%, 0%, 4%, 9%)
(0.08 / 0.00 / 0.04 / 0.09)

CMYK percentages

%7.79
%0
%4.33
%9.41

Codes

Color #D5E7DD in popluar color models

D5 E7 DD
RGB 213 231 221
HSL 147° 27.27% 87.06%
HSB/HSV 147° 7.79% 90.59%
CMYK 7.79% 0.00% 4.33%
9.41%

Color #D5E7DD in popluar number systems.

HEX D5 E7 DD
Decimal 213 231 221
Binary 11010101 11100111 11011101
Octal 325 347 335

Shades and tints

Shades of #D5E7DD

#D5E7DD
(213,231,221)
#C2D2C9
(194,210,201)
#AFBDB5
(175,189,181)
#9CA8A1
(156,168,161)
#89938D
(137,147,141)
#767E79
(118,126,121)
#636965
(99,105,101)
#505451
(80,84,81)
#3D3F3D
(61,63,61)
#2A2A29
(42,42,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5E7DD

#D5E7DD
(213,231,221)
#D8E9E0
(216,233,224)
#DBEBE3
(219,235,227)
#DEEDE6
(222,237,230)
#E1EFE9
(225,239,233)
#E4F1EC
(228,241,236)
#E7F3EF
(231,243,239)
#EAF5F2
(234,245,242)
#EDF7F5
(237,247,245)
#F0F9F8
(240,249,248)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E7DD; }

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

This text font color is #D5E7DD.

Background Color

.myBgColor { background-color: #D5E7DD; }

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

This div background color is #D5E7DD.

Border color

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

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

This div border color is #D5E7DD.

Opacity

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

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

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

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

This text has shadow with #D5E7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E7DD.

Preview

Color preview on black background

This text has color #D5E7DD on black background.


Color preview on white background

This text has color #D5E7DD on white background.


Black color preview on #D5E7DD background

This text has black color on #D5E7DD background.


White color preview on #D5E7DD background

This text has white color on #D5E7DD background.


Related colors

Complementary color

Complementary color for #hex is #2A1822.


I love getcolorcode.com

Triadic colors

1 #DDD5E7 and #E7DDD5 with #D5E7DD are triadic colors.

2 #DDE7D5 and #E7D5DD with #D5E7DD are triadic colors.