COLOR #D7EDE0

HEX: #D7EDE0 RGB: (215,237,224)

Color info

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

RGB color model

#D7EDE0 color RGB value is (215,237,224).

RGB: (215,237,224) (84%, 93%, 88%)

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 224 of 255 = 88%

215
237
224

R + G + B ~ 88%. #D7EDE0 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 237 + 224 = 676 (100%)
R 215 of 676 ~ 31.8%
G 237 of 676 ~ 35.06%
B 224 of 676 ~ 33.14'%

%31.8
%35.06
%33.14

CMYK color model

#D7EDE0 color CMYK value is (9,0,5,7).

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

CMYK: (9,0,5,7)
C9M0Y5K7 (9%, 0%, 5%, 7%)
(0.09 / 0.00 / 0.05 / 0.07)

CMYK percentages

%9.28
%0
%5.49
%7.06

Codes

Color #D7EDE0 in popluar color models

D7 ED E0
RGB 215 237 224
HSL 145° 37.93% 88.63%
HSB/HSV 145° 9.28% 92.94%
CMYK 9.28% 0.00% 5.49%
7.06%

Color #D7EDE0 in popluar number systems.

HEX D7 ED E0
Decimal 215 237 224
Binary 11010111 11101101 11100000
Octal 327 355 340

Shades and tints

Shades of #D7EDE0

#D7EDE0
(215,237,224)
#C4D8CC
(196,216,204)
#B1C3B8
(177,195,184)
#9EAEA4
(158,174,164)
#8B9990
(139,153,144)
#78847C
(120,132,124)
#656F68
(101,111,104)
#525A54
(82,90,84)
#3F4540
(63,69,64)
#2C302C
(44,48,44)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #D7EDE0

#D7EDE0
(215,237,224)
#DAEEE2
(218,238,226)
#DDEFE4
(221,239,228)
#E0F0E6
(224,240,230)
#E3F1E8
(227,241,232)
#E6F2EA
(230,242,234)
#E9F3EC
(233,243,236)
#ECF4EE
(236,244,238)
#EFF5F0
(239,245,240)
#F2F6F2
(242,246,242)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EDE0; }

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

This text font color is #D7EDE0.

Background Color

.myBgColor { background-color: #D7EDE0; }

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

This div background color is #D7EDE0.

Border color

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

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

This div border color is #D7EDE0.

Opacity

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

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

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

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

This text has shadow with #D7EDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EDE0.

Preview

Color preview on black background

This text has color #D7EDE0 on black background.


Color preview on white background

This text has color #D7EDE0 on white background.


Black color preview on #D7EDE0 background

This text has black color on #D7EDE0 background.


White color preview on #D7EDE0 background

This text has white color on #D7EDE0 background.


Related colors

Complementary color

Complementary color for #hex is #28121F.


I love getcolorcode.com

Triadic colors

1 #E0D7ED and #EDE0D7 with #D7EDE0 are triadic colors.

2 #E0EDD7 and #EDD7E0 with #D7EDE0 are triadic colors.