COLOR #DAE4EC

HEX: #DAE4EC
RGB: (218,228,236)

Color info

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

RGB color model

#DAE4EC color RGB value is (218,228,236).

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

RGB channels and saturation

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

218
228
236

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

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 236 = 682 (100%)
R 218 of 682 ~ 31.96%
G 228 of 682 ~ 33.43%
B 236 of 682 ~ 34.6%

%31.96
%33.43
%34.6

CMYK color model

#DAE4EC color CMYK value is (8,3,0,7).

  • cyan value is 7.63%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,3,0,7)
C8M3Y0K7 
(8%,3%,0%,7%)
(0.08/0.03/0.00/0.07)	

CMYK percentages

%7.63
%3.39
%0
%7.45

Codes

Color #DAE4EC in popluar color models

DAE4EC
RGB218228236
HSL207°32.14%89.02%
HSB/HSV207°7.63%92.55%
CMYK7.63%3.39%0.00%
7.45%

Color #DAE4EC in popluar number systems.

HEXDAE4EC
Decimal218228236
Binary110110101110010011101100
Octal332344354

Shades and tints

Shades of #DAE4EC

#DAE4EC
(218,228,236)
#C7D0D7
(199,208,215)
#B4BCC2
(180,188,194)
#A1A8AD
(161,168,173)
#8E9498
(142,148,152)
#7B8083
(123,128,131)
#686C6E
(104,108,110)
#555859
(85,88,89)
#424444
(66,68,68)
#2F302F
(47,48,47)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #DAE4EC

#DAE4EC
(218,228,236)
#DDE6ED
(221,230,237)
#E0E8EE
(224,232,238)
#E3EAEF
(227,234,239)
#E6ECF0
(230,236,240)
#E9EEF1
(233,238,241)
#ECF0F2
(236,240,242)
#EFF2F3
(239,242,243)
#F2F4F4
(242,244,244)
#F5F6F5
(245,246,245)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4EC; }

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

This text font color is #DAE4EC.


Background Color

.myBgColor { background-color: #DAE4EC; }

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

This div background color is #DAE4EC.


Border color

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

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

This div border color is #DAE4EC.


Opacity

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

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

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

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

This text has shadow with #DAE4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4EC on black background.


Color preview on white background

This text has color #DAE4EC on white background.



Black color preview on #DAE4EC background

This text has black color on #DAE4EC background.


White color preview on #DAE4EC background

This text has white color on #DAE4EC background.