COLOR #DAE1AC

HEX: #DAE1AC RGB: (218,225,172)

Color info

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

RGB color model

#DAE1AC color RGB value is (218,225,172).

RGB: (218,225,172) (85%, 88%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 172 of 255 = 67%

218
225
172

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

Portions of RGB colors in percentages

R + G + B = 218 + 225 + 172 = 615 (100%)
R 218 of 615 ~ 35.45%
G 225 of 615 ~ 36.59%
B 172 of 615 ~ 27.97'%

%35.45
%36.59
%27.97

CMYK color model

#DAE1AC color CMYK value is (3,0,24,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 11.76%

CMYK: (3,0,24,12)
C3M0Y24K12 (3%, 0%, 24%, 12%)
(0.03 / 0.00 / 0.24 / 0.12)

CMYK percentages

%3.11
%0
%23.56
%11.76

Codes

Color #DAE1AC in popluar color models

DA E1 AC
RGB 218 225 172
HSL 68° 46.90% 77.84%
HSB/HSV 68° 23.56% 88.24%
CMYK 3.11% 0.00% 23.56%
11.76%

Color #DAE1AC in popluar number systems.

HEX DA E1 AC
Decimal 218 225 172
Binary 11011010 11100001 10101100
Octal 332 341 254

Shades and tints

Shades of #DAE1AC

#DAE1AC
(218,225,172)
#C7CD9D
(199,205,157)
#B4B98E
(180,185,142)
#A1A57F
(161,165,127)
#8E9170
(142,145,112)
#7B7D61
(123,125,97)
#686952
(104,105,82)
#555543
(85,85,67)
#424134
(66,65,52)
#2F2D25
(47,45,37)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #DAE1AC

#DAE1AC
(218,225,172)
#DDE3B3
(221,227,179)
#E0E5BA
(224,229,186)
#E3E7C1
(227,231,193)
#E6E9C8
(230,233,200)
#E9EBCF
(233,235,207)
#ECEDD6
(236,237,214)
#EFEFDD
(239,239,221)
#F2F1E4
(242,241,228)
#F5F3EB
(245,243,235)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1AC; }

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

This text font color is #DAE1AC.

Background Color

.myBgColor { background-color: #DAE1AC; }

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

This div background color is #DAE1AC.

Border color

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

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

This div border color is #DAE1AC.

Opacity

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

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

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

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

This text has shadow with #DAE1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE1AC.

Preview

Color preview on black background

This text has color #DAE1AC on black background.


Color preview on white background

This text has color #DAE1AC on white background.


Black color preview on #DAE1AC background

This text has black color on #DAE1AC background.


White color preview on #DAE1AC background

This text has white color on #DAE1AC background.


Related colors

Complementary color

Complementary color for #hex is #251E53.


I love getcolorcode.com

Triadic colors

1 #ACDAE1 and #E1ACDA with #DAE1AC are triadic colors.

2 #ACE1DA and #E1DAAC with #DAE1AC are triadic colors.