COLOR #D7E6DD

HEX: #D7E6DD
RGB: (215,230,221)

Color info

#D7E6DD contains red, green and blue colors in about the same proportion. Web safe color of #D7E6DD is #CCCCCC (or #CCC).

RGB color model

#D7E6DD color RGB value is (215,230,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 221 of 255 = 87%

215
230
221

R + G + B ~ 87%. #D7E6DD is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 221 = 666 (100%)
R 215 of 666 ~ 32.28%
G 230 of 666 ~ 34.53%
B 221 of 666 ~ 33.18%

%32.28
%34.53
%33.18

CMYK color model

#D7E6DD color CMYK value is (7,0,4,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(7,0,4,10)
C7M0Y4K10 
(7%,0%,4%,10%)
(0.07/0.00/0.04/0.10)	

CMYK percentages

%6.52
%0
%3.91
%9.8

Codes

Color #D7E6DD in popluar color models

D7E6DD
RGB215230221
HSL144°23.08%87.25%
HSB/HSV144°6.52%90.20%
CMYK6.52%0.00%3.91%
9.80%

Color #D7E6DD in popluar number systems.

HEXD7E6DD
Decimal215230221
Binary110101111110011011011101
Octal327346335

Shades and tints

Shades of #D7E6DD

#D7E6DD
(215,230,221)
#C4D2C9
(196,210,201)
#B1BEB5
(177,190,181)
#9EAAA1
(158,170,161)
#8B968D
(139,150,141)
#788279
(120,130,121)
#656E65
(101,110,101)
#525A51
(82,90,81)
#3F463D
(63,70,61)
#2C3229
(44,50,41)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #D7E6DD

#D7E6DD
(215,230,221)
#DAE8E0
(218,232,224)
#DDEAE3
(221,234,227)
#E0ECE6
(224,236,230)
#E3EEE9
(227,238,233)
#E6F0EC
(230,240,236)
#E9F2EF
(233,242,239)
#ECF4F2
(236,244,242)
#EFF6F5
(239,246,245)
#F2F8F8
(242,248,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6DD; }

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

This text font color is #D7E6DD.


Background Color

.myBgColor { background-color: #D7E6DD; }

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

This div background color is #D7E6DD.


Border color

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

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

This div border color is #D7E6DD.


Opacity

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

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

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

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

This text has shadow with #D7E6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6DD on black background.


Color preview on white background

This text has color #D7E6DD on white background.



Black color preview on #D7E6DD background

This text has black color on #D7E6DD background.


White color preview on #D7E6DD background

This text has white color on #D7E6DD background.