COLOR #D9EEDD

HEX: #D9EEDD RGB: (217,238,221)

Color info

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

RGB color model

#D9EEDD color RGB value is (217,238,221).

RGB: (217,238,221) (85%, 93%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 221 of 255 = 87%

217
238
221

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

Portions of RGB colors in percentages

R + G + B = 217 + 238 + 221 = 676 (100%)
R 217 of 676 ~ 32.1%
G 238 of 676 ~ 35.21%
B 221 of 676 ~ 32.69'%

%32.1
%35.21
%32.69

CMYK color model

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

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK: (9,0,7,7) C9M0Y7K7 (9%,0%,7%,7%) (0.09/0.00/0.07/0.07) 

CMYK percentages

%8.82
%0
%7.14
%6.67

Codes

Color #D9EEDD in popluar color models

D9 EE DD
RGB 217 238 221
HSL 131° 38.18% 89.22%
HSB/HSV 131° 8.82% 93.33%
CMYK 8.82% 0.00% 7.14%
6.67%

Color #D9EEDD in popluar number systems.

HEX D9 EE DD
Decimal 217 238 221
Binary 11011001 11101110 11011101
Octal 331 356 335

Shades and tints

Shades of #D9EEDD

#D9EEDD
(217,238,221)
#C6D9C9
(198,217,201)
#B3C4B5
(179,196,181)
#A0AFA1
(160,175,161)
#8D9A8D
(141,154,141)
#7A8579
(122,133,121)
#677065
(103,112,101)
#545B51
(84,91,81)
#41463D
(65,70,61)
#2E3129
(46,49,41)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #D9EEDD

#D9EEDD
(217,238,221)
#DCEFE0
(220,239,224)
#DFF0E3
(223,240,227)
#E2F1E6
(226,241,230)
#E5F2E9
(229,242,233)
#E8F3EC
(232,243,236)
#EBF4EF
(235,244,239)
#EEF5F2
(238,245,242)
#F1F6F5
(241,246,245)
#F4F7F8
(244,247,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEDD; }

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

This text font color is #D9EEDD.

Background Color

.myBgColor { background-color: #D9EEDD; }

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

This div background color is #D9EEDD.

Border color

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

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

This div border color is #D9EEDD.

Opacity

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

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

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

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

This text has shadow with #D9EEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EEDD.

Preview

Color preview on black background

This text has color #D9EEDD on black background.


Color preview on white background

This text has color #D9EEDD on white background.


Black color preview on #D9EEDD background

This text has black color on #D9EEDD background.


White color preview on #D9EEDD background

This text has white color on #D9EEDD background.


Related colors

Complementary color

Complementary color for #hex is #261122.


I love getcolorcode.com

Triadic colors

1 #DDD9EE and #EEDDD9 with #D9EEDD are triadic colors.

2 #DDEED9 and #EED9DD with #D9EEDD are triadic colors.