COLOR #DAE8E7

HEX: #DAE8E7
RGB: (218,232,231)

Color info

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

RGB color model

#DAE8E7 color RGB value is (218,232,231).

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

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 231 of 255 = 91%

218
232
231

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

Portions of RGB colors in percentages

R + G + B =
218 + 232 + 231 = 681 (100%)
R 218 of 681 ~ 32.01%
G 232 of 681 ~ 34.07%
B 231 of 681 ~ 33.92%

%32.01
%34.07
%33.92

CMYK color model

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

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.02%
CMYK: (6,0,0,9) C6M0Y0K9 (6%,0%,0%,9%) (0.06/0.00/0.00/0.09)

CMYK percentages

%6.03
%0
%0.43
%9.02

Codes

Color #DAE8E7 in popluar color models

DAE8E7
RGB218232231
HSL176°23.33%88.24%
HSB/HSV176°6.03%90.98%
CMYK6.03%0.00%0.43%
9.02%

Color #DAE8E7 in popluar number systems.

HEXDAE8E7
Decimal218232231
Binary110110101110100011100111
Octal332350347

Shades and tints

Shades of #DAE8E7

#DAE8E7
(218,232,231)
#C7D3D2
(199,211,210)
#B4BEBD
(180,190,189)
#A1A9A8
(161,169,168)
#8E9493
(142,148,147)
#7B7F7E
(123,127,126)
#686A69
(104,106,105)
#555554
(85,85,84)
#42403F
(66,64,63)
#2F2B2A
(47,43,42)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #DAE8E7

#DAE8E7
(218,232,231)
#DDEAE9
(221,234,233)
#E0ECEB
(224,236,235)
#E3EEED
(227,238,237)
#E6F0EF
(230,240,239)
#E9F2F1
(233,242,241)
#ECF4F3
(236,244,243)
#EFF6F5
(239,246,245)
#F2F8F7
(242,248,247)
#F5FAF9
(245,250,249)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8E7; }

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

This text font color is #DAE8E7.


Background Color

.myBgColor { background-color: #DAE8E7; }

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

This div background color is #DAE8E7.


Border color

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

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

This div border color is #DAE8E7.


Opacity

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

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

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

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

This text has shadow with #DAE8E7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DAE8E7 on black background.


Color preview on white background

This text has color #DAE8E7 on white background.



Black color preview on #DAE8E7 background

This text has black color on #DAE8E7 background.


White color preview on #DAE8E7 background

This text has white color on #DAE8E7 background.