COLOR #DAEEE7

HEX: #DAEEE7 RGB: (218,238,231)

Color info

#DAEEE7 contains red, green and blue colors in about the same proportion. Web safe color of #DAEEE7 is #CCFFFF (or #CFF).

RGB color model

#DAEEE7 color RGB value is (218,238,231).

RGB: (218,238,231) (85%, 93%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 231 of 255 = 91%

218
238
231

R + G + B ~ 90%. #DAEEE7 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 238 + 231 = 687 (100%)
R 218 of 687 ~ 31.73%
G 238 of 687 ~ 34.64%
B 231 of 687 ~ 33.62'%

%31.73
%34.64
%33.62

CMYK color model

#DAEEE7 color CMYK value is (8,0,3,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%

CMYK: (8,0,3,7)
C8M0Y3K7 (8%, 0%, 3%, 7%)
(0.08 / 0.00 / 0.03 / 0.07)

CMYK percentages

%8.4
%0
%2.94
%6.67

Codes

Color #DAEEE7 in popluar color models

DA EE E7
RGB 218 238 231
HSL 159° 37.04% 89.41%
HSB/HSV 159° 8.40% 93.33%
CMYK 8.40% 0.00% 2.94%
6.67%

Color #DAEEE7 in popluar number systems.

HEX DA EE E7
Decimal 218 238 231
Binary 11011010 11101110 11100111
Octal 332 356 347

Shades and tints

Shades of #DAEEE7

#DAEEE7
(218,238,231)
#C7D9D2
(199,217,210)
#B4C4BD
(180,196,189)
#A1AFA8
(161,175,168)
#8E9A93
(142,154,147)
#7B857E
(123,133,126)
#687069
(104,112,105)
#555B54
(85,91,84)
#42463F
(66,70,63)
#2F312A
(47,49,42)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #DAEEE7

#DAEEE7
(218,238,231)
#DDEFE9
(221,239,233)
#E0F0EB
(224,240,235)
#E3F1ED
(227,241,237)
#E6F2EF
(230,242,239)
#E9F3F1
(233,243,241)
#ECF4F3
(236,244,243)
#EFF5F5
(239,245,245)
#F2F6F7
(242,246,247)
#F5F7F9
(245,247,249)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEE7; }

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

This text font color is #DAEEE7.

Background Color

.myBgColor { background-color: #DAEEE7; }

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

This div background color is #DAEEE7.

Border color

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

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

This div border color is #DAEEE7.

Opacity

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

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

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

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

This text has shadow with #DAEEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAEEE7.

Preview

Color preview on black background

This text has color #DAEEE7 on black background.


Color preview on white background

This text has color #DAEEE7 on white background.


Black color preview on #DAEEE7 background

This text has black color on #DAEEE7 background.


White color preview on #DAEEE7 background

This text has white color on #DAEEE7 background.


Related colors

Complementary color

Complementary color for #hex is #251118.


I love getcolorcode.com

Triadic colors

1 #E7DAEE and #EEE7DA with #DAEEE7 are triadic colors.

2 #E7EEDA and #EEDAE7 with #DAEEE7 are triadic colors.