COLOR #DAE4EE

HEX: #DAE4EE
RGB: (218,228,238)

Color info

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

RGB color model

#DAE4EE color RGB value is (218,228,238).

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

RGB channels and saturation

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

218
228
238

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

Portions of RGB colors in percentages

R + G + B =
218 + 228 + 238 = 684 (100%)
R 218 of 684 ~ 31.87%
G 228 of 684 ~ 33.33%
B 238 of 684 ~ 34.8%

%31.87
%33.33
%34.8

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,4,0,7)
C8M4Y0K7 
(8%,4%,0%,7%)
(0.08/0.04/0.00/0.07)	

CMYK percentages

%8.4
%4.2
%0
%6.67

Codes

Color #DAE4EE in popluar color models

DAE4EE
RGB218228238
HSL210°37.04%89.41%
HSB/HSV210°8.40%93.33%
CMYK8.40%4.20%0.00%
6.67%

Color #DAE4EE in popluar number systems.

HEXDAE4EE
Decimal218228238
Binary110110101110010011101110
Octal332344356

Shades and tints

Shades of #DAE4EE

#DAE4EE
(218,228,238)
#C7D0D9
(199,208,217)
#B4BCC4
(180,188,196)
#A1A8AF
(161,168,175)
#8E949A
(142,148,154)
#7B8085
(123,128,133)
#686C70
(104,108,112)
#55585B
(85,88,91)
#424446
(66,68,70)
#2F3031
(47,48,49)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #DAE4EE

#DAE4EE
(218,228,238)
#DDE6EF
(221,230,239)
#E0E8F0
(224,232,240)
#E3EAF1
(227,234,241)
#E6ECF2
(230,236,242)
#E9EEF3
(233,238,243)
#ECF0F4
(236,240,244)
#EFF2F5
(239,242,245)
#F2F4F6
(242,244,246)
#F5F6F7
(245,246,247)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE4EE; }

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

This text font color is #DAE4EE.


Background Color

.myBgColor { background-color: #DAE4EE; }

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

This div background color is #DAE4EE.


Border color

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

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

This div border color is #DAE4EE.


Opacity

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

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

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

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

This text has shadow with #DAE4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE4EE on black background.


Color preview on white background

This text has color #DAE4EE on white background.



Black color preview on #DAE4EE background

This text has black color on #DAE4EE background.


White color preview on #DAE4EE background

This text has white color on #DAE4EE background.