COLOR #D9E2DD

HEX: #D9E2DD RGB: (217,226,221)

Color info

#D9E2DD contains red, green and blue colors in about the same proportion. Web safe color of #D9E2DD is #CCCCCC (or #CCC).

RGB color model

#D9E2DD color RGB value is (217,226,221).

RGB: (217,226,221) (85%, 89%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 226 of 255 = 89%
B 221 of 255 = 87%

217
226
221

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

Portions of RGB colors in percentages

R + G + B = 217 + 226 + 221 = 664 (100%)
R 217 of 664 ~ 32.68%
G 226 of 664 ~ 34.04%
B 221 of 664 ~ 33.28'%

%32.68
%34.04
%33.28

CMYK color model

#D9E2DD color CMYK value is (4,0,2,11).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 11.37%

CMYK: (4,0,2,11)
C4M0Y2K11 (4%, 0%, 2%, 11%)
(0.04 / 0.00 / 0.02 / 0.11)

CMYK percentages

%3.98
%0
%2.21
%11.37

Codes

Color #D9E2DD in popluar color models

D9 E2 DD
RGB 217 226 221
HSL 147° 13.43% 86.86%
HSB/HSV 147° 3.98% 88.63%
CMYK 3.98% 0.00% 2.21%
11.37%

Color #D9E2DD in popluar number systems.

HEX D9 E2 DD
Decimal 217 226 221
Binary 11011001 11100010 11011101
Octal 331 342 335

Shades and tints

Shades of #D9E2DD

#D9E2DD
(217,226,221)
#C6CEC9
(198,206,201)
#B3BAB5
(179,186,181)
#A0A6A1
(160,166,161)
#8D928D
(141,146,141)
#7A7E79
(122,126,121)
#676A65
(103,106,101)
#545651
(84,86,81)
#41423D
(65,66,61)
#2E2E29
(46,46,41)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #D9E2DD

#D9E2DD
(217,226,221)
#DCE4E0
(220,228,224)
#DFE6E3
(223,230,227)
#E2E8E6
(226,232,230)
#E5EAE9
(229,234,233)
#E8ECEC
(232,236,236)
#EBEEEF
(235,238,239)
#EEF0F2
(238,240,242)
#F1F2F5
(241,242,245)
#F4F4F8
(244,244,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E2DD; }

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

This text font color is #D9E2DD.

Background Color

.myBgColor { background-color: #D9E2DD; }

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

This div background color is #D9E2DD.

Border color

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

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

This div border color is #D9E2DD.

Opacity

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

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

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

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

This text has shadow with #D9E2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E2DD.

Preview

Color preview on black background

This text has color #D9E2DD on black background.


Color preview on white background

This text has color #D9E2DD on white background.


Black color preview on #D9E2DD background

This text has black color on #D9E2DD background.


White color preview on #D9E2DD background

This text has white color on #D9E2DD background.


Related colors

Complementary color

Complementary color for #hex is #261D22.


I love getcolorcode.com

Triadic colors

1 #DDD9E2 and #E2DDD9 with #D9E2DD are triadic colors.

2 #DDE2D9 and #E2D9DD with #D9E2DD are triadic colors.