COLOR #E7E3D5

HEX: #E7E3D5
RGB: (231,227,213)

Color info

#E7E3D5 contains red, green and blue colors in about the same proportion. Web safe color of #E7E3D5 is #FFCCCC (or #FCC).

RGB color model

#E7E3D5 color RGB value is (231,227,213).

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

RGB channels and saturation

R 231 of 255 = 91%
G 227 of 255 = 89%
B 213 of 255 = 84%

231
227
213

R + G + B ~ 88%. #E7E3D5 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 227 + 213 = 671 (100%)
R 231 of 671 ~ 34.43%
G 227 of 671 ~ 33.83%
B 213 of 671 ~ 31.74%

%34.43
%33.83
%31.74

CMYK color model

#E7E3D5 color CMYK value is (0,2,8,9).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(0,2,8,9)
C0M2Y8K9 
(0%,2%,8%,9%)
(0.00/0.02/0.08/0.09)	

CMYK percentages

%0
%1.73
%7.79
%9.41

Codes

Color #E7E3D5 in popluar color models

E7E3D5
RGB231227213
HSL47°27.27%87.06%
HSB/HSV47°7.79%90.59%
CMYK0.00%1.73%7.79%
9.41%

Color #E7E3D5 in popluar number systems.

HEXE7E3D5
Decimal231227213
Binary111001111110001111010101
Octal347343325

Shades and tints

Shades of #E7E3D5

#E7E3D5
(231,227,213)
#D2CFC2
(210,207,194)
#BDBBAF
(189,187,175)
#A8A79C
(168,167,156)
#939389
(147,147,137)
#7E7F76
(126,127,118)
#696B63
(105,107,99)
#545750
(84,87,80)
#3F433D
(63,67,61)
#2A2F2A
(42,47,42)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #E7E3D5

#E7E3D5
(231,227,213)
#E9E5D8
(233,229,216)
#EBE7DB
(235,231,219)
#EDE9DE
(237,233,222)
#EFEBE1
(239,235,225)
#F1EDE4
(241,237,228)
#F3EFE7
(243,239,231)
#F5F1EA
(245,241,234)
#F7F3ED
(247,243,237)
#F9F5F0
(249,245,240)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E3D5; }

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

This text font color is #E7E3D5.


Background Color

.myBgColor { background-color: #E7E3D5; }

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

This div background color is #E7E3D5.


Border color

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

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

This div border color is #E7E3D5.


Opacity

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

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

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

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

This text has shadow with #E7E3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E3D5 on black background.


Color preview on white background

This text has color #E7E3D5 on white background.



Black color preview on #E7E3D5 background

This text has black color on #E7E3D5 background.


White color preview on #E7E3D5 background

This text has white color on #E7E3D5 background.