COLOR #DAE1DC

HEX: #DAE1DC RGB: (218,225,220)

Color info

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

RGB color model

#DAE1DC color RGB value is (218,225,220).

RGB: (218,225,220) (85%, 88%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 220 of 255 = 86%

218
225
220

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

Portions of RGB colors in percentages

R + G + B = 218 + 225 + 220 = 663 (100%)
R 218 of 663 ~ 32.88%
G 225 of 663 ~ 33.94%
B 220 of 663 ~ 33.18'%

%32.88
%33.94
%33.18

CMYK color model

#DAE1DC color CMYK value is (3,0,2,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%

CMYK: (3,0,2,12)
C3M0Y2K12 (3%, 0%, 2%, 12%)
(0.03 / 0.00 / 0.02 / 0.12)

CMYK percentages

%3.11
%0
%2.22
%11.76

Codes

Color #DAE1DC in popluar color models

DA E1 DC
RGB 218 225 220
HSL 137° 10.45% 86.86%
HSB/HSV 137° 3.11% 88.24%
CMYK 3.11% 0.00% 2.22%
11.76%

Color #DAE1DC in popluar number systems.

HEX DA E1 DC
Decimal 218 225 220
Binary 11011010 11100001 11011100
Octal 332 341 334

Shades and tints

Shades of #DAE1DC

#DAE1DC
(218,225,220)
#C7CDC8
(199,205,200)
#B4B9B4
(180,185,180)
#A1A5A0
(161,165,160)
#8E918C
(142,145,140)
#7B7D78
(123,125,120)
#686964
(104,105,100)
#555550
(85,85,80)
#42413C
(66,65,60)
#2F2D28
(47,45,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #DAE1DC

#DAE1DC
(218,225,220)
#DDE3DF
(221,227,223)
#E0E5E2
(224,229,226)
#E3E7E5
(227,231,229)
#E6E9E8
(230,233,232)
#E9EBEB
(233,235,235)
#ECEDEE
(236,237,238)
#EFEFF1
(239,239,241)
#F2F1F4
(242,241,244)
#F5F3F7
(245,243,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1DC; }

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

This text font color is #DAE1DC.

Background Color

.myBgColor { background-color: #DAE1DC; }

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

This div background color is #DAE1DC.

Border color

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

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

This div border color is #DAE1DC.

Opacity

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

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

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

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

This text has shadow with #DAE1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE1DC.

Preview

Color preview on black background

This text has color #DAE1DC on black background.


Color preview on white background

This text has color #DAE1DC on white background.


Black color preview on #DAE1DC background

This text has black color on #DAE1DC background.


White color preview on #DAE1DC background

This text has white color on #DAE1DC background.


Related colors

Complementary color

Complementary color for #hex is #251E23.


I love getcolorcode.com

Triadic colors

1 #DCDAE1 and #E1DCDA with #DAE1DC are triadic colors.

2 #DCE1DA and #E1DADC with #DAE1DC are triadic colors.