COLOR #DAE5DC

HEX: #DAE5DC
RGB: (218,229,220)

Color info

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

RGB color model

#DAE5DC color RGB value is (218,229,220).

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

RGB channels and saturation

R 218 of 255 = 85%
G 229 of 255 = 90%
B 220 of 255 = 86%

218
229
220

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

Portions of RGB colors in percentages

R + G + B =
218 + 229 + 220 = 667 (100%)
R 218 of 667 ~ 32.68%
G 229 of 667 ~ 34.33%
B 220 of 667 ~ 32.98%

%32.68
%34.33
%32.98

CMYK color model

#DAE5DC color CMYK value is (5,0,4,10).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(5,0,4,10)
C5M0Y4K10 
(5%,0%,4%,10%)
(0.05/0.00/0.04/0.10)	

CMYK percentages

%4.8
%0
%3.93
%10.2

Codes

Color #DAE5DC in popluar color models

DAE5DC
RGB218229220
HSL131°17.46%87.65%
HSB/HSV131°4.80%89.80%
CMYK4.80%0.00%3.93%
10.20%

Color #DAE5DC in popluar number systems.

HEXDAE5DC
Decimal218229220
Binary110110101110010111011100
Octal332345334

Shades and tints

Shades of #DAE5DC

#DAE5DC
(218,229,220)
#C7D1C8
(199,209,200)
#B4BDB4
(180,189,180)
#A1A9A0
(161,169,160)
#8E958C
(142,149,140)
#7B8178
(123,129,120)
#686D64
(104,109,100)
#555950
(85,89,80)
#42453C
(66,69,60)
#2F3128
(47,49,40)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #DAE5DC

#DAE5DC
(218,229,220)
#DDE7DF
(221,231,223)
#E0E9E2
(224,233,226)
#E3EBE5
(227,235,229)
#E6EDE8
(230,237,232)
#E9EFEB
(233,239,235)
#ECF1EE
(236,241,238)
#EFF3F1
(239,243,241)
#F2F5F4
(242,245,244)
#F5F7F7
(245,247,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE5DC; }

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

This text font color is #DAE5DC.


Background Color

.myBgColor { background-color: #DAE5DC; }

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

This div background color is #DAE5DC.


Border color

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

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

This div border color is #DAE5DC.


Opacity

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

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

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

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

This text has shadow with #DAE5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE5DC on black background.


Color preview on white background

This text has color #DAE5DC on white background.



Black color preview on #DAE5DC background

This text has black color on #DAE5DC background.


White color preview on #DAE5DC background

This text has white color on #DAE5DC background.