COLOR #DAEEEF

HEX: #DAEEEF
RGB: (218,238,239)

Color info

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

RGB color model

#DAEEEF color RGB value is (218,238,239).

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

RGB channels and saturation

R 218 of 255 = 85%
G 238 of 255 = 93%
B 239 of 255 = 94%

218
238
239

R + G + B ~ 91%. #DAEEEF is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 238 + 239 = 695 (100%)
R 218 of 695 ~ 31.37%
G 238 of 695 ~ 34.24%
B 239 of 695 ~ 34.39%

%31.37
%34.24
%34.39

CMYK color model

#DAEEEF color CMYK value is (9,0,0,6).

  • cyan value is 8.79%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,0,0,6)
C9M0Y0K6 
(9%,0%,0%,6%)
(0.09/0.00/0.00/0.06)	

CMYK percentages

%8.79
%0.42
%0
%6.27

Codes

Color #DAEEEF in popluar color models

DAEEEF
RGB218238239
HSL183°39.62%89.61%
HSB/HSV183°8.79%93.73%
CMYK8.79%0.42%0.00%
6.27%

Color #DAEEEF in popluar number systems.

HEXDAEEEF
Decimal218238239
Binary110110101110111011101111
Octal332356357

Shades and tints

Shades of #DAEEEF

#DAEEEF
(218,238,239)
#C7D9DA
(199,217,218)
#B4C4C5
(180,196,197)
#A1AFB0
(161,175,176)
#8E9A9B
(142,154,155)
#7B8586
(123,133,134)
#687071
(104,112,113)
#555B5C
(85,91,92)
#424647
(66,70,71)
#2F3132
(47,49,50)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #DAEEEF

#DAEEEF
(218,238,239)
#DDEFF0
(221,239,240)
#E0F0F1
(224,240,241)
#E3F1F2
(227,241,242)
#E6F2F3
(230,242,243)
#E9F3F4
(233,243,244)
#ECF4F5
(236,244,245)
#EFF5F6
(239,245,246)
#F2F6F7
(242,246,247)
#F5F7F8
(245,247,248)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEEEF; }

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

This text font color is #DAEEEF.


Background Color

.myBgColor { background-color: #DAEEEF; }

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

This div background color is #DAEEEF.


Border color

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

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

This div border color is #DAEEEF.


Opacity

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

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

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

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

This text has shadow with #DAEEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEEEF on black background.


Color preview on white background

This text has color #DAEEEF on white background.



Black color preview on #DAEEEF background

This text has black color on #DAEEEF background.


White color preview on #DAEEEF background

This text has white color on #DAEEEF background.