COLOR #D7E8EF

HEX: #D7E8EF RGB: (215,232,239)

Color info

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

RGB color model

#D7E8EF color RGB value is (215,232,239).

RGB: (215,232,239) (84%, 91%, 94%)

RGB channels and saturation

R 215 of 255 = 84%
G 232 of 255 = 91%
B 239 of 255 = 94%

215
232
239

R + G + B ~ 90%. #D7E8EF is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 232 + 239 = 686 (100%)
R 215 of 686 ~ 31.34%
G 232 of 686 ~ 33.82%
B 239 of 686 ~ 34.84'%

%31.34
%33.82
%34.84

CMYK color model

#D7E8EF color CMYK value is (10,3,0,6).

  • cyan value is 10.04%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (10,3,0,6)
C10M3Y0K6 (10%, 3%, 0%, 6%)
(0.10 / 0.03 / 0.00 / 0.06)

CMYK percentages

%10.04
%2.93
%0
%6.27

Codes

Color #D7E8EF in popluar color models

D7 E8 EF
RGB 215 232 239
HSL 198° 42.86% 89.02%
HSB/HSV 198° 10.04% 93.73%
CMYK 10.04% 2.93% 0.00%
6.27%

Color #D7E8EF in popluar number systems.

HEX D7 E8 EF
Decimal 215 232 239
Binary 11010111 11101000 11101111
Octal 327 350 357

Shades and tints

Shades of #D7E8EF

#D7E8EF
(215,232,239)
#C4D3DA
(196,211,218)
#B1BEC5
(177,190,197)
#9EA9B0
(158,169,176)
#8B949B
(139,148,155)
#787F86
(120,127,134)
#656A71
(101,106,113)
#52555C
(82,85,92)
#3F4047
(63,64,71)
#2C2B32
(44,43,50)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #D7E8EF

#D7E8EF
(215,232,239)
#DAEAF0
(218,234,240)
#DDECF1
(221,236,241)
#E0EEF2
(224,238,242)
#E3F0F3
(227,240,243)
#E6F2F4
(230,242,244)
#E9F4F5
(233,244,245)
#ECF6F6
(236,246,246)
#EFF8F7
(239,248,247)
#F2FAF8
(242,250,248)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E8EF; }

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

This text font color is #D7E8EF.

Background Color

.myBgColor { background-color: #D7E8EF; }

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

This div background color is #D7E8EF.

Border color

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

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

This div border color is #D7E8EF.

Opacity

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

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

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

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

This text has shadow with #D7E8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E8EF.

Preview

Color preview on black background

This text has color #D7E8EF on black background.


Color preview on white background

This text has color #D7E8EF on white background.


Black color preview on #D7E8EF background

This text has black color on #D7E8EF background.


White color preview on #D7E8EF background

This text has white color on #D7E8EF background.


Related colors

Complementary color

Complementary color for #hex is #281710.


I love getcolorcode.com

Triadic colors

1 #EFD7E8 and #E8EFD7 with #D7E8EF are triadic colors.

2 #EFE8D7 and #E8D7EF with #D7E8EF are triadic colors.