COLOR #DAE7D3

HEX: #DAE7D3
RGB: (218,231,211)

Color info

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

RGB color model

#DAE7D3 color RGB value is (218,231,211).

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

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 211 of 255 = 83%

218
231
211

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 211 = 660 (100%)
R 218 of 660 ~ 33.03%
G 231 of 660 ~ 35%
B 211 of 660 ~ 31.97%

%33.03
%35
%31.97

CMYK color model

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

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 8.66%
  • 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
%8.66
%9.41

Codes

Color #DAE7D3 in popluar color models

DAE7D3
RGB218231211
HSL99°29.41%86.67%
HSB/HSV99°8.66%90.59%
CMYK5.63%0.00%8.66%
9.41%

Color #DAE7D3 in popluar number systems.

HEXDAE7D3
Decimal218231211
Binary110110101110011111010011
Octal332347323

Shades and tints

Shades of #DAE7D3

#DAE7D3
(218,231,211)
#C7D2C0
(199,210,192)
#B4BDAD
(180,189,173)
#A1A89A
(161,168,154)
#8E9387
(142,147,135)
#7B7E74
(123,126,116)
#686961
(104,105,97)
#55544E
(85,84,78)
#423F3B
(66,63,59)
#2F2A28
(47,42,40)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #DAE7D3

#DAE7D3
(218,231,211)
#DDE9D7
(221,233,215)
#E0EBDB
(224,235,219)
#E3EDDF
(227,237,223)
#E6EFE3
(230,239,227)
#E9F1E7
(233,241,231)
#ECF3EB
(236,243,235)
#EFF5EF
(239,245,239)
#F2F7F3
(242,247,243)
#F5F9F7
(245,249,247)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7D3; }

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

This text font color is #DAE7D3.


Background Color

.myBgColor { background-color: #DAE7D3; }

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

This div background color is #DAE7D3.


Border color

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

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

This div border color is #DAE7D3.


Opacity

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

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

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

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

This text has shadow with #DAE7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE7D3 on black background.


Color preview on white background

This text has color #DAE7D3 on white background.



Black color preview on #DAE7D3 background

This text has black color on #DAE7D3 background.


White color preview on #DAE7D3 background

This text has white color on #DAE7D3 background.