COLOR #DAE8DF

HEX: #DAE8DF
RGB: (218,232,223)

Color info

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

RGB color model

#DAE8DF color RGB value is (218,232,223).

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

RGB channels and saturation

R 218 of 255 = 85%
G 232 of 255 = 91%
B 223 of 255 = 87%

218
232
223

R + G + B ~ 88%. #DAE8DF is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 232 + 223 = 673 (100%)
R 218 of 673 ~ 32.39%
G 232 of 673 ~ 34.47%
B 223 of 673 ~ 33.14%

%32.39
%34.47
%33.14

CMYK color model

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

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 9.02%
CMYK:
(6,0,4,9)
C6M0Y4K9 
(6%,0%,4%,9%)
(0.06/0.00/0.04/0.09)	

CMYK percentages

%6.03
%0
%3.88
%9.02

Codes

Color #DAE8DF in popluar color models

DAE8DF
RGB218232223
HSL141°23.33%88.24%
HSB/HSV141°6.03%90.98%
CMYK6.03%0.00%3.88%
9.02%

Color #DAE8DF in popluar number systems.

HEXDAE8DF
Decimal218232223
Binary110110101110100011011111
Octal332350337

Shades and tints

Shades of #DAE8DF

#DAE8DF
(218,232,223)
#C7D3CB
(199,211,203)
#B4BEB7
(180,190,183)
#A1A9A3
(161,169,163)
#8E948F
(142,148,143)
#7B7F7B
(123,127,123)
#686A67
(104,106,103)
#555553
(85,85,83)
#42403F
(66,64,63)
#2F2B2B
(47,43,43)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #DAE8DF

#DAE8DF
(218,232,223)
#DDEAE1
(221,234,225)
#E0ECE3
(224,236,227)
#E3EEE5
(227,238,229)
#E6F0E7
(230,240,231)
#E9F2E9
(233,242,233)
#ECF4EB
(236,244,235)
#EFF6ED
(239,246,237)
#F2F8EF
(242,248,239)
#F5FAF1
(245,250,241)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8DF; }

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

This text font color is #DAE8DF.


Background Color

.myBgColor { background-color: #DAE8DF; }

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

This div background color is #DAE8DF.


Border color

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

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

This div border color is #DAE8DF.


Opacity

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

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

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

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

This text has shadow with #DAE8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE8DF on black background.


Color preview on white background

This text has color #DAE8DF on white background.



Black color preview on #DAE8DF background

This text has black color on #DAE8DF background.


White color preview on #DAE8DF background

This text has white color on #DAE8DF background.