COLOR #DAE6D4

HEX: #DAE6D4
RGB: (218,230,212)

Color info

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

RGB color model

#DAE6D4 color RGB value is (218,230,212).

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

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 212 of 255 = 83%

218
230
212

R + G + B ~ 86%. #DAE6D4 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 230 + 212 = 660 (100%)
R 218 of 660 ~ 33.03%
G 230 of 660 ~ 34.85%
B 212 of 660 ~ 32.12%

%33.03
%34.85
%32.12

CMYK color model

#DAE6D4 color CMYK value is (5,0,8,10).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 9.80%
CMYK:
(5,0,8,10)
C5M0Y8K10 
(5%,0%,8%,10%)
(0.05/0.00/0.08/0.10)	

CMYK percentages

%5.22
%0
%7.83
%9.8

Codes

Color #DAE6D4 in popluar color models

DAE6D4
RGB218230212
HSL100°26.47%86.67%
HSB/HSV100°7.83%90.20%
CMYK5.22%0.00%7.83%
9.80%

Color #DAE6D4 in popluar number systems.

HEXDAE6D4
Decimal218230212
Binary110110101110011011010100
Octal332346324

Shades and tints

Shades of #DAE6D4

#DAE6D4
(218,230,212)
#C7D2C1
(199,210,193)
#B4BEAE
(180,190,174)
#A1AA9B
(161,170,155)
#8E9688
(142,150,136)
#7B8275
(123,130,117)
#686E62
(104,110,98)
#555A4F
(85,90,79)
#42463C
(66,70,60)
#2F3229
(47,50,41)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #DAE6D4

#DAE6D4
(218,230,212)
#DDE8D7
(221,232,215)
#E0EADA
(224,234,218)
#E3ECDD
(227,236,221)
#E6EEE0
(230,238,224)
#E9F0E3
(233,240,227)
#ECF2E6
(236,242,230)
#EFF4E9
(239,244,233)
#F2F6EC
(242,246,236)
#F5F8EF
(245,248,239)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE6D4; }

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

This text font color is #DAE6D4.


Background Color

.myBgColor { background-color: #DAE6D4; }

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

This div background color is #DAE6D4.


Border color

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

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

This div border color is #DAE6D4.


Opacity

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

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

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

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

This text has shadow with #DAE6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE6D4 on black background.


Color preview on white background

This text has color #DAE6D4 on white background.



Black color preview on #DAE6D4 background

This text has black color on #DAE6D4 background.


White color preview on #DAE6D4 background

This text has white color on #DAE6D4 background.