COLOR #DAE8EF

HEX: #DAE8EF RGB: (218,232,239)

Color info

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

RGB color model

#DAE8EF color RGB value is (218,232,239).

RGB: (218,232,239) (85%, 91%, 94%)

RGB channels and saturation

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

218
232
239

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

Portions of RGB colors in percentages

R + G + B = 218 + 232 + 239 = 689 (100%)
R 218 of 689 ~ 31.64%
G 232 of 689 ~ 33.67%
B 239 of 689 ~ 34.69'%

%31.64
%33.67
%34.69

CMYK color model

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

  • cyan value is 8.79%
  • magenta value is 2.93%
  • 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
%2.93
%0
%6.27

Codes

Color #DAE8EF in popluar color models

DA E8 EF
RGB 218 232 239
HSL 200° 39.62% 89.61%
HSB/HSV 200° 8.79% 93.73%
CMYK 8.79% 2.93% 0.00%
6.27%

Color #DAE8EF in popluar number systems.

HEX DA E8 EF
Decimal 218 232 239
Binary 11011010 11101000 11101111
Octal 332 350 357

Shades and tints

Shades of #DAE8EF

#DAE8EF
(218,232,239)
#C7D3DA
(199,211,218)
#B4BEC5
(180,190,197)
#A1A9B0
(161,169,176)
#8E949B
(142,148,155)
#7B7F86
(123,127,134)
#686A71
(104,106,113)
#55555C
(85,85,92)
#424047
(66,64,71)
#2F2B32
(47,43,50)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #DAE8EF

#DAE8EF
(218,232,239)
#DDEAF0
(221,234,240)
#E0ECF1
(224,236,241)
#E3EEF2
(227,238,242)
#E6F0F3
(230,240,243)
#E9F2F4
(233,242,244)
#ECF4F5
(236,244,245)
#EFF6F6
(239,246,246)
#F2F8F7
(242,248,247)
#F5FAF8
(245,250,248)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8EF; }

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

This text font color is #DAE8EF.

Background Color

.myBgColor { background-color: #DAE8EF; }

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

This div background color is #DAE8EF.

Border color

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

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

This div border color is #DAE8EF.

Opacity

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

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

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

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

This text has shadow with #DAE8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE8EF.

Preview

Color preview on black background

This text has color #DAE8EF on black background.


Color preview on white background

This text has color #DAE8EF on white background.


Black color preview on #DAE8EF background

This text has black color on #DAE8EF background.


White color preview on #DAE8EF background

This text has white color on #DAE8EF background.


Related colors

Complementary color

Complementary color for #hex is #251710.


I love getcolorcode.com

Triadic colors

1 #EFDAE8 and #E8EFDA with #DAE8EF are triadic colors.

2 #EFE8DA and #E8DAEF with #DAE8EF are triadic colors.