COLOR #DAE3A9

HEX: #DAE3A9
RGB: (218,227,169)

Color info

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

RGB color model

#DAE3A9 color RGB value is (218,227,169).

  • red value is 218;
  • green value is 227;
  • blue value is 169.
RGB:
(218,227,169)
(85%,89%,66%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 169 of 255 = 66%

218
227
169

R + G + B ~ 80%. #DAE3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 227 + 169 = 614 (100%)
R 218 of 614 ~ 35.5%
G 227 of 614 ~ 36.97%
B 169 of 614 ~ 27.52%

%35.5
%36.97
%27.52

CMYK color model

#DAE3A9 color CMYK value is (4,0,26,11).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 10.98%
CMYK:
(4,0,26,11)
C4M0Y26K11 
(4%,0%,26%,11%)
(0.04/0.00/0.26/0.11)	

CMYK percentages

%3.96
%0
%25.55
%10.98

Codes

Color #DAE3A9 in popluar color models

DAE3A9
RGB218227169
HSL69°50.88%77.65%
HSB/HSV69°25.55%89.02%
CMYK3.96%0.00%25.55%
10.98%

Color #DAE3A9 in popluar number systems.

HEXDAE3A9
Decimal218227169
Binary110110101110001110101001
Octal332343251

Shades and tints

Shades of #DAE3A9

#DAE3A9
(218,227,169)
#C7CF9A
(199,207,154)
#B4BB8B
(180,187,139)
#A1A77C
(161,167,124)
#8E936D
(142,147,109)
#7B7F5E
(123,127,94)
#686B4F
(104,107,79)
#555740
(85,87,64)
#424331
(66,67,49)
#2F2F22
(47,47,34)
#1C1B13
(28,27,19)
#000000
(0,0,0)

Tints of #DAE3A9

#DAE3A9
(218,227,169)
#DDE5B0
(221,229,176)
#E0E7B7
(224,231,183)
#E3E9BE
(227,233,190)
#E6EBC5
(230,235,197)
#E9EDCC
(233,237,204)
#ECEFD3
(236,239,211)
#EFF1DA
(239,241,218)
#F2F3E1
(242,243,225)
#F5F5E8
(245,245,232)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3A9; }

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

This text font color is #DAE3A9.


Background Color

.myBgColor { background-color: #DAE3A9; }

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

This div background color is #DAE3A9.


Border color

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

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

This div border color is #DAE3A9.


Opacity

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

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

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

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

This text has shadow with #DAE3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE3A9 on black background.


Color preview on white background

This text has color #DAE3A9 on white background.



Black color preview on #DAE3A9 background

This text has black color on #DAE3A9 background.


White color preview on #DAE3A9 background

This text has white color on #DAE3A9 background.