COLOR #DAEEE6

HEX: #DAEEE6
RGB: (218,238,230)

Color info

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

RGB color model

#DAEEE6 color RGB value is (218,238,230).

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

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 230 of 255 = 90%

218
238
230

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

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 230 = 686 (100%)
R 218 of 686 ~ 31.78%
G 238 of 686 ~ 34.69%
B 230 of 686 ~ 33.53%

%31.78
%34.69
%33.53

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • 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
%3.36
%6.67

Codes

Color #DAEEE6 in popluar color models

DAEEE6
RGB218238230
HSL156°37.04%89.41%
HSB/HSV156°8.40%93.33%
CMYK8.40%0.00%3.36%
6.67%

Color #DAEEE6 in popluar number systems.

HEXDAEEE6
Decimal218238230
Binary110110101110111011100110
Octal332356346

Shades and tints

Shades of #DAEEE6

#DAEEE6
(218,238,230)
#C7D9D2
(199,217,210)
#B4C4BE
(180,196,190)
#A1AFAA
(161,175,170)
#8E9A96
(142,154,150)
#7B8582
(123,133,130)
#68706E
(104,112,110)
#555B5A
(85,91,90)
#424646
(66,70,70)
#2F3132
(47,49,50)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #DAEEE6

#DAEEE6
(218,238,230)
#DDEFE8
(221,239,232)
#E0F0EA
(224,240,234)
#E3F1EC
(227,241,236)
#E6F2EE
(230,242,238)
#E9F3F0
(233,243,240)
#ECF4F2
(236,244,242)
#EFF5F4
(239,245,244)
#F2F6F6
(242,246,246)
#F5F7F8
(245,247,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEE6; }

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

This text font color is #DAEEE6.


Background Color

.myBgColor { background-color: #DAEEE6; }

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

This div background color is #DAEEE6.


Border color

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

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

This div border color is #DAEEE6.


Opacity

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

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

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

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

This text has shadow with #DAEEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEEE6 on black background.


Color preview on white background

This text has color #DAEEE6 on white background.



Black color preview on #DAEEE6 background

This text has black color on #DAEEE6 background.


White color preview on #DAEEE6 background

This text has white color on #DAEEE6 background.