COLOR #DDE9A9

HEX: #DDE9A9 RGB: (221,233,169)

Color info

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

RGB color model

#DDE9A9 color RGB value is (221,233,169).

RGB: (221,233,169) (87%, 91%, 66%)

RGB channels and saturation

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

221
233
169

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

Portions of RGB colors in percentages

R + G + B = 221 + 233 + 169 = 623 (100%)
R 221 of 623 ~ 35.47%
G 233 of 623 ~ 37.4%
B 169 of 623 ~ 27.13'%

%35.47
%37.4
%27.13

CMYK color model

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

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 27.47%
  • key color value is 8.63%

CMYK: (5,0,27,9)
C5M0Y27K9 (5%, 0%, 27%, 9%)
(0.05 / 0.00 / 0.27 / 0.09)

CMYK percentages

%5.15
%0
%27.47
%8.63

Codes

Color #DDE9A9 in popluar color models

DD E9 A9
RGB 221 233 169
HSL 71° 59.26% 78.82%
HSB/HSV 71° 27.47% 91.37%
CMYK 5.15% 0.00% 27.47%
8.63%

Color #DDE9A9 in popluar number systems.

HEX DD E9 A9
Decimal 221 233 169
Binary 11011101 11101001 10101001
Octal 335 351 251

Shades and tints

Shades of #DDE9A9

#DDE9A9
(221,233,169)
#C9D49A
(201,212,154)
#B5BF8B
(181,191,139)
#A1AA7C
(161,170,124)
#8D956D
(141,149,109)
#79805E
(121,128,94)
#656B4F
(101,107,79)
#515640
(81,86,64)
#3D4131
(61,65,49)
#292C22
(41,44,34)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #DDE9A9

#DDE9A9
(221,233,169)
#E0EBB0
(224,235,176)
#E3EDB7
(227,237,183)
#E6EFBE
(230,239,190)
#E9F1C5
(233,241,197)
#ECF3CC
(236,243,204)
#EFF5D3
(239,245,211)
#F2F7DA
(242,247,218)
#F5F9E1
(245,249,225)
#F8FBE8
(248,251,232)
#FBFDEF
(251,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9A9; }

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

This text font color is #DDE9A9.

Background Color

.myBgColor { background-color: #DDE9A9; }

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

This div background color is #DDE9A9.

Border color

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

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

This div border color is #DDE9A9.

Opacity

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

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

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

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

This text has shadow with #DDE9A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE9A9.

Preview

Color preview on black background

This text has color #DDE9A9 on black background.


Color preview on white background

This text has color #DDE9A9 on white background.


Black color preview on #DDE9A9 background

This text has black color on #DDE9A9 background.


White color preview on #DDE9A9 background

This text has white color on #DDE9A9 background.


Related colors

Complementary color

Complementary color for #hex is #221656.


I love getcolorcode.com

Triadic colors

1 #A9DDE9 and #E9A9DD with #DDE9A9 are triadic colors.

2 #A9E9DD and #E9DDA9 with #DDE9A9 are triadic colors.