COLOR #EDE7D9

HEX: #EDE7D9 RGB: (237,231,217)

Color info

#EDE7D9 contains red, green and blue colors in about the same proportion. Web safe color of #EDE7D9 is #FFFFCC (or #FFC).

RGB color model

#EDE7D9 color RGB value is (237,231,217).

RGB: (237,231,217) (93%, 91%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 217 of 255 = 85%

237
231
217

R + G + B ~ 90%. #EDE7D9 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 231 + 217 = 685 (100%)
R 237 of 685 ~ 34.6%
G 231 of 685 ~ 33.72%
B 217 of 685 ~ 31.68'%

%34.6
%33.72
%31.68

CMYK color model

#EDE7D9 color CMYK value is (0,3,8,7).

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

CMYK: (0,3,8,7)
C0M3Y8K7 (0%, 3%, 8%, 7%)
(0.00 / 0.03 / 0.08 / 0.07)

CMYK percentages

%0
%2.53
%8.44
%7.06

Codes

Color #EDE7D9 in popluar color models

ED E7 D9
RGB 237 231 217
HSL 42° 35.71% 89.02%
HSB/HSV 42° 8.44% 92.94%
CMYK 0.00% 2.53% 8.44%
7.06%

Color #EDE7D9 in popluar number systems.

HEX ED E7 D9
Decimal 237 231 217
Binary 11101101 11100111 11011001
Octal 355 347 331

Shades and tints

Shades of #EDE7D9

#EDE7D9
(237,231,217)
#D8D2C6
(216,210,198)
#C3BDB3
(195,189,179)
#AEA8A0
(174,168,160)
#99938D
(153,147,141)
#847E7A
(132,126,122)
#6F6967
(111,105,103)
#5A5454
(90,84,84)
#453F41
(69,63,65)
#302A2E
(48,42,46)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #EDE7D9

#EDE7D9
(237,231,217)
#EEE9DC
(238,233,220)
#EFEBDF
(239,235,223)
#F0EDE2
(240,237,226)
#F1EFE5
(241,239,229)
#F2F1E8
(242,241,232)
#F3F3EB
(243,243,235)
#F4F5EE
(244,245,238)
#F5F7F1
(245,247,241)
#F6F9F4
(246,249,244)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7D9; }

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

This text font color is #EDE7D9.

Background Color

.myBgColor { background-color: #EDE7D9; }

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

This div background color is #EDE7D9.

Border color

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

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

This div border color is #EDE7D9.

Opacity

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

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

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

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

This text has shadow with #EDE7D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE7D9.

Preview

Color preview on black background

This text has color #EDE7D9 on black background.


Color preview on white background

This text has color #EDE7D9 on white background.


Black color preview on #EDE7D9 background

This text has black color on #EDE7D9 background.


White color preview on #EDE7D9 background

This text has white color on #EDE7D9 background.


Related colors

Complementary color

Complementary color for #hex is #121826.


I love getcolorcode.com

Triadic colors

1 #D9EDE7 and #E7D9ED with #EDE7D9 are triadic colors.

2 #D9E7ED and #E7EDD9 with #EDE7D9 are triadic colors.