COLOR #D7EDC5

HEX: #D7EDC5 RGB: (215,237,197)

Color info

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

RGB color model

#D7EDC5 color RGB value is (215,237,197).

RGB: (215,237,197) (84%, 93%, 77%)

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 197 of 255 = 77%

215
237
197

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

Portions of RGB colors in percentages

R + G + B = 215 + 237 + 197 = 649 (100%)
R 215 of 649 ~ 33.13%
G 237 of 649 ~ 36.52%
B 197 of 649 ~ 30.35'%

%33.13
%36.52
%30.35

CMYK color model

#D7EDC5 color CMYK value is (9,0,17,7).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 7.06%

CMYK: (9,0,17,7)
C9M0Y17K7 (9%, 0%, 17%, 7%)
(0.09 / 0.00 / 0.17 / 0.07)

CMYK percentages

%9.28
%0
%16.88
%7.06

Codes

Color #D7EDC5 in popluar color models

D7 ED C5
RGB 215 237 197
HSL 93° 52.63% 85.10%
HSB/HSV 93° 16.88% 92.94%
CMYK 9.28% 0.00% 16.88%
7.06%

Color #D7EDC5 in popluar number systems.

HEX D7 ED C5
Decimal 215 237 197
Binary 11010111 11101101 11000101
Octal 327 355 305

Shades and tints

Shades of #D7EDC5

#D7EDC5
(215,237,197)
#C4D8B4
(196,216,180)
#B1C3A3
(177,195,163)
#9EAE92
(158,174,146)
#8B9981
(139,153,129)
#788470
(120,132,112)
#656F5F
(101,111,95)
#525A4E
(82,90,78)
#3F453D
(63,69,61)
#2C302C
(44,48,44)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #D7EDC5

#D7EDC5
(215,237,197)
#DAEECA
(218,238,202)
#DDEFCF
(221,239,207)
#E0F0D4
(224,240,212)
#E3F1D9
(227,241,217)
#E6F2DE
(230,242,222)
#E9F3E3
(233,243,227)
#ECF4E8
(236,244,232)
#EFF5ED
(239,245,237)
#F2F6F2
(242,246,242)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EDC5 color. Also use rgb(215,237,197) instead hex code.

Text Font Color

.myTextColor { color: #D7EDC5; }

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

This text font color is #D7EDC5.

Background Color

.myBgColor { background-color: #D7EDC5; }

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

This div background color is #D7EDC5.

Border color

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

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

This div border color is #D7EDC5.

Opacity

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

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

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

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

This text has shadow with #D7EDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EDC5.

Preview

Color preview on black background

This text has color #D7EDC5 on black background.


Color preview on white background

This text has color #D7EDC5 on white background.


Black color preview on #D7EDC5 background

This text has black color on #D7EDC5 background.


White color preview on #D7EDC5 background

This text has white color on #D7EDC5 background.


Related colors

Complementary color

Complementary color for #hex is #28123A.


I love getcolorcode.com

Triadic colors

1 #C5D7ED and #EDC5D7 with #D7EDC5 are triadic colors.

2 #C5EDD7 and #EDD7C5 with #D7EDC5 are triadic colors.