COLOR #DAE6AA

HEX: #DAE6AA
RGB: (218,230,170)

Color info

#DAE6AA contains mainly red and green colors. Web safe color of #DAE6AA is #CCCC99 (or #CC9).

RGB color model

#DAE6AA color RGB value is (218,230,170).

  • red value is 218;
  • green value is 230;
  • blue value is 170.
RGB:
(218,230,170)
(85%,90%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 170 of 255 = 67%

218
230
170

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

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 170 = 618 (100%)
R 218 of 618 ~ 35.28%
G 230 of 618 ~ 37.22%
B 170 of 618 ~ 27.51%

%35.28
%37.22
%27.51

CMYK color model

#DAE6AA color CMYK value is (5,0,26,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK:
(5,0,26,10)
C5M0Y26K10 
(5%,0%,26%,10%)
(0.05/0.00/0.26/0.10)	

CMYK percentages

%5.22
%0
%26.09
%9.8

Codes

Color #DAE6AA in popluar color models

DAE6AA
RGB218230170
HSL72°54.55%78.43%
HSB/HSV72°26.09%90.20%
CMYK5.22%0.00%26.09%
9.80%

Color #DAE6AA in popluar number systems.

HEXDAE6AA
Decimal218230170
Binary110110101110011010101010
Octal332346252

Shades and tints

Shades of #DAE6AA

#DAE6AA
(218,230,170)
#C7D29B
(199,210,155)
#B4BE8C
(180,190,140)
#A1AA7D
(161,170,125)
#8E966E
(142,150,110)
#7B825F
(123,130,95)
#686E50
(104,110,80)
#555A41
(85,90,65)
#424632
(66,70,50)
#2F3223
(47,50,35)
#1C1E14
(28,30,20)
#000000
(0,0,0)

Tints of #DAE6AA

#DAE6AA
(218,230,170)
#DDE8B1
(221,232,177)
#E0EAB8
(224,234,184)
#E3ECBF
(227,236,191)
#E6EEC6
(230,238,198)
#E9F0CD
(233,240,205)
#ECF2D4
(236,242,212)
#EFF4DB
(239,244,219)
#F2F6E2
(242,246,226)
#F5F8E9
(245,248,233)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE6AA; }

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

This text font color is #DAE6AA.


Background Color

.myBgColor { background-color: #DAE6AA; }

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

This div background color is #DAE6AA.


Border color

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

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

This div border color is #DAE6AA.


Opacity

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

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

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

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

This text has shadow with #DAE6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6AA on black background.


Color preview on white background

This text has color #DAE6AA on white background.



Black color preview on #DAE6AA background

This text has black color on #DAE6AA background.


White color preview on #DAE6AA background

This text has white color on #DAE6AA background.