COLOR #DDF2AA

HEX: #DDF2AA
RGB: (221,242,170)

Color info

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

RGB color model

#DDF2AA color RGB value is (221,242,170).

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

RGB channels and saturation

R 221 of 255 = 87%
G 242 of 255 = 95%
B 170 of 255 = 67%

221
242
170

R + G + B ~ 83%. #DDF2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 242 + 170 = 633 (100%)
R 221 of 633 ~ 34.91%
G 242 of 633 ~ 38.23%
B 170 of 633 ~ 26.86%

%34.91
%38.23
%26.86

CMYK color model

#DDF2AA color CMYK value is (9,0,30,5).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 5.10%
CMYK:
(9,0,30,5)
C9M0Y30K5 
(9%,0%,30%,5%)
(0.09/0.00/0.30/0.05)	

CMYK percentages

%8.68
%0
%29.75
%5.1

Codes

Color #DDF2AA in popluar color models

DDF2AA
RGB221242170
HSL78°73.47%80.78%
HSB/HSV78°29.75%94.90%
CMYK8.68%0.00%29.75%
5.10%

Color #DDF2AA in popluar number systems.

HEXDDF2AA
Decimal221242170
Binary110111011111001010101010
Octal335362252

Shades and tints

Shades of #DDF2AA

#DDF2AA
(221,242,170)
#C9DC9B
(201,220,155)
#B5C68C
(181,198,140)
#A1B07D
(161,176,125)
#8D9A6E
(141,154,110)
#79845F
(121,132,95)
#656E50
(101,110,80)
#515841
(81,88,65)
#3D4232
(61,66,50)
#292C23
(41,44,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDF2AA

#DDF2AA
(221,242,170)
#E0F3B1
(224,243,177)
#E3F4B8
(227,244,184)
#E6F5BF
(230,245,191)
#E9F6C6
(233,246,198)
#ECF7CD
(236,247,205)
#EFF8D4
(239,248,212)
#F2F9DB
(242,249,219)
#F5FAE2
(245,250,226)
#F8FBE9
(248,251,233)
#FBFCF0
(251,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDF2AA; }

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

This text font color is #DDF2AA.


Background Color

.myBgColor { background-color: #DDF2AA; }

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

This div background color is #DDF2AA.


Border color

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

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

This div border color is #DDF2AA.


Opacity

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

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

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

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

This text has shadow with #DDF2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDF2AA on black background.


Color preview on white background

This text has color #DDF2AA on white background.



Black color preview on #DDF2AA background

This text has black color on #DDF2AA background.


White color preview on #DDF2AA background

This text has white color on #DDF2AA background.