COLOR #DAE0F7

HEX: #DAE0F7
RGB: (218,224,247)

Color info

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

RGB color model

#DAE0F7 color RGB value is (218,224,247).

  • red value is 218;
  • green value is 224;
  • blue value is 247.
RGB:
(218,224,247)
(85%,88%,97%)

RGB channels and saturation

R 218 of 255 = 85%
G 224 of 255 = 88%
B 247 of 255 = 97%

218
224
247

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

Portions of RGB colors in percentages

R + G + B =
218 + 224 + 247 = 689 (100%)
R 218 of 689 ~ 31.64%
G 224 of 689 ~ 32.51%
B 247 of 689 ~ 35.85%

%31.64
%32.51
%35.85

CMYK color model

#DAE0F7 color CMYK value is (12,9,0,3).

  • cyan value is 11.74%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(12,9,0,3)
C12M9Y0K3 
(12%,9%,0%,3%)
(0.12/0.09/0.00/0.03)	

CMYK percentages

%11.74
%9.31
%0
%3.14

Codes

Color #DAE0F7 in popluar color models

DAE0F7
RGB218224247
HSL228°64.44%91.18%
HSB/HSV228°11.74%96.86%
CMYK11.74%9.31%0.00%
3.14%

Color #DAE0F7 in popluar number systems.

HEXDAE0F7
Decimal218224247
Binary110110101110000011110111
Octal332340367

Shades and tints

Shades of #DAE0F7

#DAE0F7
(218,224,247)
#C7CCE1
(199,204,225)
#B4B8CB
(180,184,203)
#A1A4B5
(161,164,181)
#8E909F
(142,144,159)
#7B7C89
(123,124,137)
#686873
(104,104,115)
#55545D
(85,84,93)
#424047
(66,64,71)
#2F2C31
(47,44,49)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #DAE0F7

#DAE0F7
(218,224,247)
#DDE2F7
(221,226,247)
#E0E4F7
(224,228,247)
#E3E6F7
(227,230,247)
#E6E8F7
(230,232,247)
#E9EAF7
(233,234,247)
#ECECF7
(236,236,247)
#EFEEF7
(239,238,247)
#F2F0F7
(242,240,247)
#F5F2F7
(245,242,247)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE0F7 color. Also use rgb(218,224,247) instead hex code.

Text Font Color

.myTextColor { color: #DAE0F7; }

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

This text font color is #DAE0F7.


Background Color

.myBgColor { background-color: #DAE0F7; }

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

This div background color is #DAE0F7.


Border color

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

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

This div border color is #DAE0F7.


Opacity

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

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

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

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

This text has shadow with #DAE0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE0F7 on black background.


Color preview on white background

This text has color #DAE0F7 on white background.



Black color preview on #DAE0F7 background

This text has black color on #DAE0F7 background.


White color preview on #DAE0F7 background

This text has white color on #DAE0F7 background.