COLOR #DAE5EE

HEX: #DAE5EE
RGB: (218,229,238)

Color info

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

RGB color model

#DAE5EE color RGB value is (218,229,238).

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

RGB channels and saturation

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

218
229
238

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

Portions of RGB colors in percentages

R + G + B =
218 + 229 + 238 = 685 (100%)
R 218 of 685 ~ 31.82%
G 229 of 685 ~ 33.43%
B 238 of 685 ~ 34.74%

%31.82
%33.43
%34.74

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 3.78%
  • 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
%3.78
%0
%6.67

Codes

Color #DAE5EE in popluar color models

DAE5EE
RGB218229238
HSL207°37.04%89.41%
HSB/HSV207°8.40%93.33%
CMYK8.40%3.78%0.00%
6.67%

Color #DAE5EE in popluar number systems.

HEXDAE5EE
Decimal218229238
Binary110110101110010111101110
Octal332345356

Shades and tints

Shades of #DAE5EE

#DAE5EE
(218,229,238)
#C7D1D9
(199,209,217)
#B4BDC4
(180,189,196)
#A1A9AF
(161,169,175)
#8E959A
(142,149,154)
#7B8185
(123,129,133)
#686D70
(104,109,112)
#55595B
(85,89,91)
#424546
(66,69,70)
#2F3131
(47,49,49)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #DAE5EE

#DAE5EE
(218,229,238)
#DDE7EF
(221,231,239)
#E0E9F0
(224,233,240)
#E3EBF1
(227,235,241)
#E6EDF2
(230,237,242)
#E9EFF3
(233,239,243)
#ECF1F4
(236,241,244)
#EFF3F5
(239,243,245)
#F2F5F6
(242,245,246)
#F5F7F7
(245,247,247)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE5EE; }

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

This text font color is #DAE5EE.


Background Color

.myBgColor { background-color: #DAE5EE; }

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

This div background color is #DAE5EE.


Border color

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

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

This div border color is #DAE5EE.


Opacity

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

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

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

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

This text has shadow with #DAE5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE5EE on black background.


Color preview on white background

This text has color #DAE5EE on white background.



Black color preview on #DAE5EE background

This text has black color on #DAE5EE background.


White color preview on #DAE5EE background

This text has white color on #DAE5EE background.