COLOR #DAE9DE

HEX: #DAE9DE
RGB: (218,233,222)

Color info

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

RGB color model

#DAE9DE color RGB value is (218,233,222).

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

RGB channels and saturation

R 218 of 255 = 85%
G 233 of 255 = 91%
B 222 of 255 = 87%

218
233
222

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

Portions of RGB colors in percentages

R + G + B =
218 + 233 + 222 = 673 (100%)
R 218 of 673 ~ 32.39%
G 233 of 673 ~ 34.62%
B 222 of 673 ~ 32.99%

%32.39
%34.62
%32.99

CMYK color model

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

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

CMYK percentages

%6.44
%0
%4.72
%8.63

Codes

Color #DAE9DE in popluar color models

DAE9DE
RGB218233222
HSL136°25.42%88.43%
HSB/HSV136°6.44%91.37%
CMYK6.44%0.00%4.72%
8.63%

Color #DAE9DE in popluar number systems.

HEXDAE9DE
Decimal218233222
Binary110110101110100111011110
Octal332351336

Shades and tints

Shades of #DAE9DE

#DAE9DE
(218,233,222)
#C7D4CA
(199,212,202)
#B4BFB6
(180,191,182)
#A1AAA2
(161,170,162)
#8E958E
(142,149,142)
#7B807A
(123,128,122)
#686B66
(104,107,102)
#555652
(85,86,82)
#42413E
(66,65,62)
#2F2C2A
(47,44,42)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #DAE9DE

#DAE9DE
(218,233,222)
#DDEBE1
(221,235,225)
#E0EDE4
(224,237,228)
#E3EFE7
(227,239,231)
#E6F1EA
(230,241,234)
#E9F3ED
(233,243,237)
#ECF5F0
(236,245,240)
#EFF7F3
(239,247,243)
#F2F9F6
(242,249,246)
#F5FBF9
(245,251,249)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE9DE; }

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

This text font color is #DAE9DE.


Background Color

.myBgColor { background-color: #DAE9DE; }

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

This div background color is #DAE9DE.


Border color

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

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

This div border color is #DAE9DE.


Opacity

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

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

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

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

This text has shadow with #DAE9DE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DAE9DE on black background.


Color preview on white background

This text has color #DAE9DE on white background.



Black color preview on #DAE9DE background

This text has black color on #DAE9DE background.


White color preview on #DAE9DE background

This text has white color on #DAE9DE background.