COLOR #DAF2AA

HEX: #DAF2AA RGB: (218,242,170)

Color info

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

RGB color model

#DAF2AA color RGB value is (218,242,170).

RGB: (218,242,170) (85%, 95%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 170 of 255 = 67%

218
242
170

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

Portions of RGB colors in percentages

R + G + B = 218 + 242 + 170 = 630 (100%)
R 218 of 630 ~ 34.6%
G 242 of 630 ~ 38.41%
B 170 of 630 ~ 26.98'%

%34.6
%38.41
%26.98

CMYK color model

#DAF2AA color CMYK value is (10,0,30,5).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 5.10%

CMYK: (10,0,30,5)
C10M0Y30K5 (10%, 0%, 30%, 5%)
(0.10 / 0.00 / 0.30 / 0.05)

CMYK percentages

%9.92
%0
%29.75
%5.1

Codes

Color #DAF2AA in popluar color models

DA F2 AA
RGB 218 242 170
HSL 80° 73.47% 80.78%
HSB/HSV 80° 29.75% 94.90%
CMYK 9.92% 0.00% 29.75%
5.10%

Color #DAF2AA in popluar number systems.

HEX DA F2 AA
Decimal 218 242 170
Binary 11011010 11110010 10101010
Octal 332 362 252

Shades and tints

Shades of #DAF2AA

#DAF2AA
(218,242,170)
#C7DC9B
(199,220,155)
#B4C68C
(180,198,140)
#A1B07D
(161,176,125)
#8E9A6E
(142,154,110)
#7B845F
(123,132,95)
#686E50
(104,110,80)
#555841
(85,88,65)
#424232
(66,66,50)
#2F2C23
(47,44,35)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAF2AA

#DAF2AA
(218,242,170)
#DDF3B1
(221,243,177)
#E0F4B8
(224,244,184)
#E3F5BF
(227,245,191)
#E6F6C6
(230,246,198)
#E9F7CD
(233,247,205)
#ECF8D4
(236,248,212)
#EFF9DB
(239,249,219)
#F2FAE2
(242,250,226)
#F5FBE9
(245,251,233)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF2AA; }

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

This text font color is #DAF2AA.

Background Color

.myBgColor { background-color: #DAF2AA; }

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

This div background color is #DAF2AA.

Border color

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

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

This div border color is #DAF2AA.

Opacity

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

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

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

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

This text has shadow with #DAF2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF2AA.

Preview

Color preview on black background

This text has color #DAF2AA on black background.


Color preview on white background

This text has color #DAF2AA on white background.


Black color preview on #DAF2AA background

This text has black color on #DAF2AA background.


White color preview on #DAF2AA background

This text has white color on #DAF2AA background.


Related colors

Complementary color

Complementary color for #hex is #250D55.


I love getcolorcode.com

Triadic colors

1 #AADAF2 and #F2AADA with #DAF2AA are triadic colors.

2 #AAF2DA and #F2DAAA with #DAF2AA are triadic colors.