COLOR #DAE9E8

HEX: #DAE9E8
RGB: (218,233,232)

Color info

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

RGB color model

#DAE9E8 color RGB value is (218,233,232).

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

RGB channels and saturation

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

218
233
232

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

Portions of RGB colors in percentages

R + G + B =
218 + 233 + 232 = 683 (100%)
R 218 of 683 ~ 31.92%
G 233 of 683 ~ 34.11%
B 232 of 683 ~ 33.97%

%31.92
%34.11
%33.97

CMYK color model

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

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

CMYK percentages

%6.44
%0
%0.43
%8.63

Codes

Color #DAE9E8 in popluar color models

DAE9E8
RGB218233232
HSL176°25.42%88.43%
HSB/HSV176°6.44%91.37%
CMYK6.44%0.00%0.43%
8.63%

Color #DAE9E8 in popluar number systems.

HEXDAE9E8
Decimal218233232
Binary110110101110100111101000
Octal332351350

Shades and tints

Shades of #DAE9E8

#DAE9E8
(218,233,232)
#C7D4D3
(199,212,211)
#B4BFBE
(180,191,190)
#A1AAA9
(161,170,169)
#8E9594
(142,149,148)
#7B807F
(123,128,127)
#686B6A
(104,107,106)
#555655
(85,86,85)
#424140
(66,65,64)
#2F2C2B
(47,44,43)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #DAE9E8

#DAE9E8
(218,233,232)
#DDEBEA
(221,235,234)
#E0EDEC
(224,237,236)
#E3EFEE
(227,239,238)
#E6F1F0
(230,241,240)
#E9F3F2
(233,243,242)
#ECF5F4
(236,245,244)
#EFF7F6
(239,247,246)
#F2F9F8
(242,249,248)
#F5FBFA
(245,251,250)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9E8; }

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

This text font color is #DAE9E8.


Background Color

.myBgColor { background-color: #DAE9E8; }

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

This div background color is #DAE9E8.


Border color

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

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

This div border color is #DAE9E8.


Opacity

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

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

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

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

This text has shadow with #DAE9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE9E8 on black background.


Color preview on white background

This text has color #DAE9E8 on white background.



Black color preview on #DAE9E8 background

This text has black color on #DAE9E8 background.


White color preview on #DAE9E8 background

This text has white color on #DAE9E8 background.