COLOR #EDE7E4

HEX: #EDE7E4 RGB: (237,231,228)

Color info

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

RGB color model

#EDE7E4 color RGB value is (237,231,228).

RGB: (237,231,228) (93%, 91%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 228 of 255 = 89%

237
231
228

R + G + B ~ 91%. #EDE7E4 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 231 + 228 = 696 (100%)
R 237 of 696 ~ 34.05%
G 231 of 696 ~ 33.19%
B 228 of 696 ~ 32.76'%

%34.05
%33.19
%32.76

CMYK color model

#EDE7E4 color CMYK value is (0,3,4,7).

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

CMYK: (0,3,4,7)
C0M3Y4K7 (0%, 3%, 4%, 7%)
(0.00 / 0.03 / 0.04 / 0.07)

CMYK percentages

%0
%2.53
%3.8
%7.06

Codes

Color #EDE7E4 in popluar color models

ED E7 E4
RGB 237 231 228
HSL 20° 20.00% 91.18%
HSB/HSV 20° 3.80% 92.94%
CMYK 0.00% 2.53% 3.80%
7.06%

Color #EDE7E4 in popluar number systems.

HEX ED E7 E4
Decimal 237 231 228
Binary 11101101 11100111 11100100
Octal 355 347 344

Shades and tints

Shades of #EDE7E4

#EDE7E4
(237,231,228)
#D8D2D0
(216,210,208)
#C3BDBC
(195,189,188)
#AEA8A8
(174,168,168)
#999394
(153,147,148)
#847E80
(132,126,128)
#6F696C
(111,105,108)
#5A5458
(90,84,88)
#453F44
(69,63,68)
#302A30
(48,42,48)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #EDE7E4

#EDE7E4
(237,231,228)
#EEE9E6
(238,233,230)
#EFEBE8
(239,235,232)
#F0EDEA
(240,237,234)
#F1EFEC
(241,239,236)
#F2F1EE
(242,241,238)
#F3F3F0
(243,243,240)
#F4F5F2
(244,245,242)
#F5F7F4
(245,247,244)
#F6F9F6
(246,249,246)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7E4; }

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

This text font color is #EDE7E4.

Background Color

.myBgColor { background-color: #EDE7E4; }

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

This div background color is #EDE7E4.

Border color

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

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

This div border color is #EDE7E4.

Opacity

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

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

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

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

This text has shadow with #EDE7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE7E4.

Preview

Color preview on black background

This text has color #EDE7E4 on black background.


Color preview on white background

This text has color #EDE7E4 on white background.


Black color preview on #EDE7E4 background

This text has black color on #EDE7E4 background.


White color preview on #EDE7E4 background

This text has white color on #EDE7E4 background.


Related colors

Complementary color

Complementary color for #hex is #12181B.


I love getcolorcode.com

Triadic colors

1 #E4EDE7 and #E7E4ED with #EDE7E4 are triadic colors.

2 #E4E7ED and #E7EDE4 with #EDE7E4 are triadic colors.