COLOR #DAEEE2

HEX: #DAEEE2
RGB: (218,238,226)

Color info

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

RGB color model

#DAEEE2 color RGB value is (218,238,226).

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

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 226 of 255 = 89%

218
238
226

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

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 226 = 682 (100%)
R 218 of 682 ~ 31.96%
G 238 of 682 ~ 34.9%
B 226 of 682 ~ 33.14%

%31.96
%34.9
%33.14

CMYK color model

#DAEEE2 color CMYK value is (8,0,5,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(8,0,5,7)
C8M0Y5K7 
(8%,0%,5%,7%)
(0.08/0.00/0.05/0.07)	

CMYK percentages

%8.4
%0
%5.04
%6.67

Codes

Color #DAEEE2 in popluar color models

DAEEE2
RGB218238226
HSL144°37.04%89.41%
HSB/HSV144°8.40%93.33%
CMYK8.40%0.00%5.04%
6.67%

Color #DAEEE2 in popluar number systems.

HEXDAEEE2
Decimal218238226
Binary110110101110111011100010
Octal332356342

Shades and tints

Shades of #DAEEE2

#DAEEE2
(218,238,226)
#C7D9CE
(199,217,206)
#B4C4BA
(180,196,186)
#A1AFA6
(161,175,166)
#8E9A92
(142,154,146)
#7B857E
(123,133,126)
#68706A
(104,112,106)
#555B56
(85,91,86)
#424642
(66,70,66)
#2F312E
(47,49,46)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #DAEEE2

#DAEEE2
(218,238,226)
#DDEFE4
(221,239,228)
#E0F0E6
(224,240,230)
#E3F1E8
(227,241,232)
#E6F2EA
(230,242,234)
#E9F3EC
(233,243,236)
#ECF4EE
(236,244,238)
#EFF5F0
(239,245,240)
#F2F6F2
(242,246,242)
#F5F7F4
(245,247,244)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEE2; }

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

This text font color is #DAEEE2.


Background Color

.myBgColor { background-color: #DAEEE2; }

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

This div background color is #DAEEE2.


Border color

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

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

This div border color is #DAEEE2.


Opacity

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

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

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

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

This text has shadow with #DAEEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEEE2 on black background.


Color preview on white background

This text has color #DAEEE2 on white background.



Black color preview on #DAEEE2 background

This text has black color on #DAEEE2 background.


White color preview on #DAEEE2 background

This text has white color on #DAEEE2 background.