COLOR #D7E6EF

HEX: #D7E6EF
RGB: (215,230,239)

Color info

#D7E6EF contains red, green and blue colors in about the same proportion. Web safe color of #D7E6EF is #CCCCFF (or #CCF).

RGB color model

#D7E6EF color RGB value is (215,230,239).

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

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 239 of 255 = 94%

215
230
239

R + G + B ~ 89%. #D7E6EF is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 239 = 684 (100%)
R 215 of 684 ~ 31.43%
G 230 of 684 ~ 33.63%
B 239 of 684 ~ 34.94%

%31.43
%33.63
%34.94

CMYK color model

#D7E6EF color CMYK value is (10,4,0,6).

  • cyan value is 10.04%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,4,0,6)
C10M4Y0K6 
(10%,4%,0%,6%)
(0.10/0.04/0.00/0.06)	

CMYK percentages

%10.04
%3.77
%0
%6.27

Codes

Color #D7E6EF in popluar color models

D7E6EF
RGB215230239
HSL203°42.86%89.02%
HSB/HSV203°10.04%93.73%
CMYK10.04%3.77%0.00%
6.27%

Color #D7E6EF in popluar number systems.

HEXD7E6EF
Decimal215230239
Binary110101111110011011101111
Octal327346357

Shades and tints

Shades of #D7E6EF

#D7E6EF
(215,230,239)
#C4D2DA
(196,210,218)
#B1BEC5
(177,190,197)
#9EAAB0
(158,170,176)
#8B969B
(139,150,155)
#788286
(120,130,134)
#656E71
(101,110,113)
#525A5C
(82,90,92)
#3F4647
(63,70,71)
#2C3232
(44,50,50)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #D7E6EF

#D7E6EF
(215,230,239)
#DAE8F0
(218,232,240)
#DDEAF1
(221,234,241)
#E0ECF2
(224,236,242)
#E3EEF3
(227,238,243)
#E6F0F4
(230,240,244)
#E9F2F5
(233,242,245)
#ECF4F6
(236,244,246)
#EFF6F7
(239,246,247)
#F2F8F8
(242,248,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6EF; }

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

This text font color is #D7E6EF.


Background Color

.myBgColor { background-color: #D7E6EF; }

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

This div background color is #D7E6EF.


Border color

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

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

This div border color is #D7E6EF.


Opacity

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

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

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

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

This text has shadow with #D7E6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6EF on black background.


Color preview on white background

This text has color #D7E6EF on white background.



Black color preview on #D7E6EF background

This text has black color on #D7E6EF background.


White color preview on #D7E6EF background

This text has white color on #D7E6EF background.