COLOR #DAE6D9

HEX: #DAE6D9
RGB: (218,230,217)

Color info

#DAE6D9 contains red, green and blue colors in about the same proportion. Web safe color of #DAE6D9 is #CCCCCC (or #CCC).

RGB color model

#DAE6D9 color RGB value is (218,230,217).

  • red value is 218;
  • green value is 230;
  • blue value is 217.
RGB:
(218,230,217)
(85%,90%,85%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 217 of 255 = 85%

218
230
217

R + G + B ~ 87%. #DAE6D9 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 217 = 665 (100%)
R 218 of 665 ~ 32.78%
G 230 of 665 ~ 34.59%
B 217 of 665 ~ 32.63%

%32.78
%34.59
%32.63

CMYK color model

#DAE6D9 color CMYK value is (5,0,6,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 9.80%
CMYK:
(5,0,6,10)
C5M0Y6K10 
(5%,0%,6%,10%)
(0.05/0.00/0.06/0.10)	

CMYK percentages

%5.22
%0
%5.65
%9.8

Codes

Color #DAE6D9 in popluar color models

DAE6D9
RGB218230217
HSL115°20.63%87.65%
HSB/HSV115°5.65%90.20%
CMYK5.22%0.00%5.65%
9.80%

Color #DAE6D9 in popluar number systems.

HEXDAE6D9
Decimal218230217
Binary110110101110011011011001
Octal332346331

Shades and tints

Shades of #DAE6D9

#DAE6D9
(218,230,217)
#C7D2C6
(199,210,198)
#B4BEB3
(180,190,179)
#A1AAA0
(161,170,160)
#8E968D
(142,150,141)
#7B827A
(123,130,122)
#686E67
(104,110,103)
#555A54
(85,90,84)
#424641
(66,70,65)
#2F322E
(47,50,46)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #DAE6D9

#DAE6D9
(218,230,217)
#DDE8DC
(221,232,220)
#E0EADF
(224,234,223)
#E3ECE2
(227,236,226)
#E6EEE5
(230,238,229)
#E9F0E8
(233,240,232)
#ECF2EB
(236,242,235)
#EFF4EE
(239,244,238)
#F2F6F1
(242,246,241)
#F5F8F4
(245,248,244)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE6D9 color. Also use rgb(218,230,217) instead hex code.

Text Font Color

.myTextColor { color: #DAE6D9; }

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

This text font color is #DAE6D9.


Background Color

.myBgColor { background-color: #DAE6D9; }

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

This div background color is #DAE6D9.


Border color

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

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

This div border color is #DAE6D9.


Opacity

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

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

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

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

This text has shadow with #DAE6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6D9 on black background.


Color preview on white background

This text has color #DAE6D9 on white background.



Black color preview on #DAE6D9 background

This text has black color on #DAE6D9 background.


White color preview on #DAE6D9 background

This text has white color on #DAE6D9 background.