COLOR #D9F0DD

HEX: #D9F0DD RGB: (217,240,221)

Color info

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

RGB color model

#D9F0DD color RGB value is (217,240,221).

RGB: (217,240,221) (85%, 94%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 240 of 255 = 94%
B 221 of 255 = 87%

217
240
221

R + G + B ~ 89%. #D9F0DD is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 240 + 221 = 678 (100%)
R 217 of 678 ~ 32.01%
G 240 of 678 ~ 35.4%
B 221 of 678 ~ 32.6'%

%32.01
%35.4
%32.6

CMYK color model

#D9F0DD color CMYK value is (10,0,8,6).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 5.88%

CMYK: (10,0,8,6)
C10M0Y8K6 (10%, 0%, 8%, 6%)
(0.10 / 0.00 / 0.08 / 0.06)

CMYK percentages

%9.58
%0
%7.92
%5.88

Codes

Color #D9F0DD in popluar color models

D9 F0 DD
RGB 217 240 221
HSL 130° 43.40% 89.61%
HSB/HSV 130° 9.58% 94.12%
CMYK 9.58% 0.00% 7.92%
5.88%

Color #D9F0DD in popluar number systems.

HEX D9 F0 DD
Decimal 217 240 221
Binary 11011001 11110000 11011101
Octal 331 360 335

Shades and tints

Shades of #D9F0DD

#D9F0DD
(217,240,221)
#C6DBC9
(198,219,201)
#B3C6B5
(179,198,181)
#A0B1A1
(160,177,161)
#8D9C8D
(141,156,141)
#7A8779
(122,135,121)
#677265
(103,114,101)
#545D51
(84,93,81)
#41483D
(65,72,61)
#2E3329
(46,51,41)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #D9F0DD

#D9F0DD
(217,240,221)
#DCF1E0
(220,241,224)
#DFF2E3
(223,242,227)
#E2F3E6
(226,243,230)
#E5F4E9
(229,244,233)
#E8F5EC
(232,245,236)
#EBF6EF
(235,246,239)
#EEF7F2
(238,247,242)
#F1F8F5
(241,248,245)
#F4F9F8
(244,249,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9F0DD; }

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

This text font color is #D9F0DD.

Background Color

.myBgColor { background-color: #D9F0DD; }

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

This div background color is #D9F0DD.

Border color

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

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

This div border color is #D9F0DD.

Opacity

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

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

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

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

This text has shadow with #D9F0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F0DD.

Preview

Color preview on black background

This text has color #D9F0DD on black background.


Color preview on white background

This text has color #D9F0DD on white background.


Black color preview on #D9F0DD background

This text has black color on #D9F0DD background.


White color preview on #D9F0DD background

This text has white color on #D9F0DD background.


Related colors

Complementary color

Complementary color for #hex is #260F22.


I love getcolorcode.com

Triadic colors

1 #DDD9F0 and #F0DDD9 with #D9F0DD are triadic colors.

2 #DDF0D9 and #F0D9DD with #D9F0DD are triadic colors.