COLOR #E7EDD3

HEX: #E7EDD3
RGB: (231,237,211)

Color info

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

RGB color model

#E7EDD3 color RGB value is (231,237,211).

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

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 211 of 255 = 83%

231
237
211

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

Portions of RGB colors in percentages

R + G + B =
231 + 237 + 211 = 679 (100%)
R 231 of 679 ~ 34.02%
G 237 of 679 ~ 34.9%
B 211 of 679 ~ 31.08%

%34.02
%34.9
%31.08

CMYK color model

#E7EDD3 color CMYK value is (3,0,11,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(3,0,11,7)
C3M0Y11K7 
(3%,0%,11%,7%)
(0.03/0.00/0.11/0.07)	

CMYK percentages

%2.53
%0
%10.97
%7.06

Codes

Color #E7EDD3 in popluar color models

E7EDD3
RGB231237211
HSL74°41.94%87.84%
HSB/HSV74°10.97%92.94%
CMYK2.53%0.00%10.97%
7.06%

Color #E7EDD3 in popluar number systems.

HEXE7EDD3
Decimal231237211
Binary111001111110110111010011
Octal347355323

Shades and tints

Shades of #E7EDD3

#E7EDD3
(231,237,211)
#D2D8C0
(210,216,192)
#BDC3AD
(189,195,173)
#A8AE9A
(168,174,154)
#939987
(147,153,135)
#7E8474
(126,132,116)
#696F61
(105,111,97)
#545A4E
(84,90,78)
#3F453B
(63,69,59)
#2A3028
(42,48,40)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #E7EDD3

#E7EDD3
(231,237,211)
#E9EED7
(233,238,215)
#EBEFDB
(235,239,219)
#EDF0DF
(237,240,223)
#EFF1E3
(239,241,227)
#F1F2E7
(241,242,231)
#F3F3EB
(243,243,235)
#F5F4EF
(245,244,239)
#F7F5F3
(247,245,243)
#F9F6F7
(249,246,247)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDD3; }

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

This text font color is #E7EDD3.


Background Color

.myBgColor { background-color: #E7EDD3; }

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

This div background color is #E7EDD3.


Border color

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

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

This div border color is #E7EDD3.


Opacity

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

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

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

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

This text has shadow with #E7EDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDD3 on black background.


Color preview on white background

This text has color #E7EDD3 on white background.



Black color preview on #E7EDD3 background

This text has black color on #E7EDD3 background.


White color preview on #E7EDD3 background

This text has white color on #E7EDD3 background.