COLOR #DAE0CC

HEX: #DAE0CC RGB: (218,224,204)

Color info

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

RGB color model

#DAE0CC color RGB value is (218,224,204).

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

RGB channels and saturation

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

218
224
204

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

Portions of RGB colors in percentages

R + G + B = 218 + 224 + 204 = 646 (100%)
R 218 of 646 ~ 33.75%
G 224 of 646 ~ 34.67%
B 204 of 646 ~ 31.58'%

%33.75
%34.67
%31.58

CMYK color model

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

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 12.16%
CMYK: (3,0,9,12) C3M0Y9K12 (3%,0%,9%,12%) (0.03/0.00/0.09/0.12) 

CMYK percentages

%2.68
%0
%8.93
%12.16

Codes

Color #DAE0CC in popluar color models

DA E0 CC
RGB 218 224 204
HSL 78° 24.39% 83.92%
HSB/HSV 78° 8.93% 87.84%
CMYK 2.68% 0.00% 8.93%
12.16%

Color #DAE0CC in popluar number systems.

HEX DA E0 CC
Decimal 218 224 204
Binary 11011010 11100000 11001100
Octal 332 340 314

Shades and tints

Shades of #DAE0CC

#DAE0CC
(218,224,204)
#C7CCBA
(199,204,186)
#B4B8A8
(180,184,168)
#A1A496
(161,164,150)
#8E9084
(142,144,132)
#7B7C72
(123,124,114)
#686860
(104,104,96)
#55544E
(85,84,78)
#42403C
(66,64,60)
#2F2C2A
(47,44,42)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #DAE0CC

#DAE0CC
(218,224,204)
#DDE2D0
(221,226,208)
#E0E4D4
(224,228,212)
#E3E6D8
(227,230,216)
#E6E8DC
(230,232,220)
#E9EAE0
(233,234,224)
#ECECE4
(236,236,228)
#EFEEE8
(239,238,232)
#F2F0EC
(242,240,236)
#F5F2F0
(245,242,240)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0CC; }

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

This text font color is #DAE0CC.

Background Color

.myBgColor { background-color: #DAE0CC; }

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

This div background color is #DAE0CC.

Border color

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

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

This div border color is #DAE0CC.

Opacity

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

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

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

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

This text has shadow with #DAE0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE0CC.

Preview

Color preview on black background

This text has color #DAE0CC on black background.


Color preview on white background

This text has color #DAE0CC on white background.


Black color preview on #DAE0CC background

This text has black color on #DAE0CC background.


White color preview on #DAE0CC background

This text has white color on #DAE0CC background.


Related colors

Complementary color

Complementary color for #hex is #251F33.


I love getcolorcode.com

Triadic colors

1 #CCDAE0 and #E0CCDA with #DAE0CC are triadic colors.

2 #CCE0DA and #E0DACC with #DAE0CC are triadic colors.