COLOR #DAE7FB

HEX: #DAE7FB RGB: (218,231,251)

Color info

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

RGB color model

#DAE7FB color RGB value is (218,231,251).

RGB: (218,231,251) (85%, 91%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 251 of 255 = 98%

218
231
251

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

Portions of RGB colors in percentages

R + G + B = 218 + 231 + 251 = 700 (100%)
R 218 of 700 ~ 31.14%
G 231 of 700 ~ 33%
B 251 of 700 ~ 35.86'%

%31.14
%33
%35.86

CMYK color model

#DAE7FB color CMYK value is (13,8,0,2).

  • cyan value is 13.15%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (13,8,0,2) C13M8Y0K2 (13%,8%,0%,2%) (0.13/0.08/0.00/0.02) 

CMYK percentages

%13.15
%7.97
%0
%1.57

Codes

Color #DAE7FB in popluar color models

DA E7 FB
RGB 218 231 251
HSL 216° 80.49% 91.96%
HSB/HSV 216° 13.15% 98.43%
CMYK 13.15% 7.97% 0.00%
1.57%

Color #DAE7FB in popluar number systems.

HEX DA E7 FB
Decimal 218 231 251
Binary 11011010 11100111 11111011
Octal 332 347 373

Shades and tints

Shades of #DAE7FB

#DAE7FB
(218,231,251)
#C7D2E5
(199,210,229)
#B4BDCF
(180,189,207)
#A1A8B9
(161,168,185)
#8E93A3
(142,147,163)
#7B7E8D
(123,126,141)
#686977
(104,105,119)
#555461
(85,84,97)
#423F4B
(66,63,75)
#2F2A35
(47,42,53)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #DAE7FB

#DAE7FB
(218,231,251)
#DDE9FB
(221,233,251)
#E0EBFB
(224,235,251)
#E3EDFB
(227,237,251)
#E6EFFB
(230,239,251)
#E9F1FB
(233,241,251)
#ECF3FB
(236,243,251)
#EFF5FB
(239,245,251)
#F2F7FB
(242,247,251)
#F5F9FB
(245,249,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE7FB color. Also use rgb(218,231,251) instead hex code.

Text Font Color

.myTextColor { color: #DAE7FB; }

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

This text font color is #DAE7FB.

Background Color

.myBgColor { background-color: #DAE7FB; }

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

This div background color is #DAE7FB.

Border color

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

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

This div border color is #DAE7FB.

Opacity

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

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

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

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

This text has shadow with #DAE7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAE7FB.

Preview

Color preview on black background

This text has color #DAE7FB on black background.


Color preview on white background

This text has color #DAE7FB on white background.


Black color preview on #DAE7FB background

This text has black color on #DAE7FB background.


White color preview on #DAE7FB background

This text has white color on #DAE7FB background.


Related colors

Complementary color

Complementary color for #hex is #251804.


I love getcolorcode.com

Triadic colors

1 #FBDAE7 and #E7FBDA with #DAE7FB are triadic colors.

2 #FBE7DA and #E7DAFB with #DAE7FB are triadic colors.