COLOR #DAE3CE

HEX: #DAE3CE RGB: (218,227,206)

Color info

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

RGB color model

#DAE3CE color RGB value is (218,227,206).

RGB: (218,227,206) (85%, 89%, 81%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 206 of 255 = 81%

218
227
206

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

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 206 = 651 (100%)
R 218 of 651 ~ 33.49%
G 227 of 651 ~ 34.87%
B 206 of 651 ~ 31.64'%

%33.49
%34.87
%31.64

CMYK color model

#DAE3CE color CMYK value is (4,0,9,11).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 10.98%

CMYK: (4,0,9,11)
C4M0Y9K11 (4%, 0%, 9%, 11%)
(0.04 / 0.00 / 0.09 / 0.11)

CMYK percentages

%3.96
%0
%9.25
%10.98

Codes

Color #DAE3CE in popluar color models

DA E3 CE
RGB 218 227 206
HSL 86° 27.27% 84.90%
HSB/HSV 86° 9.25% 89.02%
CMYK 3.96% 0.00% 9.25%
10.98%

Color #DAE3CE in popluar number systems.

HEX DA E3 CE
Decimal 218 227 206
Binary 11011010 11100011 11001110
Octal 332 343 316

Shades and tints

Shades of #DAE3CE

#DAE3CE
(218,227,206)
#C7CFBC
(199,207,188)
#B4BBAA
(180,187,170)
#A1A798
(161,167,152)
#8E9386
(142,147,134)
#7B7F74
(123,127,116)
#686B62
(104,107,98)
#555750
(85,87,80)
#42433E
(66,67,62)
#2F2F2C
(47,47,44)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #DAE3CE

#DAE3CE
(218,227,206)
#DDE5D2
(221,229,210)
#E0E7D6
(224,231,214)
#E3E9DA
(227,233,218)
#E6EBDE
(230,235,222)
#E9EDE2
(233,237,226)
#ECEFE6
(236,239,230)
#EFF1EA
(239,241,234)
#F2F3EE
(242,243,238)
#F5F5F2
(245,245,242)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3CE; }

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

This text font color is #DAE3CE.

Background Color

.myBgColor { background-color: #DAE3CE; }

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

This div background color is #DAE3CE.

Border color

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

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

This div border color is #DAE3CE.

Opacity

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

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

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

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

This text has shadow with #DAE3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3CE.

Preview

Color preview on black background

This text has color #DAE3CE on black background.


Color preview on white background

This text has color #DAE3CE on white background.


Black color preview on #DAE3CE background

This text has black color on #DAE3CE background.


White color preview on #DAE3CE background

This text has white color on #DAE3CE background.


Related colors

Complementary color

Complementary color for #hex is #251C31.


I love getcolorcode.com

Triadic colors

1 #CEDAE3 and #E3CEDA with #DAE3CE are triadic colors.

2 #CEE3DA and #E3DACE with #DAE3CE are triadic colors.