COLOR #D7E9D8

HEX: #D7E9D8 RGB: (215,233,216)

Color info

#D7E9D8 contains red, green and blue colors in about the same proportion. Web safe color of #D7E9D8 is #CCFFCC (or #CFC).

RGB color model

#D7E9D8 color RGB value is (215,233,216).

RGB: (215,233,216) (84%, 91%, 85%)

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 216 of 255 = 85%

215
233
216

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

Portions of RGB colors in percentages

R + G + B = 215 + 233 + 216 = 664 (100%)
R 215 of 664 ~ 32.38%
G 233 of 664 ~ 35.09%
B 216 of 664 ~ 32.53'%

%32.38
%35.09
%32.53

CMYK color model

#D7E9D8 color CMYK value is (8,0,7,9).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 8.63%
CMYK: (8,0,7,9) C8M0Y7K9 (8%,0%,7%,9%) (0.08/0.00/0.07/0.09) 

CMYK percentages

%7.73
%0
%7.3
%8.63

Codes

Color #D7E9D8 in popluar color models

D7 E9 D8
RGB 215 233 216
HSL 123° 29.03% 87.84%
HSB/HSV 123° 7.73% 91.37%
CMYK 7.73% 0.00% 7.30%
8.63%

Color #D7E9D8 in popluar number systems.

HEX D7 E9 D8
Decimal 215 233 216
Binary 11010111 11101001 11011000
Octal 327 351 330

Shades and tints

Shades of #D7E9D8

#D7E9D8
(215,233,216)
#C4D4C5
(196,212,197)
#B1BFB2
(177,191,178)
#9EAA9F
(158,170,159)
#8B958C
(139,149,140)
#788079
(120,128,121)
#656B66
(101,107,102)
#525653
(82,86,83)
#3F4140
(63,65,64)
#2C2C2D
(44,44,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #D7E9D8

#D7E9D8
(215,233,216)
#DAEBDB
(218,235,219)
#DDEDDE
(221,237,222)
#E0EFE1
(224,239,225)
#E3F1E4
(227,241,228)
#E6F3E7
(230,243,231)
#E9F5EA
(233,245,234)
#ECF7ED
(236,247,237)
#EFF9F0
(239,249,240)
#F2FBF3
(242,251,243)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E9D8 color. Also use rgb(215,233,216) instead hex code.

Text Font Color

.myTextColor { color: #D7E9D8; }

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

This text font color is #D7E9D8.

Background Color

.myBgColor { background-color: #D7E9D8; }

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

This div background color is #D7E9D8.

Border color

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

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

This div border color is #D7E9D8.

Opacity

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

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

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

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

This text has shadow with #D7E9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E9D8.

Preview

Color preview on black background

This text has color #D7E9D8 on black background.


Color preview on white background

This text has color #D7E9D8 on white background.


Black color preview on #D7E9D8 background

This text has black color on #D7E9D8 background.


White color preview on #D7E9D8 background

This text has white color on #D7E9D8 background.


Related colors

Complementary color

Complementary color for #hex is #281627.


I love getcolorcode.com

Triadic colors

1 #D8D7E9 and #E9D8D7 with #D7E9D8 are triadic colors.

2 #D8E9D7 and #E9D7D8 with #D7E9D8 are triadic colors.