COLOR #DAE7E0

HEX: #DAE7E0
RGB: (218,231,224)

Color info

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

RGB color model

#DAE7E0 color RGB value is (218,231,224).

  • red value is 218;
  • green value is 231;
  • blue value is 224.
RGB:
(218,231,224)
(85%,91%,88%)

RGB channels and saturation

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

218
231
224

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 224 = 673 (100%)
R 218 of 673 ~ 32.39%
G 231 of 673 ~ 34.32%
B 224 of 673 ~ 33.28%

%32.39
%34.32
%33.28

CMYK color model

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

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • 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
%3.03
%9.41

Codes

Color #DAE7E0 in popluar color models

DAE7E0
RGB218231224
HSL148°21.31%88.04%
HSB/HSV148°5.63%90.59%
CMYK5.63%0.00%3.03%
9.41%

Color #DAE7E0 in popluar number systems.

HEXDAE7E0
Decimal218231224
Binary110110101110011111100000
Octal332347340

Shades and tints

Shades of #DAE7E0

#DAE7E0
(218,231,224)
#C7D2CC
(199,210,204)
#B4BDB8
(180,189,184)
#A1A8A4
(161,168,164)
#8E9390
(142,147,144)
#7B7E7C
(123,126,124)
#686968
(104,105,104)
#555454
(85,84,84)
#423F40
(66,63,64)
#2F2A2C
(47,42,44)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DAE7E0

#DAE7E0
(218,231,224)
#DDE9E2
(221,233,226)
#E0EBE4
(224,235,228)
#E3EDE6
(227,237,230)
#E6EFE8
(230,239,232)
#E9F1EA
(233,241,234)
#ECF3EC
(236,243,236)
#EFF5EE
(239,245,238)
#F2F7F0
(242,247,240)
#F5F9F2
(245,249,242)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7E0; }

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

This text font color is #DAE7E0.


Background Color

.myBgColor { background-color: #DAE7E0; }

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

This div background color is #DAE7E0.


Border color

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

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

This div border color is #DAE7E0.


Opacity

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

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

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

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

This text has shadow with #DAE7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE7E0 on black background.


Color preview on white background

This text has color #DAE7E0 on white background.



Black color preview on #DAE7E0 background

This text has black color on #DAE7E0 background.


White color preview on #DAE7E0 background

This text has white color on #DAE7E0 background.