COLOR #D7E8FB

HEX: #D7E8FB RGB: (215,232,251)

Color info

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

RGB color model

#D7E8FB color RGB value is (215,232,251).

RGB: (215,232,251) (84%, 91%, 98%)

RGB channels and saturation

R 215 of 255 = 84%
G 232 of 255 = 91%
B 251 of 255 = 98%

215
232
251

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

Portions of RGB colors in percentages

R + G + B = 215 + 232 + 251 = 698 (100%)
R 215 of 698 ~ 30.8%
G 232 of 698 ~ 33.24%
B 251 of 698 ~ 35.96'%

%30.8
%33.24
%35.96

CMYK color model

#D7E8FB color CMYK value is (14,8,0,2).

  • cyan value is 14.34%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (14,8,0,2)
C14M8Y0K2 (14%, 8%, 0%, 2%)
(0.14 / 0.08 / 0.00 / 0.02)

CMYK percentages

%14.34
%7.57
%0
%1.57

Codes

Color #D7E8FB in popluar color models

D7 E8 FB
RGB 215 232 251
HSL 212° 81.82% 91.37%
HSB/HSV 212° 14.34% 98.43%
CMYK 14.34% 7.57% 0.00%
1.57%

Color #D7E8FB in popluar number systems.

HEX D7 E8 FB
Decimal 215 232 251
Binary 11010111 11101000 11111011
Octal 327 350 373

Shades and tints

Shades of #D7E8FB

#D7E8FB
(215,232,251)
#C4D3E5
(196,211,229)
#B1BECF
(177,190,207)
#9EA9B9
(158,169,185)
#8B94A3
(139,148,163)
#787F8D
(120,127,141)
#656A77
(101,106,119)
#525561
(82,85,97)
#3F404B
(63,64,75)
#2C2B35
(44,43,53)
#19161F
(25,22,31)
#000000
(0,0,0)

Tints of #D7E8FB

#D7E8FB
(215,232,251)
#DAEAFB
(218,234,251)
#DDECFB
(221,236,251)
#E0EEFB
(224,238,251)
#E3F0FB
(227,240,251)
#E6F2FB
(230,242,251)
#E9F4FB
(233,244,251)
#ECF6FB
(236,246,251)
#EFF8FB
(239,248,251)
#F2FAFB
(242,250,251)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E8FB color. Also use rgb(215,232,251) instead hex code.

Text Font Color

.myTextColor { color: #D7E8FB; }

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

This text font color is #D7E8FB.

Background Color

.myBgColor { background-color: #D7E8FB; }

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

This div background color is #D7E8FB.

Border color

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

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

This div border color is #D7E8FB.

Opacity

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

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

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

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

This text has shadow with #D7E8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E8FB.

Preview

Color preview on black background

This text has color #D7E8FB on black background.


Color preview on white background

This text has color #D7E8FB on white background.


Black color preview on #D7E8FB background

This text has black color on #D7E8FB background.


White color preview on #D7E8FB background

This text has white color on #D7E8FB background.


Related colors

Complementary color

Complementary color for #hex is #281704.


I love getcolorcode.com

Triadic colors

1 #FBD7E8 and #E8FBD7 with #D7E8FB are triadic colors.

2 #FBE8D7 and #E8D7FB with #D7E8FB are triadic colors.