COLOR #DDFFA0

HEX: #DDFFA0
RGB: (221,255,160)

Color info

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

RGB color model

#DDFFA0 color RGB value is (221,255,160).

  • red value is 221;
  • green value is 255;
  • blue value is 160.
RGB:
(221,255,160)
(87%,100%,63%)

RGB channels and saturation

R 221 of 255 = 87%
G 255 of 255 = 100%
B 160 of 255 = 63%

221
255
160

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

Portions of RGB colors in percentages

R + G + B =
221 + 255 + 160 = 636 (100%)
R 221 of 636 ~ 34.75%
G 255 of 636 ~ 40.09%
B 160 of 636 ~ 25.16%

%34.75
%40.09
%25.16

CMYK color model

#DDFFA0 color CMYK value is (13,0,37,0).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(13,0,37,0)
C13M0Y37K0 
(13%,0%,37%,0%)
(0.13/0.00/0.37/0.00)	

CMYK percentages

%13.33
%0
%37.25
%0

Codes

Color #DDFFA0 in popluar color models

DDFFA0
RGB221255160
HSL81°100.00%81.37%
HSB/HSV81°37.25%100.00%
CMYK13.33%0.00%37.25%
0.00%

Color #DDFFA0 in popluar number systems.

HEXDDFFA0
Decimal221255160
Binary110111011111111110100000
Octal335377240

Shades and tints

Shades of #DDFFA0

#DDFFA0
(221,255,160)
#C9E892
(201,232,146)
#B5D184
(181,209,132)
#A1BA76
(161,186,118)
#8DA368
(141,163,104)
#798C5A
(121,140,90)
#65754C
(101,117,76)
#515E3E
(81,94,62)
#3D4730
(61,71,48)
#293022
(41,48,34)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #DDFFA0

#DDFFA0
(221,255,160)
#E0FFA8
(224,255,168)
#E3FFB0
(227,255,176)
#E6FFB8
(230,255,184)
#E9FFC0
(233,255,192)
#ECFFC8
(236,255,200)
#EFFFD0
(239,255,208)
#F2FFD8
(242,255,216)
#F5FFE0
(245,255,224)
#F8FFE8
(248,255,232)
#FBFFF0
(251,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFFA0 color. Also use rgb(221,255,160) instead hex code.

Text Font Color

.myTextColor { color: #DDFFA0; }

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

This text font color is #DDFFA0.


Background Color

.myBgColor { background-color: #DDFFA0; }

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

This div background color is #DDFFA0.


Border color

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

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

This div border color is #DDFFA0.


Opacity

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

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

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

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

This text has shadow with #DDFFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFFA0 on black background.


Color preview on white background

This text has color #DDFFA0 on white background.



Black color preview on #DDFFA0 background

This text has black color on #DDFFA0 background.


White color preview on #DDFFA0 background

This text has white color on #DDFFA0 background.