COLOR #DDE7DA

HEX: #DDE7DA
RGB: (221,231,218)

Color info

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

RGB color model

#DDE7DA color RGB value is (221,231,218).

  • red value is 221;
  • green value is 231;
  • blue value is 218.
RGB:
(221,231,218)
(87%,91%,85%)

RGB channels and saturation

R 221 of 255 = 87%
G 231 of 255 = 91%
B 218 of 255 = 85%

221
231
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 231 + 218 = 670 (100%)
R 221 of 670 ~ 32.99%
G 231 of 670 ~ 34.48%
B 218 of 670 ~ 32.54%

%32.99
%34.48
%32.54

CMYK color model

#DDE7DA color CMYK value is (4,0,6,9).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 9.41%
CMYK:
(4,0,6,9)
C4M0Y6K9 
(4%,0%,6%,9%)
(0.04/0.00/0.06/0.09)	

CMYK percentages

%4.33
%0
%5.63
%9.41

Codes

Color #DDE7DA in popluar color models

DDE7DA
RGB221231218
HSL106°21.31%88.04%
HSB/HSV106°5.63%90.59%
CMYK4.33%0.00%5.63%
9.41%

Color #DDE7DA in popluar number systems.

HEXDDE7DA
Decimal221231218
Binary110111011110011111011010
Octal335347332

Shades and tints

Shades of #DDE7DA

#DDE7DA
(221,231,218)
#C9D2C7
(201,210,199)
#B5BDB4
(181,189,180)
#A1A8A1
(161,168,161)
#8D938E
(141,147,142)
#797E7B
(121,126,123)
#656968
(101,105,104)
#515455
(81,84,85)
#3D3F42
(61,63,66)
#292A2F
(41,42,47)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #DDE7DA

#DDE7DA
(221,231,218)
#E0E9DD
(224,233,221)
#E3EBE0
(227,235,224)
#E6EDE3
(230,237,227)
#E9EFE6
(233,239,230)
#ECF1E9
(236,241,233)
#EFF3EC
(239,243,236)
#F2F5EF
(242,245,239)
#F5F7F2
(245,247,242)
#F8F9F5
(248,249,245)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE7DA color. Also use rgb(221,231,218) instead hex code.

Text Font Color

.myTextColor { color: #DDE7DA; }

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

This text font color is #DDE7DA.


Background Color

.myBgColor { background-color: #DDE7DA; }

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

This div background color is #DDE7DA.


Border color

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

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

This div border color is #DDE7DA.


Opacity

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

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

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

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

This text has shadow with #DDE7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7DA on black background.


Color preview on white background

This text has color #DDE7DA on white background.



Black color preview on #DDE7DA background

This text has black color on #DDE7DA background.


White color preview on #DDE7DA background

This text has white color on #DDE7DA background.