COLOR #DAE7DE

HEX: #DAE7DE
RGB: (218,231,222)

Color info

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

RGB color model

#DAE7DE color RGB value is (218,231,222).

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

RGB channels and saturation

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

218
231
222

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 222 = 671 (100%)
R 218 of 671 ~ 32.49%
G 231 of 671 ~ 34.43%
B 222 of 671 ~ 33.08%

%32.49
%34.43
%33.08

CMYK color model

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

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

CMYK percentages

%5.63
%0
%3.9
%9.41

Codes

Color #DAE7DE in popluar color models

DAE7DE
RGB218231222
HSL138°21.31%88.04%
HSB/HSV138°5.63%90.59%
CMYK5.63%0.00%3.90%
9.41%

Color #DAE7DE in popluar number systems.

HEXDAE7DE
Decimal218231222
Binary110110101110011111011110
Octal332347336

Shades and tints

Shades of #DAE7DE

#DAE7DE
(218,231,222)
#C7D2CA
(199,210,202)
#B4BDB6
(180,189,182)
#A1A8A2
(161,168,162)
#8E938E
(142,147,142)
#7B7E7A
(123,126,122)
#686966
(104,105,102)
#555452
(85,84,82)
#423F3E
(66,63,62)
#2F2A2A
(47,42,42)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #DAE7DE

#DAE7DE
(218,231,222)
#DDE9E1
(221,233,225)
#E0EBE4
(224,235,228)
#E3EDE7
(227,237,231)
#E6EFEA
(230,239,234)
#E9F1ED
(233,241,237)
#ECF3F0
(236,243,240)
#EFF5F3
(239,245,243)
#F2F7F6
(242,247,246)
#F5F9F9
(245,249,249)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7DE; }

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

This text font color is #DAE7DE.


Background Color

.myBgColor { background-color: #DAE7DE; }

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

This div background color is #DAE7DE.


Border color

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

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

This div border color is #DAE7DE.


Opacity

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

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

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

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

This text has shadow with #DAE7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE7DE on black background.


Color preview on white background

This text has color #DAE7DE on white background.



Black color preview on #DAE7DE background

This text has black color on #DAE7DE background.


White color preview on #DAE7DE background

This text has white color on #DAE7DE background.