COLOR #DAE3EC

HEX: #DAE3EC RGB: (218,227,236)

Color info

#DAE3EC contains red, green and blue colors in about the same proportion. Web safe color of #DAE3EC is #CCCCFF (or #CCF).

RGB color model

#DAE3EC color RGB value is (218,227,236).

RGB: (218,227,236) (85%, 89%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 236 of 255 = 93%

218
227
236

R + G + B ~ 89%. #DAE3EC is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 227 + 236 = 681 (100%)
R 218 of 681 ~ 32.01%
G 227 of 681 ~ 33.33%
B 236 of 681 ~ 34.65'%

%32.01
%33.33
%34.65

CMYK color model

#DAE3EC color CMYK value is (8,4,0,7).

  • cyan value is 7.63%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,4,0,7)
C8M4Y0K7 (8%, 4%, 0%, 7%)
(0.08 / 0.04 / 0.00 / 0.07)

CMYK percentages

%7.63
%3.81
%0
%7.45

Codes

Color #DAE3EC in popluar color models

DA E3 EC
RGB 218 227 236
HSL 210° 32.14% 89.02%
HSB/HSV 210° 7.63% 92.55%
CMYK 7.63% 3.81% 0.00%
7.45%

Color #DAE3EC in popluar number systems.

HEX DA E3 EC
Decimal 218 227 236
Binary 11011010 11100011 11101100
Octal 332 343 354

Shades and tints

Shades of #DAE3EC

#DAE3EC
(218,227,236)
#C7CFD7
(199,207,215)
#B4BBC2
(180,187,194)
#A1A7AD
(161,167,173)
#8E9398
(142,147,152)
#7B7F83
(123,127,131)
#686B6E
(104,107,110)
#555759
(85,87,89)
#424344
(66,67,68)
#2F2F2F
(47,47,47)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #DAE3EC

#DAE3EC
(218,227,236)
#DDE5ED
(221,229,237)
#E0E7EE
(224,231,238)
#E3E9EF
(227,233,239)
#E6EBF0
(230,235,240)
#E9EDF1
(233,237,241)
#ECEFF2
(236,239,242)
#EFF1F3
(239,241,243)
#F2F3F4
(242,243,244)
#F5F5F5
(245,245,245)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3EC; }

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

This text font color is #DAE3EC.

Background Color

.myBgColor { background-color: #DAE3EC; }

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

This div background color is #DAE3EC.

Border color

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

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

This div border color is #DAE3EC.

Opacity

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

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

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

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

This text has shadow with #DAE3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE3EC.

Preview

Color preview on black background

This text has color #DAE3EC on black background.


Color preview on white background

This text has color #DAE3EC on white background.


Black color preview on #DAE3EC background

This text has black color on #DAE3EC background.


White color preview on #DAE3EC background

This text has white color on #DAE3EC background.


Related colors

Complementary color

Complementary color for #hex is #251C13.


I love getcolorcode.com

Triadic colors

1 #ECDAE3 and #E3ECDA with #DAE3EC are triadic colors.

2 #ECE3DA and #E3DAEC with #DAE3EC are triadic colors.