COLOR #D7EDE7

HEX: #D7EDE7 RGB: (215,237,231)

Color info

#D7EDE7 contains red, green and blue colors in about the same proportion. Web safe color of #D7EDE7 is #CCFFFF (or #CFF).

RGB color model

#D7EDE7 color RGB value is (215,237,231).

RGB: (215,237,231) (84%, 93%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 231 of 255 = 91%

215
237
231

R + G + B ~ 89%. #D7EDE7 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 237 + 231 = 683 (100%)
R 215 of 683 ~ 31.48%
G 237 of 683 ~ 34.7%
B 231 of 683 ~ 33.82'%

%31.48
%34.7
%33.82

CMYK color model

#D7EDE7 color CMYK value is (9,0,3,7).

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

CMYK: (9,0,3,7)
C9M0Y3K7 (9%, 0%, 3%, 7%)
(0.09 / 0.00 / 0.03 / 0.07)

CMYK percentages

%9.28
%0
%2.53
%7.06

Codes

Color #D7EDE7 in popluar color models

D7 ED E7
RGB 215 237 231
HSL 164° 37.93% 88.63%
HSB/HSV 164° 9.28% 92.94%
CMYK 9.28% 0.00% 2.53%
7.06%

Color #D7EDE7 in popluar number systems.

HEX D7 ED E7
Decimal 215 237 231
Binary 11010111 11101101 11100111
Octal 327 355 347

Shades and tints

Shades of #D7EDE7

#D7EDE7
(215,237,231)
#C4D8D2
(196,216,210)
#B1C3BD
(177,195,189)
#9EAEA8
(158,174,168)
#8B9993
(139,153,147)
#78847E
(120,132,126)
#656F69
(101,111,105)
#525A54
(82,90,84)
#3F453F
(63,69,63)
#2C302A
(44,48,42)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #D7EDE7

#D7EDE7
(215,237,231)
#DAEEE9
(218,238,233)
#DDEFEB
(221,239,235)
#E0F0ED
(224,240,237)
#E3F1EF
(227,241,239)
#E6F2F1
(230,242,241)
#E9F3F3
(233,243,243)
#ECF4F5
(236,244,245)
#EFF5F7
(239,245,247)
#F2F6F9
(242,246,249)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EDE7; }

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

This text font color is #D7EDE7.

Background Color

.myBgColor { background-color: #D7EDE7; }

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

This div background color is #D7EDE7.

Border color

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

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

This div border color is #D7EDE7.

Opacity

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

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

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

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

This text has shadow with #D7EDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EDE7.

Preview

Color preview on black background

This text has color #D7EDE7 on black background.


Color preview on white background

This text has color #D7EDE7 on white background.


Black color preview on #D7EDE7 background

This text has black color on #D7EDE7 background.


White color preview on #D7EDE7 background

This text has white color on #D7EDE7 background.


Related colors

Complementary color

Complementary color for #hex is #281218.


I love getcolorcode.com

Triadic colors

1 #E7D7ED and #EDE7D7 with #D7EDE7 are triadic colors.

2 #E7EDD7 and #EDD7E7 with #D7EDE7 are triadic colors.