COLOR #DAE0CE

HEX: #DAE0CE RGB: (218,224,206)

Color info

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

RGB color model

#DAE0CE color RGB value is (218,224,206).

RGB: (218,224,206) (85%, 88%, 81%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 206 of 255 = 81%

218
224
206

R + G + B ~ 85%. #DAE0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 224 + 206 = 648 (100%)
R 218 of 648 ~ 33.64%
G 224 of 648 ~ 34.57%
B 206 of 648 ~ 31.79'%

%33.64
%34.57
%31.79

CMYK color model

#DAE0CE color CMYK value is (3,0,8,12).

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK: (3,0,8,12) C3M0Y8K12 (3%,0%,8%,12%) (0.03/0.00/0.08/0.12) 

CMYK percentages

%2.68
%0
%8.04
%12.16

Codes

Color #DAE0CE in popluar color models

DA E0 CE
RGB 218 224 206
HSL 80° 22.50% 84.31%
HSB/HSV 80° 8.04% 87.84%
CMYK 2.68% 0.00% 8.04%
12.16%

Color #DAE0CE in popluar number systems.

HEX DA E0 CE
Decimal 218 224 206
Binary 11011010 11100000 11001110
Octal 332 340 316

Shades and tints

Shades of #DAE0CE

#DAE0CE
(218,224,206)
#C7CCBC
(199,204,188)
#B4B8AA
(180,184,170)
#A1A498
(161,164,152)
#8E9086
(142,144,134)
#7B7C74
(123,124,116)
#686862
(104,104,98)
#555450
(85,84,80)
#42403E
(66,64,62)
#2F2C2C
(47,44,44)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DAE0CE

#DAE0CE
(218,224,206)
#DDE2D2
(221,226,210)
#E0E4D6
(224,228,214)
#E3E6DA
(227,230,218)
#E6E8DE
(230,232,222)
#E9EAE2
(233,234,226)
#ECECE6
(236,236,230)
#EFEEEA
(239,238,234)
#F2F0EE
(242,240,238)
#F5F2F2
(245,242,242)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE0CE; }

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

This text font color is #DAE0CE.

Background Color

.myBgColor { background-color: #DAE0CE; }

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

This div background color is #DAE0CE.

Border color

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

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

This div border color is #DAE0CE.

Opacity

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

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

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

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

This text has shadow with #DAE0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE0CE.

Preview

Color preview on black background

This text has color #DAE0CE on black background.


Color preview on white background

This text has color #DAE0CE on white background.


Black color preview on #DAE0CE background

This text has black color on #DAE0CE background.


White color preview on #DAE0CE background

This text has white color on #DAE0CE background.


Related colors

Complementary color

Complementary color for #hex is #251F31.


I love getcolorcode.com

Triadic colors

1 #CEDAE0 and #E0CEDA with #DAE0CE are triadic colors.

2 #CEE0DA and #E0DACE with #DAE0CE are triadic colors.