COLOR #DAE2D5

HEX: #DAE2D5
RGB: (218,226,213)

Color info

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

RGB color model

#DAE2D5 color RGB value is (218,226,213).

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

RGB channels and saturation

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

218
226
213

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

Portions of RGB colors in percentages

R + G + B =
218 + 226 + 213 = 657 (100%)
R 218 of 657 ~ 33.18%
G 226 of 657 ~ 34.4%
B 213 of 657 ~ 32.42%

%33.18
%34.4
%32.42

CMYK color model

#DAE2D5 color CMYK value is (4,0,6,11).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(4,0,6,11)
C4M0Y6K11 
(4%,0%,6%,11%)
(0.04/0.00/0.06/0.11)	

CMYK percentages

%3.54
%0
%5.75
%11.37

Codes

Color #DAE2D5 in popluar color models

DAE2D5
RGB218226213
HSL97°18.31%86.08%
HSB/HSV97°5.75%88.63%
CMYK3.54%0.00%5.75%
11.37%

Color #DAE2D5 in popluar number systems.

HEXDAE2D5
Decimal218226213
Binary110110101110001011010101
Octal332342325

Shades and tints

Shades of #DAE2D5

#DAE2D5
(218,226,213)
#C7CEC2
(199,206,194)
#B4BAAF
(180,186,175)
#A1A69C
(161,166,156)
#8E9289
(142,146,137)
#7B7E76
(123,126,118)
#686A63
(104,106,99)
#555650
(85,86,80)
#42423D
(66,66,61)
#2F2E2A
(47,46,42)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #DAE2D5

#DAE2D5
(218,226,213)
#DDE4D8
(221,228,216)
#E0E6DB
(224,230,219)
#E3E8DE
(227,232,222)
#E6EAE1
(230,234,225)
#E9ECE4
(233,236,228)
#ECEEE7
(236,238,231)
#EFF0EA
(239,240,234)
#F2F2ED
(242,242,237)
#F5F4F0
(245,244,240)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2D5; }

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

This text font color is #DAE2D5.


Background Color

.myBgColor { background-color: #DAE2D5; }

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

This div background color is #DAE2D5.


Border color

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

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

This div border color is #DAE2D5.


Opacity

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

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

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

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

This text has shadow with #DAE2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE2D5 on black background.


Color preview on white background

This text has color #DAE2D5 on white background.



Black color preview on #DAE2D5 background

This text has black color on #DAE2D5 background.


White color preview on #DAE2D5 background

This text has white color on #DAE2D5 background.