COLOR #DAEEE4

HEX: #DAEEE4
RGB: (218,238,228)

Color info

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

RGB color model

#DAEEE4 color RGB value is (218,238,228).

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

RGB channels and saturation

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

218
238
228

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

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 228 = 684 (100%)
R 218 of 684 ~ 31.87%
G 238 of 684 ~ 34.8%
B 228 of 684 ~ 33.33%

%31.87
%34.8
%33.33

CMYK color model

#DAEEE4 color CMYK value is (8,0,4,7).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(8,0,4,7)
C8M0Y4K7 
(8%,0%,4%,7%)
(0.08/0.00/0.04/0.07)	

CMYK percentages

%8.4
%0
%4.2
%6.67

Codes

Color #DAEEE4 in popluar color models

DAEEE4
RGB218238228
HSL150°37.04%89.41%
HSB/HSV150°8.40%93.33%
CMYK8.40%0.00%4.20%
6.67%

Color #DAEEE4 in popluar number systems.

HEXDAEEE4
Decimal218238228
Binary110110101110111011100100
Octal332356344

Shades and tints

Shades of #DAEEE4

#DAEEE4
(218,238,228)
#C7D9D0
(199,217,208)
#B4C4BC
(180,196,188)
#A1AFA8
(161,175,168)
#8E9A94
(142,154,148)
#7B8580
(123,133,128)
#68706C
(104,112,108)
#555B58
(85,91,88)
#424644
(66,70,68)
#2F3130
(47,49,48)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #DAEEE4

#DAEEE4
(218,238,228)
#DDEFE6
(221,239,230)
#E0F0E8
(224,240,232)
#E3F1EA
(227,241,234)
#E6F2EC
(230,242,236)
#E9F3EE
(233,243,238)
#ECF4F0
(236,244,240)
#EFF5F2
(239,245,242)
#F2F6F4
(242,246,244)
#F5F7F6
(245,247,246)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEE4; }

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

This text font color is #DAEEE4.


Background Color

.myBgColor { background-color: #DAEEE4; }

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

This div background color is #DAEEE4.


Border color

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

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

This div border color is #DAEEE4.


Opacity

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

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

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

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

This text has shadow with #DAEEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEEE4 on black background.


Color preview on white background

This text has color #DAEEE4 on white background.



Black color preview on #DAEEE4 background

This text has black color on #DAEEE4 background.


White color preview on #DAEEE4 background

This text has white color on #DAEEE4 background.