COLOR #DAE2E7

HEX: #DAE2E7 RGB: (218,226,231)

Color info

#DAE2E7 contains red, green and blue colors in about the same proportion. Web safe color of #DAE2E7 is #CCCCFF (or #CCF).

RGB color model

#DAE2E7 color RGB value is (218,226,231).

RGB: (218,226,231) (85%, 89%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 226 of 255 = 89%
B 231 of 255 = 91%

218
226
231

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

Portions of RGB colors in percentages

R + G + B = 218 + 226 + 231 = 675 (100%)
R 218 of 675 ~ 32.3%
G 226 of 675 ~ 33.48%
B 231 of 675 ~ 34.22'%

%32.3
%33.48
%34.22

CMYK color model

#DAE2E7 color CMYK value is (6,2,0,9).

  • cyan value is 5.63%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (6,2,0,9) C6M2Y0K9 (6%,2%,0%,9%) (0.06/0.02/0.00/0.09) 

CMYK percentages

%5.63
%2.16
%0
%9.41

Codes

Color #DAE2E7 in popluar color models

DA E2 E7
RGB 218 226 231
HSL 203° 21.31% 88.04%
HSB/HSV 203° 5.63% 90.59%
CMYK 5.63% 2.16% 0.00%
9.41%

Color #DAE2E7 in popluar number systems.

HEX DA E2 E7
Decimal 218 226 231
Binary 11011010 11100010 11100111
Octal 332 342 347

Shades and tints

Shades of #DAE2E7

#DAE2E7
(218,226,231)
#C7CED2
(199,206,210)
#B4BABD
(180,186,189)
#A1A6A8
(161,166,168)
#8E9293
(142,146,147)
#7B7E7E
(123,126,126)
#686A69
(104,106,105)
#555654
(85,86,84)
#42423F
(66,66,63)
#2F2E2A
(47,46,42)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DAE2E7

#DAE2E7
(218,226,231)
#DDE4E9
(221,228,233)
#E0E6EB
(224,230,235)
#E3E8ED
(227,232,237)
#E6EAEF
(230,234,239)
#E9ECF1
(233,236,241)
#ECEEF3
(236,238,243)
#EFF0F5
(239,240,245)
#F2F2F7
(242,242,247)
#F5F4F9
(245,244,249)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE2E7; }

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

This text font color is #DAE2E7.

Background Color

.myBgColor { background-color: #DAE2E7; }

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

This div background color is #DAE2E7.

Border color

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

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

This div border color is #DAE2E7.

Opacity

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

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

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

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

This text has shadow with #DAE2E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE2E7.

Preview

Color preview on black background

This text has color #DAE2E7 on black background.


Color preview on white background

This text has color #DAE2E7 on white background.


Black color preview on #DAE2E7 background

This text has black color on #DAE2E7 background.


White color preview on #DAE2E7 background

This text has white color on #DAE2E7 background.


Related colors

Complementary color

Complementary color for #hex is #251D18.


I love getcolorcode.com

Triadic colors

1 #E7DAE2 and #E2E7DA with #DAE2E7 are triadic colors.

2 #E7E2DA and #E2DAE7 with #DAE2E7 are triadic colors.