COLOR #DDFA9C

HEX: #DDFA9C
RGB: (221,250,156)

Color info

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

RGB color model

#DDFA9C color RGB value is (221,250,156).

  • red value is 221;
  • green value is 250;
  • blue value is 156.
RGB:
(221,250,156)
(87%,98%,61%)

RGB channels and saturation

R 221 of 255 = 87%
G 250 of 255 = 98%
B 156 of 255 = 61%

221
250
156

R + G + B ~ 82%. #DDFA9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 250 + 156 = 627 (100%)
R 221 of 627 ~ 35.25%
G 250 of 627 ~ 39.87%
B 156 of 627 ~ 24.88%

%35.25
%39.87
%24.88

CMYK color model

#DDFA9C color CMYK value is (12,0,38,2).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 1.96%
CMYK:
(12,0,38,2)
C12M0Y38K2 
(12%,0%,38%,2%)
(0.12/0.00/0.38/0.02)	

CMYK percentages

%11.6
%0
%37.6
%1.96

Codes

Color #DDFA9C in popluar color models

DDFA9C
RGB221250156
HSL79°90.38%79.61%
HSB/HSV79°37.60%98.04%
CMYK11.60%0.00%37.60%
1.96%

Color #DDFA9C in popluar number systems.

HEXDDFA9C
Decimal221250156
Binary110111011111101010011100
Octal335372234

Shades and tints

Shades of #DDFA9C

#DDFA9C
(221,250,156)
#C9E48E
(201,228,142)
#B5CE80
(181,206,128)
#A1B872
(161,184,114)
#8DA264
(141,162,100)
#798C56
(121,140,86)
#657648
(101,118,72)
#51603A
(81,96,58)
#3D4A2C
(61,74,44)
#29341E
(41,52,30)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #DDFA9C

#DDFA9C
(221,250,156)
#E0FAA5
(224,250,165)
#E3FAAE
(227,250,174)
#E6FAB7
(230,250,183)
#E9FAC0
(233,250,192)
#ECFAC9
(236,250,201)
#EFFAD2
(239,250,210)
#F2FADB
(242,250,219)
#F5FAE4
(245,250,228)
#F8FAED
(248,250,237)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFA9C color. Also use rgb(221,250,156) instead hex code.

Text Font Color

.myTextColor { color: #DDFA9C; }

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

This text font color is #DDFA9C.


Background Color

.myBgColor { background-color: #DDFA9C; }

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

This div background color is #DDFA9C.


Border color

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

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

This div border color is #DDFA9C.


Opacity

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

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

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

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

This text has shadow with #DDFA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFA9C on black background.


Color preview on white background

This text has color #DDFA9C on white background.



Black color preview on #DDFA9C background

This text has black color on #DDFA9C background.


White color preview on #DDFA9C background

This text has white color on #DDFA9C background.