COLOR #DAF4A5

HEX: #DAF4A5
RGB: (218,244,165)

Color info

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

RGB color model

#DAF4A5 color RGB value is (218,244,165).

  • red value is 218;
  • green value is 244;
  • blue value is 165.
RGB:
(218,244,165)
(85%,96%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 165 of 255 = 65%

218
244
165

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

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 165 = 627 (100%)
R 218 of 627 ~ 34.77%
G 244 of 627 ~ 38.92%
B 165 of 627 ~ 26.32%

%34.77
%38.92
%26.32

CMYK color model

#DAF4A5 color CMYK value is (11,0,32,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 4.31%
CMYK:
(11,0,32,4)
C11M0Y32K4 
(11%,0%,32%,4%)
(0.11/0.00/0.32/0.04)	

CMYK percentages

%10.66
%0
%32.38
%4.31

Codes

Color #DAF4A5 in popluar color models

DAF4A5
RGB218244165
HSL80°78.22%80.20%
HSB/HSV80°32.38%95.69%
CMYK10.66%0.00%32.38%
4.31%

Color #DAF4A5 in popluar number systems.

HEXDAF4A5
Decimal218244165
Binary110110101111010010100101
Octal332364245

Shades and tints

Shades of #DAF4A5

#DAF4A5
(218,244,165)
#C7DE96
(199,222,150)
#B4C887
(180,200,135)
#A1B278
(161,178,120)
#8E9C69
(142,156,105)
#7B865A
(123,134,90)
#68704B
(104,112,75)
#555A3C
(85,90,60)
#42442D
(66,68,45)
#2F2E1E
(47,46,30)
#1C180F
(28,24,15)
#000000
(0,0,0)

Tints of #DAF4A5

#DAF4A5
(218,244,165)
#DDF5AD
(221,245,173)
#E0F6B5
(224,246,181)
#E3F7BD
(227,247,189)
#E6F8C5
(230,248,197)
#E9F9CD
(233,249,205)
#ECFAD5
(236,250,213)
#EFFBDD
(239,251,221)
#F2FCE5
(242,252,229)
#F5FDED
(245,253,237)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF4A5 color. Also use rgb(218,244,165) instead hex code.

Text Font Color

.myTextColor { color: #DAF4A5; }

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

This text font color is #DAF4A5.


Background Color

.myBgColor { background-color: #DAF4A5; }

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

This div background color is #DAF4A5.


Border color

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

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

This div border color is #DAF4A5.


Opacity

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

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

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

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

This text has shadow with #DAF4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF4A5 on black background.


Color preview on white background

This text has color #DAF4A5 on white background.



Black color preview on #DAF4A5 background

This text has black color on #DAF4A5 background.


White color preview on #DAF4A5 background

This text has white color on #DAF4A5 background.