COLOR #DAE8E6

HEX: #DAE8E6 RGB: (218,232,230)

Color info

#DAE8E6 contains red, green and blue colors in about the same proportion. Web safe color of #DAE8E6 is #CCFFCC (or #CFC).

RGB color model

#DAE8E6 color RGB value is (218,232,230).

RGB: (218,232,230) (85%, 91%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 230 of 255 = 90%

218
232
230

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

Portions of RGB colors in percentages

R + G + B = 218 + 232 + 230 = 680 (100%)
R 218 of 680 ~ 32.06%
G 232 of 680 ~ 34.12%
B 230 of 680 ~ 33.82'%

%32.06
%34.12
%33.82

CMYK color model

#DAE8E6 color CMYK value is (6,0,1,9).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 9.02%

CMYK: (6,0,1,9)
C6M0Y1K9 (6%, 0%, 1%, 9%)
(0.06 / 0.00 / 0.01 / 0.09)

CMYK percentages

%6.03
%0
%0.86
%9.02

Codes

Color #DAE8E6 in popluar color models

DA E8 E6
RGB 218 232 230
HSL 171° 23.33% 88.24%
HSB/HSV 171° 6.03% 90.98%
CMYK 6.03% 0.00% 0.86%
9.02%

Color #DAE8E6 in popluar number systems.

HEX DA E8 E6
Decimal 218 232 230
Binary 11011010 11101000 11100110
Octal 332 350 346

Shades and tints

Shades of #DAE8E6

#DAE8E6
(218,232,230)
#C7D3D2
(199,211,210)
#B4BEBE
(180,190,190)
#A1A9AA
(161,169,170)
#8E9496
(142,148,150)
#7B7F82
(123,127,130)
#686A6E
(104,106,110)
#55555A
(85,85,90)
#424046
(66,64,70)
#2F2B32
(47,43,50)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #DAE8E6

#DAE8E6
(218,232,230)
#DDEAE8
(221,234,232)
#E0ECEA
(224,236,234)
#E3EEEC
(227,238,236)
#E6F0EE
(230,240,238)
#E9F2F0
(233,242,240)
#ECF4F2
(236,244,242)
#EFF6F4
(239,246,244)
#F2F8F6
(242,248,246)
#F5FAF8
(245,250,248)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8E6; }

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

This text font color is #DAE8E6.

Background Color

.myBgColor { background-color: #DAE8E6; }

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

This div background color is #DAE8E6.

Border color

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

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

This div border color is #DAE8E6.

Opacity

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

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

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

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

This text has shadow with #DAE8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE8E6.

Preview

Color preview on black background

This text has color #DAE8E6 on black background.


Color preview on white background

This text has color #DAE8E6 on white background.


Black color preview on #DAE8E6 background

This text has black color on #DAE8E6 background.


White color preview on #DAE8E6 background

This text has white color on #DAE8E6 background.


Related colors

Complementary color

Complementary color for #hex is #251719.


I love getcolorcode.com

Triadic colors

1 #E6DAE8 and #E8E6DA with #DAE8E6 are triadic colors.

2 #E6E8DA and #E8DAE6 with #DAE8E6 are triadic colors.