COLOR #DAEFF6

HEX: #DAEFF6
RGB: (218,239,246)

Color info

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

RGB color model

#DAEFF6 color RGB value is (218,239,246).

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

RGB channels and saturation

R 218 of 255 = 85%
G 239 of 255 = 94%
B 246 of 255 = 96%

218
239
246

R + G + B ~ 92%. #DAEFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 239 + 246 = 703 (100%)
R 218 of 703 ~ 31.01%
G 239 of 703 ~ 34%
B 246 of 703 ~ 34.99%

%31.01
%34
%34.99

CMYK color model

#DAEFF6 color CMYK value is (11,3,0,4).

  • cyan value is 11.38%
  • magenta value is 2.85%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,3,0,4)
C11M3Y0K4 
(11%,3%,0%,4%)
(0.11/0.03/0.00/0.04)	

CMYK percentages

%11.38
%2.85
%0
%3.53

Codes

Color #DAEFF6 in popluar color models

DAEFF6
RGB218239246
HSL195°60.87%90.98%
HSB/HSV195°11.38%96.47%
CMYK11.38%2.85%0.00%
3.53%

Color #DAEFF6 in popluar number systems.

HEXDAEFF6
Decimal218239246
Binary110110101110111111110110
Octal332357366

Shades and tints

Shades of #DAEFF6

#DAEFF6
(218,239,246)
#C7DAE0
(199,218,224)
#B4C5CA
(180,197,202)
#A1B0B4
(161,176,180)
#8E9B9E
(142,155,158)
#7B8688
(123,134,136)
#687172
(104,113,114)
#555C5C
(85,92,92)
#424746
(66,71,70)
#2F3230
(47,50,48)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #DAEFF6

#DAEFF6
(218,239,246)
#DDF0F6
(221,240,246)
#E0F1F6
(224,241,246)
#E3F2F6
(227,242,246)
#E6F3F6
(230,243,246)
#E9F4F6
(233,244,246)
#ECF5F6
(236,245,246)
#EFF6F6
(239,246,246)
#F2F7F6
(242,247,246)
#F5F8F6
(245,248,246)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEFF6; }

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

This text font color is #DAEFF6.


Background Color

.myBgColor { background-color: #DAEFF6; }

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

This div background color is #DAEFF6.


Border color

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

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

This div border color is #DAEFF6.


Opacity

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

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

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

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

This text has shadow with #DAEFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEFF6 on black background.


Color preview on white background

This text has color #DAEFF6 on white background.



Black color preview on #DAEFF6 background

This text has black color on #DAEFF6 background.


White color preview on #DAEFF6 background

This text has white color on #DAEFF6 background.