COLOR #DAE7FC

HEX: #DAE7FC
RGB: (218,231,252)

Color info

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

RGB color model

#DAE7FC color RGB value is (218,231,252).

  • red value is 218;
  • green value is 231;
  • blue value is 252.
RGB:
(218,231,252)
(85%,91%,99%)

RGB channels and saturation

R 218 of 255 = 85%
G 231 of 255 = 91%
B 252 of 255 = 99%

218
231
252

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

Portions of RGB colors in percentages

R + G + B =
218 + 231 + 252 = 701 (100%)
R 218 of 701 ~ 31.1%
G 231 of 701 ~ 32.95%
B 252 of 701 ~ 35.95%

%31.1
%32.95
%35.95

CMYK color model

#DAE7FC color CMYK value is (13,8,0,1).

  • cyan value is 13.49%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,8,0,1)
C13M8Y0K1 
(13%,8%,0%,1%)
(0.13/0.08/0.00/0.01)	

CMYK percentages

%13.49
%8.33
%0
%1.18

Codes

Color #DAE7FC in popluar color models

DAE7FC
RGB218231252
HSL217°85.00%92.16%
HSB/HSV217°13.49%98.82%
CMYK13.49%8.33%0.00%
1.18%

Color #DAE7FC in popluar number systems.

HEXDAE7FC
Decimal218231252
Binary110110101110011111111100
Octal332347374

Shades and tints

Shades of #DAE7FC

#DAE7FC
(218,231,252)
#C7D2E6
(199,210,230)
#B4BDD0
(180,189,208)
#A1A8BA
(161,168,186)
#8E93A4
(142,147,164)
#7B7E8E
(123,126,142)
#686978
(104,105,120)
#555462
(85,84,98)
#423F4C
(66,63,76)
#2F2A36
(47,42,54)
#1C1520
(28,21,32)
#000000
(0,0,0)

Tints of #DAE7FC

#DAE7FC
(218,231,252)
#DDE9FC
(221,233,252)
#E0EBFC
(224,235,252)
#E3EDFC
(227,237,252)
#E6EFFC
(230,239,252)
#E9F1FC
(233,241,252)
#ECF3FC
(236,243,252)
#EFF5FC
(239,245,252)
#F2F7FC
(242,247,252)
#F5F9FC
(245,249,252)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAE7FC; }

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

This text font color is #DAE7FC.


Background Color

.myBgColor { background-color: #DAE7FC; }

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

This div background color is #DAE7FC.


Border color

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

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

This div border color is #DAE7FC.


Opacity

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

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

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

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

This text has shadow with #DAE7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE7FC on black background.


Color preview on white background

This text has color #DAE7FC on white background.



Black color preview on #DAE7FC background

This text has black color on #DAE7FC background.


White color preview on #DAE7FC background

This text has white color on #DAE7FC background.