COLOR #DAE2AB

HEX: #DAE2AB
RGB: (218,226,171)

Color info

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

RGB color model

#DAE2AB color RGB value is (218,226,171).

  • red value is 218;
  • green value is 226;
  • blue value is 171.
RGB:
(218,226,171)
(85%,89%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 171 of 255 = 67%

218
226
171

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

Portions of RGB colors in percentages

R + G + B =
218 + 226 + 171 = 615 (100%)
R 218 of 615 ~ 35.45%
G 226 of 615 ~ 36.75%
B 171 of 615 ~ 27.8%

%35.45
%36.75
%27.8

CMYK color model

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

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

CMYK percentages

%3.54
%0
%24.34
%11.37

Codes

Color #DAE2AB in popluar color models

DAE2AB
RGB218226171
HSL69°48.67%77.84%
HSB/HSV69°24.34%88.63%
CMYK3.54%0.00%24.34%
11.37%

Color #DAE2AB in popluar number systems.

HEXDAE2AB
Decimal218226171
Binary110110101110001010101011
Octal332342253

Shades and tints

Shades of #DAE2AB

#DAE2AB
(218,226,171)
#C7CE9C
(199,206,156)
#B4BA8D
(180,186,141)
#A1A67E
(161,166,126)
#8E926F
(142,146,111)
#7B7E60
(123,126,96)
#686A51
(104,106,81)
#555642
(85,86,66)
#424233
(66,66,51)
#2F2E24
(47,46,36)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DAE2AB

#DAE2AB
(218,226,171)
#DDE4B2
(221,228,178)
#E0E6B9
(224,230,185)
#E3E8C0
(227,232,192)
#E6EAC7
(230,234,199)
#E9ECCE
(233,236,206)
#ECEED5
(236,238,213)
#EFF0DC
(239,240,220)
#F2F2E3
(242,242,227)
#F5F4EA
(245,244,234)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE2AB color. Also use rgb(218,226,171) instead hex code.

Text Font Color

.myTextColor { color: #DAE2AB; }

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

This text font color is #DAE2AB.


Background Color

.myBgColor { background-color: #DAE2AB; }

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

This div background color is #DAE2AB.


Border color

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

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

This div border color is #DAE2AB.


Opacity

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

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

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

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

This text has shadow with #DAE2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE2AB on black background.


Color preview on white background

This text has color #DAE2AB on white background.



Black color preview on #DAE2AB background

This text has black color on #DAE2AB background.


White color preview on #DAE2AB background

This text has white color on #DAE2AB background.