COLOR #DAE1F7

HEX: #DAE1F7
RGB: (218,225,247)

Color info

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

RGB color model

#DAE1F7 color RGB value is (218,225,247).

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

RGB channels and saturation

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

218
225
247

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

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 247 = 690 (100%)
R 218 of 690 ~ 31.59%
G 225 of 690 ~ 32.61%
B 247 of 690 ~ 35.8%

%31.59
%32.61
%35.8

CMYK color model

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

  • cyan value is 11.74%
  • magenta value is 8.91%
  • 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
%8.91
%0
%3.14

Codes

Color #DAE1F7 in popluar color models

DAE1F7
RGB218225247
HSL226°64.44%91.18%
HSB/HSV226°11.74%96.86%
CMYK11.74%8.91%0.00%
3.14%

Color #DAE1F7 in popluar number systems.

HEXDAE1F7
Decimal218225247
Binary110110101110000111110111
Octal332341367

Shades and tints

Shades of #DAE1F7

#DAE1F7
(218,225,247)
#C7CDE1
(199,205,225)
#B4B9CB
(180,185,203)
#A1A5B5
(161,165,181)
#8E919F
(142,145,159)
#7B7D89
(123,125,137)
#686973
(104,105,115)
#55555D
(85,85,93)
#424147
(66,65,71)
#2F2D31
(47,45,49)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #DAE1F7

#DAE1F7
(218,225,247)
#DDE3F7
(221,227,247)
#E0E5F7
(224,229,247)
#E3E7F7
(227,231,247)
#E6E9F7
(230,233,247)
#E9EBF7
(233,235,247)
#ECEDF7
(236,237,247)
#EFEFF7
(239,239,247)
#F2F1F7
(242,241,247)
#F5F3F7
(245,243,247)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1F7; }

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

This text font color is #DAE1F7.


Background Color

.myBgColor { background-color: #DAE1F7; }

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

This div background color is #DAE1F7.


Border color

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

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

This div border color is #DAE1F7.


Opacity

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

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

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

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

This text has shadow with #DAE1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1F7 on black background.


Color preview on white background

This text has color #DAE1F7 on white background.



Black color preview on #DAE1F7 background

This text has black color on #DAE1F7 background.


White color preview on #DAE1F7 background

This text has white color on #DAE1F7 background.