COLOR #D9E1DA

HEX: #D9E1DA RGB: (217,225,218)

Color info

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

RGB color model

#D9E1DA color RGB value is (217,225,218).

RGB: (217,225,218) (85%, 88%, 85%)

RGB channels and saturation

R 217 of 255 = 85%
G 225 of 255 = 88%
B 218 of 255 = 85%

217
225
218

R + G + B ~ 86%. #D9E1DA is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 225 + 218 = 660 (100%)
R 217 of 660 ~ 32.88%
G 225 of 660 ~ 34.09%
B 218 of 660 ~ 33.03'%

%32.88
%34.09
%33.03

CMYK color model

#D9E1DA color CMYK value is (4,0,3,12).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%

CMYK: (4,0,3,12)
C4M0Y3K12 (4%, 0%, 3%, 12%)
(0.04 / 0.00 / 0.03 / 0.12)

CMYK percentages

%3.56
%0
%3.11
%11.76

Codes

Color #D9E1DA in popluar color models

D9 E1 DA
RGB 217 225 218
HSL 128° 11.76% 86.67%
HSB/HSV 128° 3.56% 88.24%
CMYK 3.56% 0.00% 3.11%
11.76%

Color #D9E1DA in popluar number systems.

HEX D9 E1 DA
Decimal 217 225 218
Binary 11011001 11100001 11011010
Octal 331 341 332

Shades and tints

Shades of #D9E1DA

#D9E1DA
(217,225,218)
#C6CDC7
(198,205,199)
#B3B9B4
(179,185,180)
#A0A5A1
(160,165,161)
#8D918E
(141,145,142)
#7A7D7B
(122,125,123)
#676968
(103,105,104)
#545555
(84,85,85)
#414142
(65,65,66)
#2E2D2F
(46,45,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #D9E1DA

#D9E1DA
(217,225,218)
#DCE3DD
(220,227,221)
#DFE5E0
(223,229,224)
#E2E7E3
(226,231,227)
#E5E9E6
(229,233,230)
#E8EBE9
(232,235,233)
#EBEDEC
(235,237,236)
#EEEFEF
(238,239,239)
#F1F1F2
(241,241,242)
#F4F3F5
(244,243,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E1DA; }

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

This text font color is #D9E1DA.

Background Color

.myBgColor { background-color: #D9E1DA; }

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

This div background color is #D9E1DA.

Border color

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

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

This div border color is #D9E1DA.

Opacity

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

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

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

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

This text has shadow with #D9E1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E1DA.

Preview

Color preview on black background

This text has color #D9E1DA on black background.


Color preview on white background

This text has color #D9E1DA on white background.


Black color preview on #D9E1DA background

This text has black color on #D9E1DA background.


White color preview on #D9E1DA background

This text has white color on #D9E1DA background.


Related colors

Complementary color

Complementary color for #hex is #261E25.


I love getcolorcode.com

Triadic colors

1 #DAD9E1 and #E1DAD9 with #D9E1DA are triadic colors.

2 #DAE1D9 and #E1D9DA with #D9E1DA are triadic colors.