COLOR #D7E6ED

HEX: #D7E6ED
RGB: (215,230,237)

Color info

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

RGB color model

#D7E6ED color RGB value is (215,230,237).

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

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 237 of 255 = 93%

215
230
237

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

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 237 = 682 (100%)
R 215 of 682 ~ 31.52%
G 230 of 682 ~ 33.72%
B 237 of 682 ~ 34.75%

%31.52
%33.72
%34.75

CMYK color model

#D7E6ED color CMYK value is (9,3,0,7).

  • cyan value is 9.28%
  • magenta value is 2.95%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,3,0,7)
C9M3Y0K7 
(9%,3%,0%,7%)
(0.09/0.03/0.00/0.07)	

CMYK percentages

%9.28
%2.95
%0
%7.06

Codes

Color #D7E6ED in popluar color models

D7E6ED
RGB215230237
HSL199°37.93%88.63%
HSB/HSV199°9.28%92.94%
CMYK9.28%2.95%0.00%
7.06%

Color #D7E6ED in popluar number systems.

HEXD7E6ED
Decimal215230237
Binary110101111110011011101101
Octal327346355

Shades and tints

Shades of #D7E6ED

#D7E6ED
(215,230,237)
#C4D2D8
(196,210,216)
#B1BEC3
(177,190,195)
#9EAAAE
(158,170,174)
#8B9699
(139,150,153)
#788284
(120,130,132)
#656E6F
(101,110,111)
#525A5A
(82,90,90)
#3F4645
(63,70,69)
#2C3230
(44,50,48)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #D7E6ED

#D7E6ED
(215,230,237)
#DAE8EE
(218,232,238)
#DDEAEF
(221,234,239)
#E0ECF0
(224,236,240)
#E3EEF1
(227,238,241)
#E6F0F2
(230,240,242)
#E9F2F3
(233,242,243)
#ECF4F4
(236,244,244)
#EFF6F5
(239,246,245)
#F2F8F6
(242,248,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6ED; }

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

This text font color is #D7E6ED.


Background Color

.myBgColor { background-color: #D7E6ED; }

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

This div background color is #D7E6ED.


Border color

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

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

This div border color is #D7E6ED.


Opacity

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

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

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

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

This text has shadow with #D7E6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6ED on black background.


Color preview on white background

This text has color #D7E6ED on white background.



Black color preview on #D7E6ED background

This text has black color on #D7E6ED background.


White color preview on #D7E6ED background

This text has white color on #D7E6ED background.