COLOR #DAE3F9

HEX: #DAE3F9
RGB: (218,227,249)

Color info

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

RGB color model

#DAE3F9 color RGB value is (218,227,249).

  • red value is 218;
  • green value is 227;
  • blue value is 249.
RGB:
(218,227,249)
(85%,89%,98%)

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 249 of 255 = 98%

218
227
249

R + G + B ~ 91%. #DAE3F9 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 227 + 249 = 694 (100%)
R 218 of 694 ~ 31.41%
G 227 of 694 ~ 32.71%
B 249 of 694 ~ 35.88%

%31.41
%32.71
%35.88

CMYK color model

#DAE3F9 color CMYK value is (12,9,0,2).

  • cyan value is 12.45%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,9,0,2)
C12M9Y0K2 
(12%,9%,0%,2%)
(0.12/0.09/0.00/0.02)	

CMYK percentages

%12.45
%8.84
%0
%2.35

Codes

Color #DAE3F9 in popluar color models

DAE3F9
RGB218227249
HSL223°72.09%91.57%
HSB/HSV223°12.45%97.65%
CMYK12.45%8.84%0.00%
2.35%

Color #DAE3F9 in popluar number systems.

HEXDAE3F9
Decimal218227249
Binary110110101110001111111001
Octal332343371

Shades and tints

Shades of #DAE3F9

#DAE3F9
(218,227,249)
#C7CFE3
(199,207,227)
#B4BBCD
(180,187,205)
#A1A7B7
(161,167,183)
#8E93A1
(142,147,161)
#7B7F8B
(123,127,139)
#686B75
(104,107,117)
#55575F
(85,87,95)
#424349
(66,67,73)
#2F2F33
(47,47,51)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #DAE3F9

#DAE3F9
(218,227,249)
#DDE5F9
(221,229,249)
#E0E7F9
(224,231,249)
#E3E9F9
(227,233,249)
#E6EBF9
(230,235,249)
#E9EDF9
(233,237,249)
#ECEFF9
(236,239,249)
#EFF1F9
(239,241,249)
#F2F3F9
(242,243,249)
#F5F5F9
(245,245,249)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE3F9 color. Also use rgb(218,227,249) instead hex code.

Text Font Color

.myTextColor { color: #DAE3F9; }

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

This text font color is #DAE3F9.


Background Color

.myBgColor { background-color: #DAE3F9; }

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

This div background color is #DAE3F9.


Border color

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

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

This div border color is #DAE3F9.


Opacity

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

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

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

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

This text has shadow with #DAE3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE3F9 on black background.


Color preview on white background

This text has color #DAE3F9 on white background.



Black color preview on #DAE3F9 background

This text has black color on #DAE3F9 background.


White color preview on #DAE3F9 background

This text has white color on #DAE3F9 background.