COLOR #DDE7A9

HEX: #DDE7A9
RGB: (221,231,169)

Color info

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

RGB color model

#DDE7A9 color RGB value is (221,231,169).

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

RGB channels and saturation

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

221
231
169

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

Portions of RGB colors in percentages

R + G + B =
221 + 231 + 169 = 621 (100%)
R 221 of 621 ~ 35.59%
G 231 of 621 ~ 37.2%
B 169 of 621 ~ 27.21%

%35.59
%37.2
%27.21

CMYK color model

#DDE7A9 color CMYK value is (4,0,27,9).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 26.84%
  • key color value is 9.41%
CMYK:
(4,0,27,9)
C4M0Y27K9 
(4%,0%,27%,9%)
(0.04/0.00/0.27/0.09)	

CMYK percentages

%4.33
%0
%26.84
%9.41

Codes

Color #DDE7A9 in popluar color models

DDE7A9
RGB221231169
HSL70°56.36%78.43%
HSB/HSV70°26.84%90.59%
CMYK4.33%0.00%26.84%
9.41%

Color #DDE7A9 in popluar number systems.

HEXDDE7A9
Decimal221231169
Binary110111011110011110101001
Octal335347251

Shades and tints

Shades of #DDE7A9

#DDE7A9
(221,231,169)
#C9D29A
(201,210,154)
#B5BD8B
(181,189,139)
#A1A87C
(161,168,124)
#8D936D
(141,147,109)
#797E5E
(121,126,94)
#65694F
(101,105,79)
#515440
(81,84,64)
#3D3F31
(61,63,49)
#292A22
(41,42,34)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #DDE7A9

#DDE7A9
(221,231,169)
#E0E9B0
(224,233,176)
#E3EBB7
(227,235,183)
#E6EDBE
(230,237,190)
#E9EFC5
(233,239,197)
#ECF1CC
(236,241,204)
#EFF3D3
(239,243,211)
#F2F5DA
(242,245,218)
#F5F7E1
(245,247,225)
#F8F9E8
(248,249,232)
#FBFBEF
(251,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE7A9; }

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

This text font color is #DDE7A9.


Background Color

.myBgColor { background-color: #DDE7A9; }

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

This div background color is #DDE7A9.


Border color

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

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

This div border color is #DDE7A9.


Opacity

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

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

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

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

This text has shadow with #DDE7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE7A9 on black background.


Color preview on white background

This text has color #DDE7A9 on white background.



Black color preview on #DDE7A9 background

This text has black color on #DDE7A9 background.


White color preview on #DDE7A9 background

This text has white color on #DDE7A9 background.