COLOR #DAE3EA

HEX: #DAE3EA
RGB: (218,227,234)

Color info

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

RGB color model

#DAE3EA color RGB value is (218,227,234).

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

RGB channels and saturation

R 218 of 255 = 85%
G 227 of 255 = 89%
B 234 of 255 = 92%

218
227
234

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

Portions of RGB colors in percentages

R + G + B =
218 + 227 + 234 = 679 (100%)
R 218 of 679 ~ 32.11%
G 227 of 679 ~ 33.43%
B 234 of 679 ~ 34.46%

%32.11
%33.43
%34.46

CMYK color model

#DAE3EA color CMYK value is (7,3,0,8).

  • cyan value is 6.84%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(7,3,0,8)
C7M3Y0K8 
(7%,3%,0%,8%)
(0.07/0.03/0.00/0.08)	

CMYK percentages

%6.84
%2.99
%0
%8.24

Codes

Color #DAE3EA in popluar color models

DAE3EA
RGB218227234
HSL206°27.59%88.63%
HSB/HSV206°6.84%91.76%
CMYK6.84%2.99%0.00%
8.24%

Color #DAE3EA in popluar number systems.

HEXDAE3EA
Decimal218227234
Binary110110101110001111101010
Octal332343352

Shades and tints

Shades of #DAE3EA

#DAE3EA
(218,227,234)
#C7CFD5
(199,207,213)
#B4BBC0
(180,187,192)
#A1A7AB
(161,167,171)
#8E9396
(142,147,150)
#7B7F81
(123,127,129)
#686B6C
(104,107,108)
#555757
(85,87,87)
#424342
(66,67,66)
#2F2F2D
(47,47,45)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #DAE3EA

#DAE3EA
(218,227,234)
#DDE5EB
(221,229,235)
#E0E7EC
(224,231,236)
#E3E9ED
(227,233,237)
#E6EBEE
(230,235,238)
#E9EDEF
(233,237,239)
#ECEFF0
(236,239,240)
#EFF1F1
(239,241,241)
#F2F3F2
(242,243,242)
#F5F5F3
(245,245,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE3EA; }

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

This text font color is #DAE3EA.


Background Color

.myBgColor { background-color: #DAE3EA; }

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

This div background color is #DAE3EA.


Border color

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

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

This div border color is #DAE3EA.


Opacity

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

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

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

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

This text has shadow with #DAE3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE3EA on black background.


Color preview on white background

This text has color #DAE3EA on white background.



Black color preview on #DAE3EA background

This text has black color on #DAE3EA background.


White color preview on #DAE3EA background

This text has white color on #DAE3EA background.