COLOR #DDE8A9

HEX: #DDE8A9
RGB: (221,232,169)

Color info

#DDE8A9 contains mainly red and green colors. Web safe color of #DDE8A9 is #CCFF99 (or #CF9).

RGB color model

#DDE8A9 color RGB value is (221,232,169).

  • red value is 221;
  • green value is 232;
  • blue value is 169.
RGB:
(221,232,169)
(87%,91%,66%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 169 of 255 = 66%

221
232
169

R + G + B ~ 81%. #DDE8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 232 + 169 = 622 (100%)
R 221 of 622 ~ 35.53%
G 232 of 622 ~ 37.3%
B 169 of 622 ~ 27.17%

%35.53
%37.3
%27.17

CMYK color model

#DDE8A9 color CMYK value is (5,0,27,9).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(5,0,27,9)
C5M0Y27K9 
(5%,0%,27%,9%)
(0.05/0.00/0.27/0.09)	

CMYK percentages

%4.74
%0
%27.16
%9.02

Codes

Color #DDE8A9 in popluar color models

DDE8A9
RGB221232169
HSL70°57.80%78.63%
HSB/HSV70°27.16%90.98%
CMYK4.74%0.00%27.16%
9.02%

Color #DDE8A9 in popluar number systems.

HEXDDE8A9
Decimal221232169
Binary110111011110100010101001
Octal335350251

Shades and tints

Shades of #DDE8A9

#DDE8A9
(221,232,169)
#C9D39A
(201,211,154)
#B5BE8B
(181,190,139)
#A1A97C
(161,169,124)
#8D946D
(141,148,109)
#797F5E
(121,127,94)
#656A4F
(101,106,79)
#515540
(81,85,64)
#3D4031
(61,64,49)
#292B22
(41,43,34)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #DDE8A9

#DDE8A9
(221,232,169)
#E0EAB0
(224,234,176)
#E3ECB7
(227,236,183)
#E6EEBE
(230,238,190)
#E9F0C5
(233,240,197)
#ECF2CC
(236,242,204)
#EFF4D3
(239,244,211)
#F2F6DA
(242,246,218)
#F5F8E1
(245,248,225)
#F8FAE8
(248,250,232)
#FBFCEF
(251,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE8A9 color. Also use rgb(221,232,169) instead hex code.

Text Font Color

.myTextColor { color: #DDE8A9; }

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

This text font color is #DDE8A9.


Background Color

.myBgColor { background-color: #DDE8A9; }

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

This div background color is #DDE8A9.


Border color

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

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

This div border color is #DDE8A9.


Opacity

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

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

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

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

This text has shadow with #DDE8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE8A9 on black background.


Color preview on white background

This text has color #DDE8A9 on white background.



Black color preview on #DDE8A9 background

This text has black color on #DDE8A9 background.


White color preview on #DDE8A9 background

This text has white color on #DDE8A9 background.