COLOR #DAE1D2

HEX: #DAE1D2
RGB: (218,225,210)

Color info

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

RGB color model

#DAE1D2 color RGB value is (218,225,210).

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

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 210 of 255 = 82%

218
225
210

R + G + B ~ 85%. #DAE1D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 210 = 653 (100%)
R 218 of 653 ~ 33.38%
G 225 of 653 ~ 34.46%
B 210 of 653 ~ 32.16%

%33.38
%34.46
%32.16

CMYK color model

#DAE1D2 color CMYK value is (3,0,7,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(3,0,7,12)
C3M0Y7K12 
(3%,0%,7%,12%)
(0.03/0.00/0.07/0.12)	

CMYK percentages

%3.11
%0
%6.67
%11.76

Codes

Color #DAE1D2 in popluar color models

DAE1D2
RGB218225210
HSL88°20.00%85.29%
HSB/HSV88°6.67%88.24%
CMYK3.11%0.00%6.67%
11.76%

Color #DAE1D2 in popluar number systems.

HEXDAE1D2
Decimal218225210
Binary110110101110000111010010
Octal332341322

Shades and tints

Shades of #DAE1D2

#DAE1D2
(218,225,210)
#C7CDBF
(199,205,191)
#B4B9AC
(180,185,172)
#A1A599
(161,165,153)
#8E9186
(142,145,134)
#7B7D73
(123,125,115)
#686960
(104,105,96)
#55554D
(85,85,77)
#42413A
(66,65,58)
#2F2D27
(47,45,39)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #DAE1D2

#DAE1D2
(218,225,210)
#DDE3D6
(221,227,214)
#E0E5DA
(224,229,218)
#E3E7DE
(227,231,222)
#E6E9E2
(230,233,226)
#E9EBE6
(233,235,230)
#ECEDEA
(236,237,234)
#EFEFEE
(239,239,238)
#F2F1F2
(242,241,242)
#F5F3F6
(245,243,246)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1D2; }

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

This text font color is #DAE1D2.


Background Color

.myBgColor { background-color: #DAE1D2; }

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

This div background color is #DAE1D2.


Border color

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

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

This div border color is #DAE1D2.


Opacity

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

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

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

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

This text has shadow with #DAE1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1D2 on black background.


Color preview on white background

This text has color #DAE1D2 on white background.



Black color preview on #DAE1D2 background

This text has black color on #DAE1D2 background.


White color preview on #DAE1D2 background

This text has white color on #DAE1D2 background.