COLOR #D7E9EF

HEX: #D7E9EF
RGB: (215,233,239)

Color info

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

RGB color model

#D7E9EF color RGB value is (215,233,239).

  • red value is 215;
  • green value is 233;
  • blue value is 239.
RGB:
(215,233,239)
(84%,91%,94%)

RGB channels and saturation

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

215
233
239

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

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 239 = 687 (100%)
R 215 of 687 ~ 31.3%
G 233 of 687 ~ 33.92%
B 239 of 687 ~ 34.79%

%31.3
%33.92
%34.79

CMYK color model

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

  • cyan value is 10.04%
  • magenta value is 2.51%
  • 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.51
%0
%6.27

Codes

Color #D7E9EF in popluar color models

D7E9EF
RGB215233239
HSL195°42.86%89.02%
HSB/HSV195°10.04%93.73%
CMYK10.04%2.51%0.00%
6.27%

Color #D7E9EF in popluar number systems.

HEXD7E9EF
Decimal215233239
Binary110101111110100111101111
Octal327351357

Shades and tints

Shades of #D7E9EF

#D7E9EF
(215,233,239)
#C4D4DA
(196,212,218)
#B1BFC5
(177,191,197)
#9EAAB0
(158,170,176)
#8B959B
(139,149,155)
#788086
(120,128,134)
#656B71
(101,107,113)
#52565C
(82,86,92)
#3F4147
(63,65,71)
#2C2C32
(44,44,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #D7E9EF

#D7E9EF
(215,233,239)
#DAEBF0
(218,235,240)
#DDEDF1
(221,237,241)
#E0EFF2
(224,239,242)
#E3F1F3
(227,241,243)
#E6F3F4
(230,243,244)
#E9F5F5
(233,245,245)
#ECF7F6
(236,247,246)
#EFF9F7
(239,249,247)
#F2FBF8
(242,251,248)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E9EF; }

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

This text font color is #D7E9EF.


Background Color

.myBgColor { background-color: #D7E9EF; }

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

This div background color is #D7E9EF.


Border color

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

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

This div border color is #D7E9EF.


Opacity

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

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

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

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

This text has shadow with #D7E9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E9EF on black background.


Color preview on white background

This text has color #D7E9EF on white background.



Black color preview on #D7E9EF background

This text has black color on #D7E9EF background.


White color preview on #D7E9EF background

This text has white color on #D7E9EF background.