COLOR #D7E6EC

HEX: #D7E6EC
RGB: (215,230,236)

Color info

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

RGB color model

#D7E6EC color RGB value is (215,230,236).

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

RGB channels and saturation

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

215
230
236

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

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 236 = 681 (100%)
R 215 of 681 ~ 31.57%
G 230 of 681 ~ 33.77%
B 236 of 681 ~ 34.65%

%31.57
%33.77
%34.65

CMYK color model

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

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

CMYK percentages

%8.9
%2.54
%0
%7.45

Codes

Color #D7E6EC in popluar color models

D7E6EC
RGB215230236
HSL197°35.59%88.43%
HSB/HSV197°8.90%92.55%
CMYK8.90%2.54%0.00%
7.45%

Color #D7E6EC in popluar number systems.

HEXD7E6EC
Decimal215230236
Binary110101111110011011101100
Octal327346354

Shades and tints

Shades of #D7E6EC

#D7E6EC
(215,230,236)
#C4D2D7
(196,210,215)
#B1BEC2
(177,190,194)
#9EAAAD
(158,170,173)
#8B9698
(139,150,152)
#788283
(120,130,131)
#656E6E
(101,110,110)
#525A59
(82,90,89)
#3F4644
(63,70,68)
#2C322F
(44,50,47)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #D7E6EC

#D7E6EC
(215,230,236)
#DAE8ED
(218,232,237)
#DDEAEE
(221,234,238)
#E0ECEF
(224,236,239)
#E3EEF0
(227,238,240)
#E6F0F1
(230,240,241)
#E9F2F2
(233,242,242)
#ECF4F3
(236,244,243)
#EFF6F4
(239,246,244)
#F2F8F5
(242,248,245)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6EC; }

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

This text font color is #D7E6EC.


Background Color

.myBgColor { background-color: #D7E6EC; }

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

This div background color is #D7E6EC.


Border color

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

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

This div border color is #D7E6EC.


Opacity

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

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

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

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

This text has shadow with #D7E6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6EC on black background.


Color preview on white background

This text has color #D7E6EC on white background.



Black color preview on #D7E6EC background

This text has black color on #D7E6EC background.


White color preview on #D7E6EC background

This text has white color on #D7E6EC background.