COLOR #E7D5B7

HEX: #E7D5B7
RGB: (231,213,183)

Color info

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

RGB color model

#E7D5B7 color RGB value is (231,213,183).

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

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 183 of 255 = 72%

231
213
183

R + G + B ~ 82%. #E7D5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 183 = 627 (100%)
R 231 of 627 ~ 36.84%
G 213 of 627 ~ 33.97%
B 183 of 627 ~ 29.19%

%36.84
%33.97
%29.19

CMYK color model

#E7D5B7 color CMYK value is (0,8,21,9).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK:
(0,8,21,9)
C0M8Y21K9 
(0%,8%,21%,9%)
(0.00/0.08/0.21/0.09)	

CMYK percentages

%0
%7.79
%20.78
%9.41

Codes

Color #E7D5B7 in popluar color models

E7D5B7
RGB231213183
HSL38°50.00%81.18%
HSB/HSV38°20.78%90.59%
CMYK0.00%7.79%20.78%
9.41%

Color #E7D5B7 in popluar number systems.

HEXE7D5B7
Decimal231213183
Binary111001111101010110110111
Octal347325267

Shades and tints

Shades of #E7D5B7

#E7D5B7
(231,213,183)
#D2C2A7
(210,194,167)
#BDAF97
(189,175,151)
#A89C87
(168,156,135)
#938977
(147,137,119)
#7E7667
(126,118,103)
#696357
(105,99,87)
#545047
(84,80,71)
#3F3D37
(63,61,55)
#2A2A27
(42,42,39)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #E7D5B7

#E7D5B7
(231,213,183)
#E9D8BD
(233,216,189)
#EBDBC3
(235,219,195)
#EDDEC9
(237,222,201)
#EFE1CF
(239,225,207)
#F1E4D5
(241,228,213)
#F3E7DB
(243,231,219)
#F5EAE1
(245,234,225)
#F7EDE7
(247,237,231)
#F9F0ED
(249,240,237)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5B7; }

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

This text font color is #E7D5B7.


Background Color

.myBgColor { background-color: #E7D5B7; }

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

This div background color is #E7D5B7.


Border color

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

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

This div border color is #E7D5B7.


Opacity

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

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

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

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

This text has shadow with #E7D5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5B7 on black background.


Color preview on white background

This text has color #E7D5B7 on white background.



Black color preview on #E7D5B7 background

This text has black color on #E7D5B7 background.


White color preview on #E7D5B7 background

This text has white color on #E7D5B7 background.