COLOR #D7E5D8

HEX: #D7E5D8 RGB: (215,229,216)

Color info

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

RGB color model

#D7E5D8 color RGB value is (215,229,216).

RGB: (215,229,216) (84%, 90%, 85%)

RGB channels and saturation

R 215 of 255 = 84%
G 229 of 255 = 90%
B 216 of 255 = 85%

215
229
216

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

Portions of RGB colors in percentages

R + G + B = 215 + 229 + 216 = 660 (100%)
R 215 of 660 ~ 32.58%
G 229 of 660 ~ 34.7%
B 216 of 660 ~ 32.73'%

%32.58
%34.7
%32.73

CMYK color model

#D7E5D8 color CMYK value is (6,0,6,10).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 10.20%
CMYK: (6,0,6,10) C6M0Y6K10 (6%,0%,6%,10%) (0.06/0.00/0.06/0.10) 

CMYK percentages

%6.11
%0
%5.68
%10.2

Codes

Color #D7E5D8 in popluar color models

D7 E5 D8
RGB 215 229 216
HSL 124° 21.21% 87.06%
HSB/HSV 124° 6.11% 89.80%
CMYK 6.11% 0.00% 5.68%
10.20%

Color #D7E5D8 in popluar number systems.

HEX D7 E5 D8
Decimal 215 229 216
Binary 11010111 11100101 11011000
Octal 327 345 330

Shades and tints

Shades of #D7E5D8

#D7E5D8
(215,229,216)
#C4D1C5
(196,209,197)
#B1BDB2
(177,189,178)
#9EA99F
(158,169,159)
#8B958C
(139,149,140)
#788179
(120,129,121)
#656D66
(101,109,102)
#525953
(82,89,83)
#3F4540
(63,69,64)
#2C312D
(44,49,45)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #D7E5D8

#D7E5D8
(215,229,216)
#DAE7DB
(218,231,219)
#DDE9DE
(221,233,222)
#E0EBE1
(224,235,225)
#E3EDE4
(227,237,228)
#E6EFE7
(230,239,231)
#E9F1EA
(233,241,234)
#ECF3ED
(236,243,237)
#EFF5F0
(239,245,240)
#F2F7F3
(242,247,243)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E5D8; }

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

This text font color is #D7E5D8.

Background Color

.myBgColor { background-color: #D7E5D8; }

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

This div background color is #D7E5D8.

Border color

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

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

This div border color is #D7E5D8.

Opacity

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

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

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

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

This text has shadow with #D7E5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E5D8.

Preview

Color preview on black background

This text has color #D7E5D8 on black background.


Color preview on white background

This text has color #D7E5D8 on white background.


Black color preview on #D7E5D8 background

This text has black color on #D7E5D8 background.


White color preview on #D7E5D8 background

This text has white color on #D7E5D8 background.


Related colors

Complementary color

Complementary color for #hex is #281A27.


I love getcolorcode.com

Triadic colors

1 #D8D7E5 and #E5D8D7 with #D7E5D8 are triadic colors.

2 #D8E5D7 and #E5D7D8 with #D7E5D8 are triadic colors.