COLOR #DDE9A1

HEX: #DDE9A1 RGB: (221,233,161)

Color info

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

RGB color model

#DDE9A1 color RGB value is (221,233,161).

RGB: (221,233,161) (87%, 91%, 63%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 161 of 255 = 63%

221
233
161

R + G + B ~ 80%. #DDE9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 233 + 161 = 615 (100%)
R 221 of 615 ~ 35.93%
G 233 of 615 ~ 37.89%
B 161 of 615 ~ 26.18'%

%35.93
%37.89
%26.18

CMYK color model

#DDE9A1 color CMYK value is (5,0,31,9).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 30.90%
  • key color value is 8.63%
CMYK: (5,0,31,9) C5M0Y31K9 (5%,0%,31%,9%) (0.05/0.00/0.31/0.09) 

CMYK percentages

%5.15
%0
%30.9
%8.63

Codes

Color #DDE9A1 in popluar color models

DD E9 A1
RGB 221 233 161
HSL 70° 62.07% 77.25%
HSB/HSV 70° 30.90% 91.37%
CMYK 5.15% 0.00% 30.90%
8.63%

Color #DDE9A1 in popluar number systems.

HEX DD E9 A1
Decimal 221 233 161
Binary 11011101 11101001 10100001
Octal 335 351 241

Shades and tints

Shades of #DDE9A1

#DDE9A1
(221,233,161)
#C9D493
(201,212,147)
#B5BF85
(181,191,133)
#A1AA77
(161,170,119)
#8D9569
(141,149,105)
#79805B
(121,128,91)
#656B4D
(101,107,77)
#51563F
(81,86,63)
#3D4131
(61,65,49)
#292C23
(41,44,35)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDE9A1

#DDE9A1
(221,233,161)
#E0EBA9
(224,235,169)
#E3EDB1
(227,237,177)
#E6EFB9
(230,239,185)
#E9F1C1
(233,241,193)
#ECF3C9
(236,243,201)
#EFF5D1
(239,245,209)
#F2F7D9
(242,247,217)
#F5F9E1
(245,249,225)
#F8FBE9
(248,251,233)
#FBFDF1
(251,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9A1; }

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

This text font color is #DDE9A1.

Background Color

.myBgColor { background-color: #DDE9A1; }

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

This div background color is #DDE9A1.

Border color

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

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

This div border color is #DDE9A1.

Opacity

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

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

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

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

This text has shadow with #DDE9A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE9A1.

Preview

Color preview on black background

This text has color #DDE9A1 on black background.


Color preview on white background

This text has color #DDE9A1 on white background.


Black color preview on #DDE9A1 background

This text has black color on #DDE9A1 background.


White color preview on #DDE9A1 background

This text has white color on #DDE9A1 background.


Related colors

Complementary color

Complementary color for #hex is #22165E.


I love getcolorcode.com

Triadic colors

1 #A1DDE9 and #E9A1DD with #DDE9A1 are triadic colors.

2 #A1E9DD and #E9DDA1 with #DDE9A1 are triadic colors.