COLOR #DDE6AA

HEX: #DDE6AA
RGB: (221,230,170)

Color info

#DDE6AA contains mainly red and green colors. Web safe color of #DDE6AA is #CCCC99 (or #CC9).

RGB color model

#DDE6AA color RGB value is (221,230,170).

  • red value is 221;
  • green value is 230;
  • blue value is 170.
RGB:
(221,230,170)
(87%,90%,67%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 170 of 255 = 67%

221
230
170

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

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 170 = 621 (100%)
R 221 of 621 ~ 35.59%
G 230 of 621 ~ 37.04%
B 170 of 621 ~ 27.38%

%35.59
%37.04
%27.38

CMYK color model

#DDE6AA color CMYK value is (4,0,26,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK:
(4,0,26,10)
C4M0Y26K10 
(4%,0%,26%,10%)
(0.04/0.00/0.26/0.10)	

CMYK percentages

%3.91
%0
%26.09
%9.8

Codes

Color #DDE6AA in popluar color models

DDE6AA
RGB221230170
HSL69°54.55%78.43%
HSB/HSV69°26.09%90.20%
CMYK3.91%0.00%26.09%
9.80%

Color #DDE6AA in popluar number systems.

HEXDDE6AA
Decimal221230170
Binary110111011110011010101010
Octal335346252

Shades and tints

Shades of #DDE6AA

#DDE6AA
(221,230,170)
#C9D29B
(201,210,155)
#B5BE8C
(181,190,140)
#A1AA7D
(161,170,125)
#8D966E
(141,150,110)
#79825F
(121,130,95)
#656E50
(101,110,80)
#515A41
(81,90,65)
#3D4632
(61,70,50)
#293223
(41,50,35)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #DDE6AA

#DDE6AA
(221,230,170)
#E0E8B1
(224,232,177)
#E3EAB8
(227,234,184)
#E6ECBF
(230,236,191)
#E9EEC6
(233,238,198)
#ECF0CD
(236,240,205)
#EFF2D4
(239,242,212)
#F2F4DB
(242,244,219)
#F5F6E2
(245,246,226)
#F8F8E9
(248,248,233)
#FBFAF0
(251,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE6AA color. Also use rgb(221,230,170) instead hex code.

Text Font Color

.myTextColor { color: #DDE6AA; }

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

This text font color is #DDE6AA.


Background Color

.myBgColor { background-color: #DDE6AA; }

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

This div background color is #DDE6AA.


Border color

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

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

This div border color is #DDE6AA.


Opacity

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

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

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

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

This text has shadow with #DDE6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6AA on black background.


Color preview on white background

This text has color #DDE6AA on white background.



Black color preview on #DDE6AA background

This text has black color on #DDE6AA background.


White color preview on #DDE6AA background

This text has white color on #DDE6AA background.