COLOR #DAE1D0

HEX: #DAE1D0
RGB: (218,225,208)

Color info

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

RGB color model

#DAE1D0 color RGB value is (218,225,208).

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

RGB channels and saturation

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

218
225
208

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

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 208 = 651 (100%)
R 218 of 651 ~ 33.49%
G 225 of 651 ~ 34.56%
B 208 of 651 ~ 31.95%

%33.49
%34.56
%31.95

CMYK color model

#DAE1D0 color CMYK value is (3,0,8,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 11.76%
CMYK:
(3,0,8,12)
C3M0Y8K12 
(3%,0%,8%,12%)
(0.03/0.00/0.08/0.12)	

CMYK percentages

%3.11
%0
%7.56
%11.76

Codes

Color #DAE1D0 in popluar color models

DAE1D0
RGB218225208
HSL85°22.08%84.90%
HSB/HSV85°7.56%88.24%
CMYK3.11%0.00%7.56%
11.76%

Color #DAE1D0 in popluar number systems.

HEXDAE1D0
Decimal218225208
Binary110110101110000111010000
Octal332341320

Shades and tints

Shades of #DAE1D0

#DAE1D0
(218,225,208)
#C7CDBE
(199,205,190)
#B4B9AC
(180,185,172)
#A1A59A
(161,165,154)
#8E9188
(142,145,136)
#7B7D76
(123,125,118)
#686964
(104,105,100)
#555552
(85,85,82)
#424140
(66,65,64)
#2F2D2E
(47,45,46)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #DAE1D0

#DAE1D0
(218,225,208)
#DDE3D4
(221,227,212)
#E0E5D8
(224,229,216)
#E3E7DC
(227,231,220)
#E6E9E0
(230,233,224)
#E9EBE4
(233,235,228)
#ECEDE8
(236,237,232)
#EFEFEC
(239,239,236)
#F2F1F0
(242,241,240)
#F5F3F4
(245,243,244)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1D0; }

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

This text font color is #DAE1D0.


Background Color

.myBgColor { background-color: #DAE1D0; }

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

This div background color is #DAE1D0.


Border color

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

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

This div border color is #DAE1D0.


Opacity

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

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

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

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

This text has shadow with #DAE1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1D0 on black background.


Color preview on white background

This text has color #DAE1D0 on white background.



Black color preview on #DAE1D0 background

This text has black color on #DAE1D0 background.


White color preview on #DAE1D0 background

This text has white color on #DAE1D0 background.