COLOR #DAF2A9

HEX: #DAF2A9 RGB: (218,242,169)

Color info

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

RGB color model

#DAF2A9 color RGB value is (218,242,169).

RGB: (218,242,169) (85%, 95%, 66%)

RGB channels and saturation

R 218 of 255 = 85%
G 242 of 255 = 95%
B 169 of 255 = 66%

218
242
169

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

Portions of RGB colors in percentages

R + G + B = 218 + 242 + 169 = 629 (100%)
R 218 of 629 ~ 34.66%
G 242 of 629 ~ 38.47%
B 169 of 629 ~ 26.87'%

%34.66
%38.47
%26.87

CMYK color model

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

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • 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
%30.17
%5.1

Codes

Color #DAF2A9 in popluar color models

DA F2 A9
RGB 218 242 169
HSL 80° 73.74% 80.59%
HSB/HSV 80° 30.17% 94.90%
CMYK 9.92% 0.00% 30.17%
5.10%

Color #DAF2A9 in popluar number systems.

HEX DA F2 A9
Decimal 218 242 169
Binary 11011010 11110010 10101001
Octal 332 362 251

Shades and tints

Shades of #DAF2A9

#DAF2A9
(218,242,169)
#C7DC9A
(199,220,154)
#B4C68B
(180,198,139)
#A1B07C
(161,176,124)
#8E9A6D
(142,154,109)
#7B845E
(123,132,94)
#686E4F
(104,110,79)
#555840
(85,88,64)
#424231
(66,66,49)
#2F2C22
(47,44,34)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #DAF2A9

#DAF2A9
(218,242,169)
#DDF3B0
(221,243,176)
#E0F4B7
(224,244,183)
#E3F5BE
(227,245,190)
#E6F6C5
(230,246,197)
#E9F7CC
(233,247,204)
#ECF8D3
(236,248,211)
#EFF9DA
(239,249,218)
#F2FAE1
(242,250,225)
#F5FBE8
(245,251,232)
#F8FCEF
(248,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF2A9; }

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

This text font color is #DAF2A9.

Background Color

.myBgColor { background-color: #DAF2A9; }

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

This div background color is #DAF2A9.

Border color

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

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

This div border color is #DAF2A9.

Opacity

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

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

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

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

This text has shadow with #DAF2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF2A9.

Preview

Color preview on black background

This text has color #DAF2A9 on black background.


Color preview on white background

This text has color #DAF2A9 on white background.


Black color preview on #DAF2A9 background

This text has black color on #DAF2A9 background.


White color preview on #DAF2A9 background

This text has white color on #DAF2A9 background.


Related colors

Complementary color

Complementary color for #hex is #250D56.


I love getcolorcode.com

Triadic colors

1 #A9DAF2 and #F2A9DA with #DAF2A9 are triadic colors.

2 #A9F2DA and #F2DAA9 with #DAF2A9 are triadic colors.