COLOR #DAE1D7

HEX: #DAE1D7
RGB: (218,225,215)

Color info

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

RGB color model

#DAE1D7 color RGB value is (218,225,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 225 of 255 = 88%
B 215 of 255 = 84%

218
225
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 225 + 215 = 658 (100%)
R 218 of 658 ~ 33.13%
G 225 of 658 ~ 34.19%
B 215 of 658 ~ 32.67%

%33.13
%34.19
%32.67

CMYK color model

#DAE1D7 color CMYK value is (3,0,4,12).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(3,0,4,12)
C3M0Y4K12 
(3%,0%,4%,12%)
(0.03/0.00/0.04/0.12)	

CMYK percentages

%3.11
%0
%4.44
%11.76

Codes

Color #DAE1D7 in popluar color models

DAE1D7
RGB218225215
HSL102°14.29%86.27%
HSB/HSV102°4.44%88.24%
CMYK3.11%0.00%4.44%
11.76%

Color #DAE1D7 in popluar number systems.

HEXDAE1D7
Decimal218225215
Binary110110101110000111010111
Octal332341327

Shades and tints

Shades of #DAE1D7

#DAE1D7
(218,225,215)
#C7CDC4
(199,205,196)
#B4B9B1
(180,185,177)
#A1A59E
(161,165,158)
#8E918B
(142,145,139)
#7B7D78
(123,125,120)
#686965
(104,105,101)
#555552
(85,85,82)
#42413F
(66,65,63)
#2F2D2C
(47,45,44)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAE1D7

#DAE1D7
(218,225,215)
#DDE3DA
(221,227,218)
#E0E5DD
(224,229,221)
#E3E7E0
(227,231,224)
#E6E9E3
(230,233,227)
#E9EBE6
(233,235,230)
#ECEDE9
(236,237,233)
#EFEFEC
(239,239,236)
#F2F1EF
(242,241,239)
#F5F3F2
(245,243,242)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE1D7; }

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

This text font color is #DAE1D7.


Background Color

.myBgColor { background-color: #DAE1D7; }

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

This div background color is #DAE1D7.


Border color

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

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

This div border color is #DAE1D7.


Opacity

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

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

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

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

This text has shadow with #DAE1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE1D7 on black background.


Color preview on white background

This text has color #DAE1D7 on white background.



Black color preview on #DAE1D7 background

This text has black color on #DAE1D7 background.


White color preview on #DAE1D7 background

This text has white color on #DAE1D7 background.