COLOR #DAEEE0

HEX: #DAEEE0
RGB: (218,238,224)

Color info

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

RGB color model

#DAEEE0 color RGB value is (218,238,224).

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

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 224 of 255 = 88%

218
238
224

R + G + B ~ 89%. #DAEEE0 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 224 = 680 (100%)
R 218 of 680 ~ 32.06%
G 238 of 680 ~ 35%
B 224 of 680 ~ 32.94%

%32.06
%35
%32.94

CMYK color model

#DAEEE0 color CMYK value is (8,0,6,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK:
(8,0,6,7)
C8M0Y6K7 
(8%,0%,6%,7%)
(0.08/0.00/0.06/0.07)	

CMYK percentages

%8.4
%0
%5.88
%6.67

Codes

Color #DAEEE0 in popluar color models

DAEEE0
RGB218238224
HSL138°37.04%89.41%
HSB/HSV138°8.40%93.33%
CMYK8.40%0.00%5.88%
6.67%

Color #DAEEE0 in popluar number systems.

HEXDAEEE0
Decimal218238224
Binary110110101110111011100000
Octal332356340

Shades and tints

Shades of #DAEEE0

#DAEEE0
(218,238,224)
#C7D9CC
(199,217,204)
#B4C4B8
(180,196,184)
#A1AFA4
(161,175,164)
#8E9A90
(142,154,144)
#7B857C
(123,133,124)
#687068
(104,112,104)
#555B54
(85,91,84)
#424640
(66,70,64)
#2F312C
(47,49,44)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #DAEEE0

#DAEEE0
(218,238,224)
#DDEFE2
(221,239,226)
#E0F0E4
(224,240,228)
#E3F1E6
(227,241,230)
#E6F2E8
(230,242,232)
#E9F3EA
(233,243,234)
#ECF4EC
(236,244,236)
#EFF5EE
(239,245,238)
#F2F6F0
(242,246,240)
#F5F7F2
(245,247,242)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEE0; }

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

This text font color is #DAEEE0.


Background Color

.myBgColor { background-color: #DAEEE0; }

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

This div background color is #DAEEE0.


Border color

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

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

This div border color is #DAEEE0.


Opacity

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

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

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

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

This text has shadow with #DAEEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEEE0 on black background.


Color preview on white background

This text has color #DAEEE0 on white background.



Black color preview on #DAEEE0 background

This text has black color on #DAEEE0 background.


White color preview on #DAEEE0 background

This text has white color on #DAEEE0 background.