COLOR #D9EADD

HEX: #D9EADD RGB: (217,234,221)

Color info

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

RGB color model

#D9EADD color RGB value is (217,234,221).

RGB: (217,234,221) (85%, 92%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 221 of 255 = 87%

217
234
221

R + G + B ~ 88%. #D9EADD is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 234 + 221 = 672 (100%)
R 217 of 672 ~ 32.29%
G 234 of 672 ~ 34.82%
B 221 of 672 ~ 32.89'%

%32.29
%34.82
%32.89

CMYK color model

#D9EADD color CMYK value is (7,0,6,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%

CMYK: (7,0,6,8)
C7M0Y6K8 (7%, 0%, 6%, 8%)
(0.07 / 0.00 / 0.06 / 0.08)

CMYK percentages

%7.26
%0
%5.56
%8.24

Codes

Color #D9EADD in popluar color models

D9 EA DD
RGB 217 234 221
HSL 134° 28.81% 88.43%
HSB/HSV 134° 7.26% 91.76%
CMYK 7.26% 0.00% 5.56%
8.24%

Color #D9EADD in popluar number systems.

HEX D9 EA DD
Decimal 217 234 221
Binary 11011001 11101010 11011101
Octal 331 352 335

Shades and tints

Shades of #D9EADD

#D9EADD
(217,234,221)
#C6D5C9
(198,213,201)
#B3C0B5
(179,192,181)
#A0ABA1
(160,171,161)
#8D968D
(141,150,141)
#7A8179
(122,129,121)
#676C65
(103,108,101)
#545751
(84,87,81)
#41423D
(65,66,61)
#2E2D29
(46,45,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9EADD

#D9EADD
(217,234,221)
#DCEBE0
(220,235,224)
#DFECE3
(223,236,227)
#E2EDE6
(226,237,230)
#E5EEE9
(229,238,233)
#E8EFEC
(232,239,236)
#EBF0EF
(235,240,239)
#EEF1F2
(238,241,242)
#F1F2F5
(241,242,245)
#F4F3F8
(244,243,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EADD color. Also use rgb(217,234,221) instead hex code.

Text Font Color

.myTextColor { color: #D9EADD; }

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

This text font color is #D9EADD.

Background Color

.myBgColor { background-color: #D9EADD; }

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

This div background color is #D9EADD.

Border color

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

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

This div border color is #D9EADD.

Opacity

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

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

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

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

This text has shadow with #D9EADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EADD.

Preview

Color preview on black background

This text has color #D9EADD on black background.


Color preview on white background

This text has color #D9EADD on white background.


Black color preview on #D9EADD background

This text has black color on #D9EADD background.


White color preview on #D9EADD background

This text has white color on #D9EADD background.


Related colors

Complementary color

Complementary color for #hex is #261522.


I love getcolorcode.com

Triadic colors

1 #DDD9EA and #EADDD9 with #D9EADD are triadic colors.

2 #DDEAD9 and #EAD9DD with #D9EADD are triadic colors.