COLOR #D9E6DA

HEX: #D9E6DA RGB: (217,230,218)

Color info

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

RGB color model

#D9E6DA color RGB value is (217,230,218).

RGB: (217,230,218) (85%, 90%, 85%)

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 218 of 255 = 85%

217
230
218

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

Portions of RGB colors in percentages

R + G + B = 217 + 230 + 218 = 665 (100%)
R 217 of 665 ~ 32.63%
G 230 of 665 ~ 34.59%
B 218 of 665 ~ 32.78'%

%32.63
%34.59
%32.78

CMYK color model

#D9E6DA color CMYK value is (6,0,5,10).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 9.80%

CMYK: (6,0,5,10)
C6M0Y5K10 (6%, 0%, 5%, 10%)
(0.06 / 0.00 / 0.05 / 0.10)

CMYK percentages

%5.65
%0
%5.22
%9.8

Codes

Color #D9E6DA in popluar color models

D9 E6 DA
RGB 217 230 218
HSL 125° 20.63% 87.65%
HSB/HSV 125° 5.65% 90.20%
CMYK 5.65% 0.00% 5.22%
9.80%

Color #D9E6DA in popluar number systems.

HEX D9 E6 DA
Decimal 217 230 218
Binary 11011001 11100110 11011010
Octal 331 346 332

Shades and tints

Shades of #D9E6DA

#D9E6DA
(217,230,218)
#C6D2C7
(198,210,199)
#B3BEB4
(179,190,180)
#A0AAA1
(160,170,161)
#8D968E
(141,150,142)
#7A827B
(122,130,123)
#676E68
(103,110,104)
#545A55
(84,90,85)
#414642
(65,70,66)
#2E322F
(46,50,47)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #D9E6DA

#D9E6DA
(217,230,218)
#DCE8DD
(220,232,221)
#DFEAE0
(223,234,224)
#E2ECE3
(226,236,227)
#E5EEE6
(229,238,230)
#E8F0E9
(232,240,233)
#EBF2EC
(235,242,236)
#EEF4EF
(238,244,239)
#F1F6F2
(241,246,242)
#F4F8F5
(244,248,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E6DA color. Also use rgb(217,230,218) instead hex code.

Text Font Color

.myTextColor { color: #D9E6DA; }

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

This text font color is #D9E6DA.

Background Color

.myBgColor { background-color: #D9E6DA; }

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

This div background color is #D9E6DA.

Border color

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

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

This div border color is #D9E6DA.

Opacity

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

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

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

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

This text has shadow with #D9E6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E6DA.

Preview

Color preview on black background

This text has color #D9E6DA on black background.


Color preview on white background

This text has color #D9E6DA on white background.


Black color preview on #D9E6DA background

This text has black color on #D9E6DA background.


White color preview on #D9E6DA background

This text has white color on #D9E6DA background.


Related colors

Complementary color

Complementary color for #hex is #261925.


I love getcolorcode.com

Triadic colors

1 #DAD9E6 and #E6DAD9 with #D9E6DA are triadic colors.

2 #DAE6D9 and #E6D9DA with #D9E6DA are triadic colors.