COLOR #DAF1AE

HEX: #DAF1AE
RGB: (218,241,174)

Color info

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

RGB color model

#DAF1AE color RGB value is (218,241,174).

  • red value is 218;
  • green value is 241;
  • blue value is 174.
RGB:
(218,241,174)
(85%,95%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 241 of 255 = 95%
B 174 of 255 = 68%

218
241
174

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

Portions of RGB colors in percentages

R + G + B =
218 + 241 + 174 = 633 (100%)
R 218 of 633 ~ 34.44%
G 241 of 633 ~ 38.07%
B 174 of 633 ~ 27.49%

%34.44
%38.07
%27.49

CMYK color model

#DAF1AE color CMYK value is (10,0,28,5).

  • cyan value is 9.54%
  • magenta value is 0.00%
  • yellow value is 27.80%
  • key color value is 5.49%
CMYK:
(10,0,28,5)
C10M0Y28K5 
(10%,0%,28%,5%)
(0.10/0.00/0.28/0.05)	

CMYK percentages

%9.54
%0
%27.8
%5.49

Codes

Color #DAF1AE in popluar color models

DAF1AE
RGB218241174
HSL81°70.53%81.37%
HSB/HSV81°27.80%94.51%
CMYK9.54%0.00%27.80%
5.49%

Color #DAF1AE in popluar number systems.

HEXDAF1AE
Decimal218241174
Binary110110101111000110101110
Octal332361256

Shades and tints

Shades of #DAF1AE

#DAF1AE
(218,241,174)
#C7DC9F
(199,220,159)
#B4C790
(180,199,144)
#A1B281
(161,178,129)
#8E9D72
(142,157,114)
#7B8863
(123,136,99)
#687354
(104,115,84)
#555E45
(85,94,69)
#424936
(66,73,54)
#2F3427
(47,52,39)
#1C1F18
(28,31,24)
#000000
(0,0,0)

Tints of #DAF1AE

#DAF1AE
(218,241,174)
#DDF2B5
(221,242,181)
#E0F3BC
(224,243,188)
#E3F4C3
(227,244,195)
#E6F5CA
(230,245,202)
#E9F6D1
(233,246,209)
#ECF7D8
(236,247,216)
#EFF8DF
(239,248,223)
#F2F9E6
(242,249,230)
#F5FAED
(245,250,237)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF1AE color. Also use rgb(218,241,174) instead hex code.

Text Font Color

.myTextColor { color: #DAF1AE; }

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

This text font color is #DAF1AE.


Background Color

.myBgColor { background-color: #DAF1AE; }

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

This div background color is #DAF1AE.


Border color

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

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

This div border color is #DAF1AE.


Opacity

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

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

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

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

This text has shadow with #DAF1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF1AE on black background.


Color preview on white background

This text has color #DAF1AE on white background.



Black color preview on #DAF1AE background

This text has black color on #DAF1AE background.


White color preview on #DAF1AE background

This text has white color on #DAF1AE background.