COLOR #DAE2D7

HEX: #DAE2D7
RGB: (218,226,215)

Color info

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

RGB color model

#DAE2D7 color RGB value is (218,226,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 215 of 255 = 84%

218
226
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 226 + 215 = 659 (100%)
R 218 of 659 ~ 33.08%
G 226 of 659 ~ 34.29%
B 215 of 659 ~ 32.63%

%33.08
%34.29
%32.63

CMYK color model

#DAE2D7 color CMYK value is (4,0,5,11).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(4,0,5,11)
C4M0Y5K11 
(4%,0%,5%,11%)
(0.04/0.00/0.05/0.11)	

CMYK percentages

%3.54
%0
%4.87
%11.37

Codes

Color #DAE2D7 in popluar color models

DAE2D7
RGB218226215
HSL104°15.94%86.47%
HSB/HSV104°4.87%88.63%
CMYK3.54%0.00%4.87%
11.37%

Color #DAE2D7 in popluar number systems.

HEXDAE2D7
Decimal218226215
Binary110110101110001011010111
Octal332342327

Shades and tints

Shades of #DAE2D7

#DAE2D7
(218,226,215)
#C7CEC4
(199,206,196)
#B4BAB1
(180,186,177)
#A1A69E
(161,166,158)
#8E928B
(142,146,139)
#7B7E78
(123,126,120)
#686A65
(104,106,101)
#555652
(85,86,82)
#42423F
(66,66,63)
#2F2E2C
(47,46,44)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DAE2D7

#DAE2D7
(218,226,215)
#DDE4DA
(221,228,218)
#E0E6DD
(224,230,221)
#E3E8E0
(227,232,224)
#E6EAE3
(230,234,227)
#E9ECE6
(233,236,230)
#ECEEE9
(236,238,233)
#EFF0EC
(239,240,236)
#F2F2EF
(242,242,239)
#F5F4F2
(245,244,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2D7; }

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

This text font color is #DAE2D7.


Background Color

.myBgColor { background-color: #DAE2D7; }

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

This div background color is #DAE2D7.


Border color

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

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

This div border color is #DAE2D7.


Opacity

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

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

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

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

This text has shadow with #DAE2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE2D7 on black background.


Color preview on white background

This text has color #DAE2D7 on white background.



Black color preview on #DAE2D7 background

This text has black color on #DAE2D7 background.


White color preview on #DAE2D7 background

This text has white color on #DAE2D7 background.