COLOR #D9E4DA

HEX: #D9E4DA
RGB: (217,228,218)

Color info

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

RGB color model

#D9E4DA color RGB value is (217,228,218).

  • red value is 217;
  • green value is 228;
  • blue value is 218.
RGB:
(217,228,218)
(85%,89%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 228 of 255 = 89%
B 218 of 255 = 85%

217
228
218

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

Portions of RGB colors in percentages

R + G + B =
217 + 228 + 218 = 663 (100%)
R 217 of 663 ~ 32.73%
G 228 of 663 ~ 34.39%
B 218 of 663 ~ 32.88%

%32.73
%34.39
%32.88

CMYK color model

#D9E4DA color CMYK value is (5,0,4,11).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK:
(5,0,4,11)
C5M0Y4K11 
(5%,0%,4%,11%)
(0.05/0.00/0.04/0.11)	

CMYK percentages

%4.82
%0
%4.39
%10.59

Codes

Color #D9E4DA in popluar color models

D9E4DA
RGB217228218
HSL125°16.92%87.25%
HSB/HSV125°4.82%89.41%
CMYK4.82%0.00%4.39%
10.59%

Color #D9E4DA in popluar number systems.

HEXD9E4DA
Decimal217228218
Binary110110011110010011011010
Octal331344332

Shades and tints

Shades of #D9E4DA

#D9E4DA
(217,228,218)
#C6D0C7
(198,208,199)
#B3BCB4
(179,188,180)
#A0A8A1
(160,168,161)
#8D948E
(141,148,142)
#7A807B
(122,128,123)
#676C68
(103,108,104)
#545855
(84,88,85)
#414442
(65,68,66)
#2E302F
(46,48,47)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #D9E4DA

#D9E4DA
(217,228,218)
#DCE6DD
(220,230,221)
#DFE8E0
(223,232,224)
#E2EAE3
(226,234,227)
#E5ECE6
(229,236,230)
#E8EEE9
(232,238,233)
#EBF0EC
(235,240,236)
#EEF2EF
(238,242,239)
#F1F4F2
(241,244,242)
#F4F6F5
(244,246,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E4DA; }

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

This text font color is #D9E4DA.


Background Color

.myBgColor { background-color: #D9E4DA; }

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

This div background color is #D9E4DA.


Border color

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

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

This div border color is #D9E4DA.


Opacity

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

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

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

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

This text has shadow with #D9E4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E4DA on black background.


Color preview on white background

This text has color #D9E4DA on white background.



Black color preview on #D9E4DA background

This text has black color on #D9E4DA background.


White color preview on #D9E4DA background

This text has white color on #D9E4DA background.