COLOR #D7EDE3

HEX: #D7EDE3 RGB: (215,237,227)

Color info

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

RGB color model

#D7EDE3 color RGB value is (215,237,227).

RGB: (215,237,227) (84%, 93%, 89%)

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 227 of 255 = 89%

215
237
227

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

Portions of RGB colors in percentages

R + G + B = 215 + 237 + 227 = 679 (100%)
R 215 of 679 ~ 31.66%
G 237 of 679 ~ 34.9%
B 227 of 679 ~ 33.43'%

%31.66
%34.9
%33.43

CMYK color model

#D7EDE3 color CMYK value is (9,0,4,7).

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

CMYK: (9,0,4,7)
C9M0Y4K7 (9%, 0%, 4%, 7%)
(0.09 / 0.00 / 0.04 / 0.07)

CMYK percentages

%9.28
%0
%4.22
%7.06

Codes

Color #D7EDE3 in popluar color models

D7 ED E3
RGB 215 237 227
HSL 153° 37.93% 88.63%
HSB/HSV 153° 9.28% 92.94%
CMYK 9.28% 0.00% 4.22%
7.06%

Color #D7EDE3 in popluar number systems.

HEX D7 ED E3
Decimal 215 237 227
Binary 11010111 11101101 11100011
Octal 327 355 343

Shades and tints

Shades of #D7EDE3

#D7EDE3
(215,237,227)
#C4D8CF
(196,216,207)
#B1C3BB
(177,195,187)
#9EAEA7
(158,174,167)
#8B9993
(139,153,147)
#78847F
(120,132,127)
#656F6B
(101,111,107)
#525A57
(82,90,87)
#3F4543
(63,69,67)
#2C302F
(44,48,47)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #D7EDE3

#D7EDE3
(215,237,227)
#DAEEE5
(218,238,229)
#DDEFE7
(221,239,231)
#E0F0E9
(224,240,233)
#E3F1EB
(227,241,235)
#E6F2ED
(230,242,237)
#E9F3EF
(233,243,239)
#ECF4F1
(236,244,241)
#EFF5F3
(239,245,243)
#F2F6F5
(242,246,245)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EDE3; }

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

This text font color is #D7EDE3.

Background Color

.myBgColor { background-color: #D7EDE3; }

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

This div background color is #D7EDE3.

Border color

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

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

This div border color is #D7EDE3.

Opacity

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

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

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

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

This text has shadow with #D7EDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EDE3.

Preview

Color preview on black background

This text has color #D7EDE3 on black background.


Color preview on white background

This text has color #D7EDE3 on white background.


Black color preview on #D7EDE3 background

This text has black color on #D7EDE3 background.


White color preview on #D7EDE3 background

This text has white color on #D7EDE3 background.


Related colors

Complementary color

Complementary color for #hex is #28121C.


I love getcolorcode.com

Triadic colors

1 #E3D7ED and #EDE3D7 with #D7EDE3 are triadic colors.

2 #E3EDD7 and #EDD7E3 with #D7EDE3 are triadic colors.