COLOR #D7EDB0

HEX: #D7EDB0 RGB: (215,237,176)

Color info

#D7EDB0 contains mainly red and green colors. Web safe color of #D7EDB0 is #CCFF99 (or #CF9).

RGB color model

#D7EDB0 color RGB value is (215,237,176).

RGB: (215,237,176) (84%, 93%, 69%)

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 176 of 255 = 69%

215
237
176

R + G + B ~ 82%. #D7EDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 237 + 176 = 628 (100%)
R 215 of 628 ~ 34.24%
G 237 of 628 ~ 37.74%
B 176 of 628 ~ 28.03'%

%34.24
%37.74
%28.03

CMYK color model

#D7EDB0 color CMYK value is (9,0,26,7).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 7.06%
CMYK: (9,0,26,7) C9M0Y26K7 (9%,0%,26%,7%) (0.09/0.00/0.26/0.07) 

CMYK percentages

%9.28
%0
%25.74
%7.06

Codes

Color #D7EDB0 in popluar color models

D7 ED B0
RGB 215 237 176
HSL 82° 62.89% 80.98%
HSB/HSV 82° 25.74% 92.94%
CMYK 9.28% 0.00% 25.74%
7.06%

Color #D7EDB0 in popluar number systems.

HEX D7 ED B0
Decimal 215 237 176
Binary 11010111 11101101 10110000
Octal 327 355 260

Shades and tints

Shades of #D7EDB0

#D7EDB0
(215,237,176)
#C4D8A0
(196,216,160)
#B1C390
(177,195,144)
#9EAE80
(158,174,128)
#8B9970
(139,153,112)
#788460
(120,132,96)
#656F50
(101,111,80)
#525A40
(82,90,64)
#3F4530
(63,69,48)
#2C3020
(44,48,32)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #D7EDB0

#D7EDB0
(215,237,176)
#DAEEB7
(218,238,183)
#DDEFBE
(221,239,190)
#E0F0C5
(224,240,197)
#E3F1CC
(227,241,204)
#E6F2D3
(230,242,211)
#E9F3DA
(233,243,218)
#ECF4E1
(236,244,225)
#EFF5E8
(239,245,232)
#F2F6EF
(242,246,239)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EDB0; }

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

This text font color is #D7EDB0.

Background Color

.myBgColor { background-color: #D7EDB0; }

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

This div background color is #D7EDB0.

Border color

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

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

This div border color is #D7EDB0.

Opacity

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

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

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

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

This text has shadow with #D7EDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EDB0.

Preview

Color preview on black background

This text has color #D7EDB0 on black background.


Color preview on white background

This text has color #D7EDB0 on white background.


Black color preview on #D7EDB0 background

This text has black color on #D7EDB0 background.


White color preview on #D7EDB0 background

This text has white color on #D7EDB0 background.


Related colors

Complementary color

Complementary color for #hex is #28124F.


I love getcolorcode.com

Triadic colors

1 #B0D7ED and #EDB0D7 with #D7EDB0 are triadic colors.

2 #B0EDD7 and #EDD7B0 with #D7EDB0 are triadic colors.