COLOR #D7E6D6

HEX: #D7E6D6
RGB: (215,230,214)

Color info

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

RGB color model

#D7E6D6 color RGB value is (215,230,214).

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

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 214 of 255 = 84%

215
230
214

R + G + B ~ 86%. #D7E6D6 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 214 = 659 (100%)
R 215 of 659 ~ 32.63%
G 230 of 659 ~ 34.9%
B 214 of 659 ~ 32.47%

%32.63
%34.9
%32.47

CMYK color model

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

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(7,0,7,10)
C7M0Y7K10 
(7%,0%,7%,10%)
(0.07/0.00/0.07/0.10)	

CMYK percentages

%6.52
%0
%6.96
%9.8

Codes

Color #D7E6D6 in popluar color models

D7E6D6
RGB215230214
HSL116°24.24%87.06%
HSB/HSV116°6.96%90.20%
CMYK6.52%0.00%6.96%
9.80%

Color #D7E6D6 in popluar number systems.

HEXD7E6D6
Decimal215230214
Binary110101111110011011010110
Octal327346326

Shades and tints

Shades of #D7E6D6

#D7E6D6
(215,230,214)
#C4D2C3
(196,210,195)
#B1BEB0
(177,190,176)
#9EAA9D
(158,170,157)
#8B968A
(139,150,138)
#788277
(120,130,119)
#656E64
(101,110,100)
#525A51
(82,90,81)
#3F463E
(63,70,62)
#2C322B
(44,50,43)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #D7E6D6

#D7E6D6
(215,230,214)
#DAE8D9
(218,232,217)
#DDEADC
(221,234,220)
#E0ECDF
(224,236,223)
#E3EEE2
(227,238,226)
#E6F0E5
(230,240,229)
#E9F2E8
(233,242,232)
#ECF4EB
(236,244,235)
#EFF6EE
(239,246,238)
#F2F8F1
(242,248,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6D6; }

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

This text font color is #D7E6D6.


Background Color

.myBgColor { background-color: #D7E6D6; }

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

This div background color is #D7E6D6.


Border color

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

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

This div border color is #D7E6D6.


Opacity

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

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

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

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

This text has shadow with #D7E6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E6D6 on black background.


Color preview on white background

This text has color #D7E6D6 on white background.



Black color preview on #D7E6D6 background

This text has black color on #D7E6D6 background.


White color preview on #D7E6D6 background

This text has white color on #D7E6D6 background.