COLOR #D7EAFD

HEX: #D7EAFD
RGB: (215,234,253)

Color info

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

RGB color model

#D7EAFD color RGB value is (215,234,253).

  • red value is 215;
  • green value is 234;
  • blue value is 253.
RGB:
(215,234,253)
(84%,92%,99%)

RGB channels and saturation

R 215 of 255 = 84%
G 234 of 255 = 92%
B 253 of 255 = 99%

215
234
253

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

Portions of RGB colors in percentages

R + G + B =
215 + 234 + 253 = 702 (100%)
R 215 of 702 ~ 30.63%
G 234 of 702 ~ 33.33%
B 253 of 702 ~ 36.04%

%30.63
%33.33
%36.04

CMYK color model

#D7EAFD color CMYK value is (15,8,0,1).

  • cyan value is 15.02%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,8,0,1)
C15M8Y0K1 
(15%,8%,0%,1%)
(0.15/0.08/0.00/0.01)	

CMYK percentages

%15.02
%7.51
%0
%0.78

Codes

Color #D7EAFD in popluar color models

D7EAFD
RGB215234253
HSL210°90.48%91.76%
HSB/HSV210°15.02%99.22%
CMYK15.02%7.51%0.00%
0.78%

Color #D7EAFD in popluar number systems.

HEXD7EAFD
Decimal215234253
Binary110101111110101011111101
Octal327352375

Shades and tints

Shades of #D7EAFD

#D7EAFD
(215,234,253)
#C4D5E6
(196,213,230)
#B1C0CF
(177,192,207)
#9EABB8
(158,171,184)
#8B96A1
(139,150,161)
#78818A
(120,129,138)
#656C73
(101,108,115)
#52575C
(82,87,92)
#3F4245
(63,66,69)
#2C2D2E
(44,45,46)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7EAFD

#D7EAFD
(215,234,253)
#DAEBFD
(218,235,253)
#DDECFD
(221,236,253)
#E0EDFD
(224,237,253)
#E3EEFD
(227,238,253)
#E6EFFD
(230,239,253)
#E9F0FD
(233,240,253)
#ECF1FD
(236,241,253)
#EFF2FD
(239,242,253)
#F2F3FD
(242,243,253)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EAFD color. Also use rgb(215,234,253) instead hex code.

Text Font Color

.myTextColor { color: #D7EAFD; }

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

This text font color is #D7EAFD.


Background Color

.myBgColor { background-color: #D7EAFD; }

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

This div background color is #D7EAFD.


Border color

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

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

This div border color is #D7EAFD.


Opacity

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

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

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

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

This text has shadow with #D7EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EAFD on black background.


Color preview on white background

This text has color #D7EAFD on white background.



Black color preview on #D7EAFD background

This text has black color on #D7EAFD background.


White color preview on #D7EAFD background

This text has white color on #D7EAFD background.