COLOR #E7EDD5

HEX: #E7EDD5
RGB: (231,237,213)

Color info

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

RGB color model

#E7EDD5 color RGB value is (231,237,213).

  • red value is 231;
  • green value is 237;
  • blue value is 213.
RGB:
(231,237,213)
(91%,93%,84%)

RGB channels and saturation

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

231
237
213

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

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 213 = 681 (100%)
R 231 of 681 ~ 33.92%
G 237 of 681 ~ 34.8%
B 213 of 681 ~ 31.28%

%33.92
%34.8
%31.28

CMYK color model

#E7EDD5 color CMYK value is (3,0,10,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(3,0,10,7)
C3M0Y10K7 
(3%,0%,10%,7%)
(0.03/0.00/0.10/0.07)	

CMYK percentages

%2.53
%0
%10.13
%7.06

Codes

Color #E7EDD5 in popluar color models

E7EDD5
RGB231237213
HSL75°40.00%88.24%
HSB/HSV75°10.13%92.94%
CMYK2.53%0.00%10.13%
7.06%

Color #E7EDD5 in popluar number systems.

HEXE7EDD5
Decimal231237213
Binary111001111110110111010101
Octal347355325

Shades and tints

Shades of #E7EDD5

#E7EDD5
(231,237,213)
#D2D8C2
(210,216,194)
#BDC3AF
(189,195,175)
#A8AE9C
(168,174,156)
#939989
(147,153,137)
#7E8476
(126,132,118)
#696F63
(105,111,99)
#545A50
(84,90,80)
#3F453D
(63,69,61)
#2A302A
(42,48,42)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #E7EDD5

#E7EDD5
(231,237,213)
#E9EED8
(233,238,216)
#EBEFDB
(235,239,219)
#EDF0DE
(237,240,222)
#EFF1E1
(239,241,225)
#F1F2E4
(241,242,228)
#F3F3E7
(243,243,231)
#F5F4EA
(245,244,234)
#F7F5ED
(247,245,237)
#F9F6F0
(249,246,240)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDD5; }

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

This text font color is #E7EDD5.


Background Color

.myBgColor { background-color: #E7EDD5; }

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

This div background color is #E7EDD5.


Border color

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

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

This div border color is #E7EDD5.


Opacity

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

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

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

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

This text has shadow with #E7EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDD5 on black background.


Color preview on white background

This text has color #E7EDD5 on white background.



Black color preview on #E7EDD5 background

This text has black color on #E7EDD5 background.


White color preview on #E7EDD5 background

This text has white color on #E7EDD5 background.