COLOR #DAE7DC

HEX: #DAE7DC
RGB: (218,231,220)

Color info

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

RGB color model

#DAE7DC color RGB value is (218,231,220).

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

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 220 of 255 = 86%

218
231
220

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 220 = 669 (100%)
R 218 of 669 ~ 32.59%
G 231 of 669 ~ 34.53%
B 220 of 669 ~ 32.88%

%32.59
%34.53
%32.88

CMYK color model

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

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK: (6,0,5,9) C6M0Y5K9 (6%,0%,5%,9%) (0.06/0.00/0.05/0.09)

CMYK percentages

%5.63
%0
%4.76
%9.41

Codes

Color #DAE7DC in popluar color models

DAE7DC
RGB218231220
HSL129°21.31%88.04%
HSB/HSV129°5.63%90.59%
CMYK5.63%0.00%4.76%
9.41%

Color #DAE7DC in popluar number systems.

HEXDAE7DC
Decimal218231220
Binary110110101110011111011100
Octal332347334

Shades and tints

Shades of #DAE7DC

#DAE7DC
(218,231,220)
#C7D2C8
(199,210,200)
#B4BDB4
(180,189,180)
#A1A8A0
(161,168,160)
#8E938C
(142,147,140)
#7B7E78
(123,126,120)
#686964
(104,105,100)
#555450
(85,84,80)
#423F3C
(66,63,60)
#2F2A28
(47,42,40)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DAE7DC

#DAE7DC
(218,231,220)
#DDE9DF
(221,233,223)
#E0EBE2
(224,235,226)
#E3EDE5
(227,237,229)
#E6EFE8
(230,239,232)
#E9F1EB
(233,241,235)
#ECF3EE
(236,243,238)
#EFF5F1
(239,245,241)
#F2F7F4
(242,247,244)
#F5F9F7
(245,249,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7DC; }

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

This text font color is #DAE7DC.


Background Color

.myBgColor { background-color: #DAE7DC; }

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

This div background color is #DAE7DC.


Border color

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

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

This div border color is #DAE7DC.


Opacity

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

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

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

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

This text has shadow with #DAE7DC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DAE7DC on black background.


Color preview on white background

This text has color #DAE7DC on white background.



Black color preview on #DAE7DC background

This text has black color on #DAE7DC background.


White color preview on #DAE7DC background

This text has white color on #DAE7DC background.