COLOR #DAE7EF

HEX: #DAE7EF
RGB: (218,231,239)

Color info

#DAE7EF contains red, green and blue colors in about the same proportion. Web safe color of #DAE7EF is #CCFFFF (or #CFF).

RGB color model

#DAE7EF color RGB value is (218,231,239).

  • red value is 218;
  • green value is 231;
  • blue value is 239.
RGB:
(218,231,239)
(85%,91%,94%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 239 of 255 = 94%

218
231
239

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 239 = 688 (100%)
R 218 of 688 ~ 31.69%
G 231 of 688 ~ 33.58%
B 239 of 688 ~ 34.74%

%31.69
%33.58
%34.74

CMYK color model

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

  • cyan value is 8.79%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,3,0,6)
C9M3Y0K6 
(9%,3%,0%,6%)
(0.09/0.03/0.00/0.06)	

CMYK percentages

%8.79
%3.35
%0
%6.27

Codes

Color #DAE7EF in popluar color models

DAE7EF
RGB218231239
HSL203°39.62%89.61%
HSB/HSV203°8.79%93.73%
CMYK8.79%3.35%0.00%
6.27%

Color #DAE7EF in popluar number systems.

HEXDAE7EF
Decimal218231239
Binary110110101110011111101111
Octal332347357

Shades and tints

Shades of #DAE7EF

#DAE7EF
(218,231,239)
#C7D2DA
(199,210,218)
#B4BDC5
(180,189,197)
#A1A8B0
(161,168,176)
#8E939B
(142,147,155)
#7B7E86
(123,126,134)
#686971
(104,105,113)
#55545C
(85,84,92)
#423F47
(66,63,71)
#2F2A32
(47,42,50)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #DAE7EF

#DAE7EF
(218,231,239)
#DDE9F0
(221,233,240)
#E0EBF1
(224,235,241)
#E3EDF2
(227,237,242)
#E6EFF3
(230,239,243)
#E9F1F4
(233,241,244)
#ECF3F5
(236,243,245)
#EFF5F6
(239,245,246)
#F2F7F7
(242,247,247)
#F5F9F8
(245,249,248)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE7EF color. Also use rgb(218,231,239) instead hex code.

Text Font Color

.myTextColor { color: #DAE7EF; }

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

This text font color is #DAE7EF.


Background Color

.myBgColor { background-color: #DAE7EF; }

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

This div background color is #DAE7EF.


Border color

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

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

This div border color is #DAE7EF.


Opacity

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

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

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

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

This text has shadow with #DAE7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE7EF on black background.


Color preview on white background

This text has color #DAE7EF on white background.



Black color preview on #DAE7EF background

This text has black color on #DAE7EF background.


White color preview on #DAE7EF background

This text has white color on #DAE7EF background.