COLOR #DAE1CC

HEX: #DAE1CC RGB: (218,225,204)

Color info

#DAE1CC contains red, green and blue colors in about the same proportion. Web safe color of #DAE1CC is #CCCCCC (or #CCC).

RGB color model

#DAE1CC color RGB value is (218,225,204).

RGB: (218,225,204) (85%, 88%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 204 of 255 = 80%

218
225
204

R + G + B ~ 84%. #DAE1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 225 + 204 = 647 (100%)
R 218 of 647 ~ 33.69%
G 225 of 647 ~ 34.78%
B 204 of 647 ~ 31.53'%

%33.69
%34.78
%31.53

CMYK color model

#DAE1CC color CMYK value is (3,0,9,12).

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

CMYK: (3,0,9,12)
C3M0Y9K12 (3%, 0%, 9%, 12%)
(0.03 / 0.00 / 0.09 / 0.12)

CMYK percentages

%3.11
%0
%9.33
%11.76

Codes

Color #DAE1CC in popluar color models

DA E1 CC
RGB 218 225 204
HSL 80° 25.93% 84.12%
HSB/HSV 80° 9.33% 88.24%
CMYK 3.11% 0.00% 9.33%
11.76%

Color #DAE1CC in popluar number systems.

HEX DA E1 CC
Decimal 218 225 204
Binary 11011010 11100001 11001100
Octal 332 341 314

Shades and tints

Shades of #DAE1CC

#DAE1CC
(218,225,204)
#C7CDBA
(199,205,186)
#B4B9A8
(180,185,168)
#A1A596
(161,165,150)
#8E9184
(142,145,132)
#7B7D72
(123,125,114)
#686960
(104,105,96)
#55554E
(85,85,78)
#42413C
(66,65,60)
#2F2D2A
(47,45,42)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAE1CC

#DAE1CC
(218,225,204)
#DDE3D0
(221,227,208)
#E0E5D4
(224,229,212)
#E3E7D8
(227,231,216)
#E6E9DC
(230,233,220)
#E9EBE0
(233,235,224)
#ECEDE4
(236,237,228)
#EFEFE8
(239,239,232)
#F2F1EC
(242,241,236)
#F5F3F0
(245,243,240)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1CC; }

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

This text font color is #DAE1CC.

Background Color

.myBgColor { background-color: #DAE1CC; }

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

This div background color is #DAE1CC.

Border color

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

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

This div border color is #DAE1CC.

Opacity

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

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

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

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

This text has shadow with #DAE1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE1CC.

Preview

Color preview on black background

This text has color #DAE1CC on black background.


Color preview on white background

This text has color #DAE1CC on white background.


Black color preview on #DAE1CC background

This text has black color on #DAE1CC background.


White color preview on #DAE1CC background

This text has white color on #DAE1CC background.


Related colors

Complementary color

Complementary color for #hex is #251E33.


I love getcolorcode.com

Triadic colors

1 #CCDAE1 and #E1CCDA with #DAE1CC are triadic colors.

2 #CCE1DA and #E1DACC with #DAE1CC are triadic colors.