COLOR #D7E6EB

HEX: #D7E6EB
RGB: (215,230,235)

Color info

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

RGB color model

#D7E6EB color RGB value is (215,230,235).

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

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 235 of 255 = 92%

215
230
235

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

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 235 = 680 (100%)
R 215 of 680 ~ 31.62%
G 230 of 680 ~ 33.82%
B 235 of 680 ~ 34.56%

%31.62
%33.82
%34.56

CMYK color model

#D7E6EB color CMYK value is (9,2,0,8).

  • cyan value is 8.51%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,2,0,8)
C9M2Y0K8 
(9%,2%,0%,8%)
(0.09/0.02/0.00/0.08)	

CMYK percentages

%8.51
%2.13
%0
%7.84

Codes

Color #D7E6EB in popluar color models

D7E6EB
RGB215230235
HSL195°33.33%88.24%
HSB/HSV195°8.51%92.16%
CMYK8.51%2.13%0.00%
7.84%

Color #D7E6EB in popluar number systems.

HEXD7E6EB
Decimal215230235
Binary110101111110011011101011
Octal327346353

Shades and tints

Shades of #D7E6EB

#D7E6EB
(215,230,235)
#C4D2D6
(196,210,214)
#B1BEC1
(177,190,193)
#9EAAAC
(158,170,172)
#8B9697
(139,150,151)
#788282
(120,130,130)
#656E6D
(101,110,109)
#525A58
(82,90,88)
#3F4643
(63,70,67)
#2C322E
(44,50,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #D7E6EB

#D7E6EB
(215,230,235)
#DAE8EC
(218,232,236)
#DDEAED
(221,234,237)
#E0ECEE
(224,236,238)
#E3EEEF
(227,238,239)
#E6F0F0
(230,240,240)
#E9F2F1
(233,242,241)
#ECF4F2
(236,244,242)
#EFF6F3
(239,246,243)
#F2F8F4
(242,248,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6EB; }

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

This text font color is #D7E6EB.


Background Color

.myBgColor { background-color: #D7E6EB; }

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

This div background color is #D7E6EB.


Border color

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

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

This div border color is #D7E6EB.


Opacity

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

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

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

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

This text has shadow with #D7E6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6EB on black background.


Color preview on white background

This text has color #D7E6EB on white background.



Black color preview on #D7E6EB background

This text has black color on #D7E6EB background.


White color preview on #D7E6EB background

This text has white color on #D7E6EB background.