COLOR #DAE8DD

HEX: #DAE8DD
RGB: (218,232,221)

Color info

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

RGB color model

#DAE8DD color RGB value is (218,232,221).

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

RGB channels and saturation

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

218
232
221

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

Portions of RGB colors in percentages

R + G + B =
218 + 232 + 221 = 671 (100%)
R 218 of 671 ~ 32.49%
G 232 of 671 ~ 34.58%
B 221 of 671 ~ 32.94%

%32.49
%34.58
%32.94

CMYK color model

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

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK: (6,0,5,9) C6M0Y5K9 (6%,0%,5%,9%) (0.06/0.00/0.05/0.09)

CMYK percentages

%6.03
%0
%4.74
%9.02

Codes

Color #DAE8DD in popluar color models

DAE8DD
RGB218232221
HSL133°23.33%88.24%
HSB/HSV133°6.03%90.98%
CMYK6.03%0.00%4.74%
9.02%

Color #DAE8DD in popluar number systems.

HEXDAE8DD
Decimal218232221
Binary110110101110100011011101
Octal332350335

Shades and tints

Shades of #DAE8DD

#DAE8DD
(218,232,221)
#C7D3C9
(199,211,201)
#B4BEB5
(180,190,181)
#A1A9A1
(161,169,161)
#8E948D
(142,148,141)
#7B7F79
(123,127,121)
#686A65
(104,106,101)
#555551
(85,85,81)
#42403D
(66,64,61)
#2F2B29
(47,43,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #DAE8DD

#DAE8DD
(218,232,221)
#DDEAE0
(221,234,224)
#E0ECE3
(224,236,227)
#E3EEE6
(227,238,230)
#E6F0E9
(230,240,233)
#E9F2EC
(233,242,236)
#ECF4EF
(236,244,239)
#EFF6F2
(239,246,242)
#F2F8F5
(242,248,245)
#F5FAF8
(245,250,248)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE8DD; }

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

This text font color is #DAE8DD.


Background Color

.myBgColor { background-color: #DAE8DD; }

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

This div background color is #DAE8DD.


Border color

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

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

This div border color is #DAE8DD.


Opacity

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

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

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

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

This text has shadow with #DAE8DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DAE8DD on black background.


Color preview on white background

This text has color #DAE8DD on white background.



Black color preview on #DAE8DD background

This text has black color on #DAE8DD background.


White color preview on #DAE8DD background

This text has white color on #DAE8DD background.