COLOR #DAE8EC

HEX: #DAE8EC
RGB: (218,232,236)

Color info

#DAE8EC contains red, green and blue colors in about the same proportion. Web safe color of #DAE8EC is #CCFFFF (or #CFF).

RGB color model

#DAE8EC color RGB value is (218,232,236).

  • red value is 218;
  • green value is 232;
  • blue value is 236.
RGB:
(218,232,236)
(85%,91%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 236 of 255 = 93%

218
232
236

R + G + B ~ 90%. #DAE8EC is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 232 + 236 = 686 (100%)
R 218 of 686 ~ 31.78%
G 232 of 686 ~ 33.82%
B 236 of 686 ~ 34.4%

%31.78
%33.82
%34.4

CMYK color model

#DAE8EC color CMYK value is (8,2,0,7).

  • cyan value is 7.63%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,2,0,7)
C8M2Y0K7 
(8%,2%,0%,7%)
(0.08/0.02/0.00/0.07)	

CMYK percentages

%7.63
%1.69
%0
%7.45

Codes

Color #DAE8EC in popluar color models

DAE8EC
RGB218232236
HSL193°32.14%89.02%
HSB/HSV193°7.63%92.55%
CMYK7.63%1.69%0.00%
7.45%

Color #DAE8EC in popluar number systems.

HEXDAE8EC
Decimal218232236
Binary110110101110100011101100
Octal332350354

Shades and tints

Shades of #DAE8EC

#DAE8EC
(218,232,236)
#C7D3D7
(199,211,215)
#B4BEC2
(180,190,194)
#A1A9AD
(161,169,173)
#8E9498
(142,148,152)
#7B7F83
(123,127,131)
#686A6E
(104,106,110)
#555559
(85,85,89)
#424044
(66,64,68)
#2F2B2F
(47,43,47)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #DAE8EC

#DAE8EC
(218,232,236)
#DDEAED
(221,234,237)
#E0ECEE
(224,236,238)
#E3EEEF
(227,238,239)
#E6F0F0
(230,240,240)
#E9F2F1
(233,242,241)
#ECF4F2
(236,244,242)
#EFF6F3
(239,246,243)
#F2F8F4
(242,248,244)
#F5FAF5
(245,250,245)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8EC; }

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

This text font color is #DAE8EC.


Background Color

.myBgColor { background-color: #DAE8EC; }

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

This div background color is #DAE8EC.


Border color

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

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

This div border color is #DAE8EC.


Opacity

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

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

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

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

This text has shadow with #DAE8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE8EC on black background.


Color preview on white background

This text has color #DAE8EC on white background.



Black color preview on #DAE8EC background

This text has black color on #DAE8EC background.


White color preview on #DAE8EC background

This text has white color on #DAE8EC background.