COLOR #DAE7D2

HEX: #DAE7D2
RGB: (218,231,210)

Color info

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

RGB color model

#DAE7D2 color RGB value is (218,231,210).

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

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 210 of 255 = 82%

218
231
210

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 210 = 659 (100%)
R 218 of 659 ~ 33.08%
G 231 of 659 ~ 35.05%
B 210 of 659 ~ 31.87%

%33.08
%35.05
%31.87

CMYK color model

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

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 9.41%
CMYK:
(6,0,9,9)
C6M0Y9K9 
(6%,0%,9%,9%)
(0.06/0.00/0.09/0.09)	

CMYK percentages

%5.63
%0
%9.09
%9.41

Codes

Color #DAE7D2 in popluar color models

DAE7D2
RGB218231210
HSL97°30.43%86.47%
HSB/HSV97°9.09%90.59%
CMYK5.63%0.00%9.09%
9.41%

Color #DAE7D2 in popluar number systems.

HEXDAE7D2
Decimal218231210
Binary110110101110011111010010
Octal332347322

Shades and tints

Shades of #DAE7D2

#DAE7D2
(218,231,210)
#C7D2BF
(199,210,191)
#B4BDAC
(180,189,172)
#A1A899
(161,168,153)
#8E9386
(142,147,134)
#7B7E73
(123,126,115)
#686960
(104,105,96)
#55544D
(85,84,77)
#423F3A
(66,63,58)
#2F2A27
(47,42,39)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DAE7D2

#DAE7D2
(218,231,210)
#DDE9D6
(221,233,214)
#E0EBDA
(224,235,218)
#E3EDDE
(227,237,222)
#E6EFE2
(230,239,226)
#E9F1E6
(233,241,230)
#ECF3EA
(236,243,234)
#EFF5EE
(239,245,238)
#F2F7F2
(242,247,242)
#F5F9F6
(245,249,246)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7D2; }

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

This text font color is #DAE7D2.


Background Color

.myBgColor { background-color: #DAE7D2; }

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

This div background color is #DAE7D2.


Border color

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

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

This div border color is #DAE7D2.


Opacity

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

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

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

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

This text has shadow with #DAE7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE7D2 on black background.


Color preview on white background

This text has color #DAE7D2 on white background.



Black color preview on #DAE7D2 background

This text has black color on #DAE7D2 background.


White color preview on #DAE7D2 background

This text has white color on #DAE7D2 background.