COLOR #DAE6F7

HEX: #DAE6F7 RGB: (218,230,247)

Color info

#DAE6F7 contains red, green and blue colors in about the same proportion. Web safe color of #DAE6F7 is #CCCCFF (or #CCF).

RGB color model

#DAE6F7 color RGB value is (218,230,247).

RGB: (218,230,247) (85%, 90%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 230 of 255 = 90%
B 247 of 255 = 97%

218
230
247

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

Portions of RGB colors in percentages

R + G + B = 218 + 230 + 247 = 695 (100%)
R 218 of 695 ~ 31.37%
G 230 of 695 ~ 33.09%
B 247 of 695 ~ 35.54'%

%31.37
%33.09
%35.54

CMYK color model

#DAE6F7 color CMYK value is (12,7,0,3).

  • cyan value is 11.74%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (12,7,0,3)
C12M7Y0K3 (12%, 7%, 0%, 3%)
(0.12 / 0.07 / 0.00 / 0.03)

CMYK percentages

%11.74
%6.88
%0
%3.14

Codes

Color #DAE6F7 in popluar color models

DA E6 F7
RGB 218 230 247
HSL 215° 64.44% 91.18%
HSB/HSV 215° 11.74% 96.86%
CMYK 11.74% 6.88% 0.00%
3.14%

Color #DAE6F7 in popluar number systems.

HEX DA E6 F7
Decimal 218 230 247
Binary 11011010 11100110 11110111
Octal 332 346 367

Shades and tints

Shades of #DAE6F7

#DAE6F7
(218,230,247)
#C7D2E1
(199,210,225)
#B4BECB
(180,190,203)
#A1AAB5
(161,170,181)
#8E969F
(142,150,159)
#7B8289
(123,130,137)
#686E73
(104,110,115)
#555A5D
(85,90,93)
#424647
(66,70,71)
#2F3231
(47,50,49)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #DAE6F7

#DAE6F7
(218,230,247)
#DDE8F7
(221,232,247)
#E0EAF7
(224,234,247)
#E3ECF7
(227,236,247)
#E6EEF7
(230,238,247)
#E9F0F7
(233,240,247)
#ECF2F7
(236,242,247)
#EFF4F7
(239,244,247)
#F2F6F7
(242,246,247)
#F5F8F7
(245,248,247)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE6F7; }

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

This text font color is #DAE6F7.

Background Color

.myBgColor { background-color: #DAE6F7; }

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

This div background color is #DAE6F7.

Border color

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

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

This div border color is #DAE6F7.

Opacity

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

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

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

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

This text has shadow with #DAE6F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE6F7.

Preview

Color preview on black background

This text has color #DAE6F7 on black background.


Color preview on white background

This text has color #DAE6F7 on white background.


Black color preview on #DAE6F7 background

This text has black color on #DAE6F7 background.


White color preview on #DAE6F7 background

This text has white color on #DAE6F7 background.


Related colors

Complementary color

Complementary color for #hex is #251908.


I love getcolorcode.com

Triadic colors

1 #F7DAE6 and #E6F7DA with #DAE6F7 are triadic colors.

2 #F7E6DA and #E6DAF7 with #DAE6F7 are triadic colors.