COLOR #DAE4AE

HEX: #DAE4AE
RGB: (218,228,174)

Color info

#DAE4AE contains red, green and blue colors in about the same proportion. Web safe color of #DAE4AE is #CCCC99 (or #CC9).

RGB color model

#DAE4AE color RGB value is (218,228,174).

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

RGB channels and saturation

R 218 of 255 = 85%
G 228 of 255 = 89%
B 174 of 255 = 68%

218
228
174

R + G + B ~ 81%. #DAE4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 174 = 620 (100%)
R 218 of 620 ~ 35.16%
G 228 of 620 ~ 36.77%
B 174 of 620 ~ 28.06%

%35.16
%36.77
%28.06

CMYK color model

#DAE4AE color CMYK value is (4,0,24,11).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(4,0,24,11)
C4M0Y24K11 
(4%,0%,24%,11%)
(0.04/0.00/0.24/0.11)	

CMYK percentages

%4.39
%0
%23.68
%10.59

Codes

Color #DAE4AE in popluar color models

DAE4AE
RGB218228174
HSL71°50.00%78.82%
HSB/HSV71°23.68%89.41%
CMYK4.39%0.00%23.68%
10.59%

Color #DAE4AE in popluar number systems.

HEXDAE4AE
Decimal218228174
Binary110110101110010010101110
Octal332344256

Shades and tints

Shades of #DAE4AE

#DAE4AE
(218,228,174)
#C7D09F
(199,208,159)
#B4BC90
(180,188,144)
#A1A881
(161,168,129)
#8E9472
(142,148,114)
#7B8063
(123,128,99)
#686C54
(104,108,84)
#555845
(85,88,69)
#424436
(66,68,54)
#2F3027
(47,48,39)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DAE4AE

#DAE4AE
(218,228,174)
#DDE6B5
(221,230,181)
#E0E8BC
(224,232,188)
#E3EAC3
(227,234,195)
#E6ECCA
(230,236,202)
#E9EED1
(233,238,209)
#ECF0D8
(236,240,216)
#EFF2DF
(239,242,223)
#F2F4E6
(242,244,230)
#F5F6ED
(245,246,237)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4AE; }

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

This text font color is #DAE4AE.


Background Color

.myBgColor { background-color: #DAE4AE; }

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

This div background color is #DAE4AE.


Border color

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

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

This div border color is #DAE4AE.


Opacity

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

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

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

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

This text has shadow with #DAE4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4AE on black background.


Color preview on white background

This text has color #DAE4AE on white background.



Black color preview on #DAE4AE background

This text has black color on #DAE4AE background.


White color preview on #DAE4AE background

This text has white color on #DAE4AE background.