COLOR #D7E5D2

HEX: #D7E5D2 RGB: (215,229,210)

Color info

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

RGB color model

#D7E5D2 color RGB value is (215,229,210).

RGB: (215,229,210) (84%, 90%, 82%)

RGB channels and saturation

R 215 of 255 = 84%
G 229 of 255 = 90%
B 210 of 255 = 82%

215
229
210

R + G + B ~ 85%. #D7E5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 229 + 210 = 654 (100%)
R 215 of 654 ~ 32.87%
G 229 of 654 ~ 35.02%
B 210 of 654 ~ 32.11'%

%32.87
%35.02
%32.11

CMYK color model

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

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 10.20%

CMYK: (6,0,8,10)
C6M0Y8K10 (6%, 0%, 8%, 10%)
(0.06 / 0.00 / 0.08 / 0.10)

CMYK percentages

%6.11
%0
%8.3
%10.2

Codes

Color #D7E5D2 in popluar color models

D7 E5 D2
RGB 215 229 210
HSL 104° 26.76% 86.08%
HSB/HSV 104° 8.30% 89.80%
CMYK 6.11% 0.00% 8.30%
10.20%

Color #D7E5D2 in popluar number systems.

HEX D7 E5 D2
Decimal 215 229 210
Binary 11010111 11100101 11010010
Octal 327 345 322

Shades and tints

Shades of #D7E5D2

#D7E5D2
(215,229,210)
#C4D1BF
(196,209,191)
#B1BDAC
(177,189,172)
#9EA999
(158,169,153)
#8B9586
(139,149,134)
#788173
(120,129,115)
#656D60
(101,109,96)
#52594D
(82,89,77)
#3F453A
(63,69,58)
#2C3127
(44,49,39)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #D7E5D2

#D7E5D2
(215,229,210)
#DAE7D6
(218,231,214)
#DDE9DA
(221,233,218)
#E0EBDE
(224,235,222)
#E3EDE2
(227,237,226)
#E6EFE6
(230,239,230)
#E9F1EA
(233,241,234)
#ECF3EE
(236,243,238)
#EFF5F2
(239,245,242)
#F2F7F6
(242,247,246)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E5D2; }

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

This text font color is #D7E5D2.

Background Color

.myBgColor { background-color: #D7E5D2; }

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

This div background color is #D7E5D2.

Border color

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

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

This div border color is #D7E5D2.

Opacity

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

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

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

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

This text has shadow with #D7E5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E5D2.

Preview

Color preview on black background

This text has color #D7E5D2 on black background.


Color preview on white background

This text has color #D7E5D2 on white background.


Black color preview on #D7E5D2 background

This text has black color on #D7E5D2 background.


White color preview on #D7E5D2 background

This text has white color on #D7E5D2 background.


Related colors

Complementary color

Complementary color for #hex is #281A2D.


I love getcolorcode.com

Triadic colors

1 #D2D7E5 and #E5D2D7 with #D7E5D2 are triadic colors.

2 #D2E5D7 and #E5D7D2 with #D7E5D2 are triadic colors.