COLOR #DAE7E1

HEX: #DAE7E1 RGB: (218,231,225)

Color info

#DAE7E1 contains red, green and blue colors in about the same proportion. Web safe color of #DAE7E1 is #CCFFCC (or #CFC).

RGB color model

#DAE7E1 color RGB value is (218,231,225).

RGB: (218,231,225) (85%, 91%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 225 of 255 = 88%

218
231
225

R + G + B ~ 88%. #DAE7E1 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 231 + 225 = 674 (100%)
R 218 of 674 ~ 32.34%
G 231 of 674 ~ 34.27%
B 225 of 674 ~ 33.38'%

%32.34
%34.27
%33.38

CMYK color model

#DAE7E1 color CMYK value is (6,0,3,9).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 9.41%
CMYK: (6,0,3,9) C6M0Y3K9 (6%,0%,3%,9%) (0.06/0.00/0.03/0.09) 

CMYK percentages

%5.63
%0
%2.6
%9.41

Codes

Color #DAE7E1 in popluar color models

DA E7 E1
RGB 218 231 225
HSL 152° 21.31% 88.04%
HSB/HSV 152° 5.63% 90.59%
CMYK 5.63% 0.00% 2.60%
9.41%

Color #DAE7E1 in popluar number systems.

HEX DA E7 E1
Decimal 218 231 225
Binary 11011010 11100111 11100001
Octal 332 347 341

Shades and tints

Shades of #DAE7E1

#DAE7E1
(218,231,225)
#C7D2CD
(199,210,205)
#B4BDB9
(180,189,185)
#A1A8A5
(161,168,165)
#8E9391
(142,147,145)
#7B7E7D
(123,126,125)
#686969
(104,105,105)
#555455
(85,84,85)
#423F41
(66,63,65)
#2F2A2D
(47,42,45)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAE7E1

#DAE7E1
(218,231,225)
#DDE9E3
(221,233,227)
#E0EBE5
(224,235,229)
#E3EDE7
(227,237,231)
#E6EFE9
(230,239,233)
#E9F1EB
(233,241,235)
#ECF3ED
(236,243,237)
#EFF5EF
(239,245,239)
#F2F7F1
(242,247,241)
#F5F9F3
(245,249,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7E1; }

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

This text font color is #DAE7E1.

Background Color

.myBgColor { background-color: #DAE7E1; }

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

This div background color is #DAE7E1.

Border color

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

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

This div border color is #DAE7E1.

Opacity

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

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

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

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

This text has shadow with #DAE7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE7E1.

Preview

Color preview on black background

This text has color #DAE7E1 on black background.


Color preview on white background

This text has color #DAE7E1 on white background.


Black color preview on #DAE7E1 background

This text has black color on #DAE7E1 background.


White color preview on #DAE7E1 background

This text has white color on #DAE7E1 background.


Related colors

Complementary color

Complementary color for #hex is #25181E.


I love getcolorcode.com

Triadic colors

1 #E1DAE7 and #E7E1DA with #DAE7E1 are triadic colors.

2 #E1E7DA and #E7DAE1 with #DAE7E1 are triadic colors.