COLOR #DAE6EE

HEX: #DAE6EE
RGB: (218,230,238)

Color info

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

RGB color model

#DAE6EE color RGB value is (218,230,238).

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

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 238 of 255 = 93%

218
230
238

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

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 238 = 686 (100%)
R 218 of 686 ~ 31.78%
G 230 of 686 ~ 33.53%
B 238 of 686 ~ 34.69%

%31.78
%33.53
%34.69

CMYK color model

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

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

CMYK percentages

%8.4
%3.36
%0
%6.67

Codes

Color #DAE6EE in popluar color models

DAE6EE
RGB218230238
HSL204°37.04%89.41%
HSB/HSV204°8.40%93.33%
CMYK8.40%3.36%0.00%
6.67%

Color #DAE6EE in popluar number systems.

HEXDAE6EE
Decimal218230238
Binary110110101110011011101110
Octal332346356

Shades and tints

Shades of #DAE6EE

#DAE6EE
(218,230,238)
#C7D2D9
(199,210,217)
#B4BEC4
(180,190,196)
#A1AAAF
(161,170,175)
#8E969A
(142,150,154)
#7B8285
(123,130,133)
#686E70
(104,110,112)
#555A5B
(85,90,91)
#424646
(66,70,70)
#2F3231
(47,50,49)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #DAE6EE

#DAE6EE
(218,230,238)
#DDE8EF
(221,232,239)
#E0EAF0
(224,234,240)
#E3ECF1
(227,236,241)
#E6EEF2
(230,238,242)
#E9F0F3
(233,240,243)
#ECF2F4
(236,242,244)
#EFF4F5
(239,244,245)
#F2F6F6
(242,246,246)
#F5F8F7
(245,248,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE6EE; }

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

This text font color is #DAE6EE.


Background Color

.myBgColor { background-color: #DAE6EE; }

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

This div background color is #DAE6EE.


Border color

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

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

This div border color is #DAE6EE.


Opacity

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

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

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

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

This text has shadow with #DAE6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6EE on black background.


Color preview on white background

This text has color #DAE6EE on white background.



Black color preview on #DAE6EE background

This text has black color on #DAE6EE background.


White color preview on #DAE6EE background

This text has white color on #DAE6EE background.