COLOR #DAE1A0

HEX: #DAE1A0
RGB: (218,225,160)

Color info

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

RGB color model

#DAE1A0 color RGB value is (218,225,160).

  • red value is 218;
  • green value is 225;
  • blue value is 160.
RGB:
(218,225,160)
(85%,88%,63%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 160 of 255 = 63%

218
225
160

R + G + B ~ 79%. #DAE1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 160 = 603 (100%)
R 218 of 603 ~ 36.15%
G 225 of 603 ~ 37.31%
B 160 of 603 ~ 26.53%

%36.15
%37.31
%26.53

CMYK color model

#DAE1A0 color CMYK value is (3,0,29,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 11.76%
CMYK:
(3,0,29,12)
C3M0Y29K12 
(3%,0%,29%,12%)
(0.03/0.00/0.29/0.12)	

CMYK percentages

%3.11
%0
%28.89
%11.76

Codes

Color #DAE1A0 in popluar color models

DAE1A0
RGB218225160
HSL66°52.00%75.49%
HSB/HSV66°28.89%88.24%
CMYK3.11%0.00%28.89%
11.76%

Color #DAE1A0 in popluar number systems.

HEXDAE1A0
Decimal218225160
Binary110110101110000110100000
Octal332341240

Shades and tints

Shades of #DAE1A0

#DAE1A0
(218,225,160)
#C7CD92
(199,205,146)
#B4B984
(180,185,132)
#A1A576
(161,165,118)
#8E9168
(142,145,104)
#7B7D5A
(123,125,90)
#68694C
(104,105,76)
#55553E
(85,85,62)
#424130
(66,65,48)
#2F2D22
(47,45,34)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #DAE1A0

#DAE1A0
(218,225,160)
#DDE3A8
(221,227,168)
#E0E5B0
(224,229,176)
#E3E7B8
(227,231,184)
#E6E9C0
(230,233,192)
#E9EBC8
(233,235,200)
#ECEDD0
(236,237,208)
#EFEFD8
(239,239,216)
#F2F1E0
(242,241,224)
#F5F3E8
(245,243,232)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE1A0 color. Also use rgb(218,225,160) instead hex code.

Text Font Color

.myTextColor { color: #DAE1A0; }

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

This text font color is #DAE1A0.


Background Color

.myBgColor { background-color: #DAE1A0; }

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

This div background color is #DAE1A0.


Border color

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

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

This div border color is #DAE1A0.


Opacity

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

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

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

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

This text has shadow with #DAE1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1A0 on black background.


Color preview on white background

This text has color #DAE1A0 on white background.



Black color preview on #DAE1A0 background

This text has black color on #DAE1A0 background.


White color preview on #DAE1A0 background

This text has white color on #DAE1A0 background.