COLOR #DAE1E9

HEX: #DAE1E9
RGB: (218,225,233)

Color info

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

RGB color model

#DAE1E9 color RGB value is (218,225,233).

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

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 233 of 255 = 91%

218
225
233

R + G + B ~ 88%. #DAE1E9 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 233 = 676 (100%)
R 218 of 676 ~ 32.25%
G 225 of 676 ~ 33.28%
B 233 of 676 ~ 34.47%

%32.25
%33.28
%34.47

CMYK color model

#DAE1E9 color CMYK value is (6,3,0,9).

  • cyan value is 6.44%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,3,0,9)
C6M3Y0K9 
(6%,3%,0%,9%)
(0.06/0.03/0.00/0.09)	

CMYK percentages

%6.44
%3.43
%0
%8.63

Codes

Color #DAE1E9 in popluar color models

DAE1E9
RGB218225233
HSL212°25.42%88.43%
HSB/HSV212°6.44%91.37%
CMYK6.44%3.43%0.00%
8.63%

Color #DAE1E9 in popluar number systems.

HEXDAE1E9
Decimal218225233
Binary110110101110000111101001
Octal332341351

Shades and tints

Shades of #DAE1E9

#DAE1E9
(218,225,233)
#C7CDD4
(199,205,212)
#B4B9BF
(180,185,191)
#A1A5AA
(161,165,170)
#8E9195
(142,145,149)
#7B7D80
(123,125,128)
#68696B
(104,105,107)
#555556
(85,85,86)
#424141
(66,65,65)
#2F2D2C
(47,45,44)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #DAE1E9

#DAE1E9
(218,225,233)
#DDE3EB
(221,227,235)
#E0E5ED
(224,229,237)
#E3E7EF
(227,231,239)
#E6E9F1
(230,233,241)
#E9EBF3
(233,235,243)
#ECEDF5
(236,237,245)
#EFEFF7
(239,239,247)
#F2F1F9
(242,241,249)
#F5F3FB
(245,243,251)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1E9; }

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

This text font color is #DAE1E9.


Background Color

.myBgColor { background-color: #DAE1E9; }

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

This div background color is #DAE1E9.


Border color

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

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

This div border color is #DAE1E9.


Opacity

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

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

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

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

This text has shadow with #DAE1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1E9 on black background.


Color preview on white background

This text has color #DAE1E9 on white background.



Black color preview on #DAE1E9 background

This text has black color on #DAE1E9 background.


White color preview on #DAE1E9 background

This text has white color on #DAE1E9 background.