COLOR #E7D5BE

HEX: #E7D5BE
RGB: (231,213,190)

Color info

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

RGB color model

#E7D5BE color RGB value is (231,213,190).

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

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 190 of 255 = 75%

231
213
190

R + G + B ~ 83%. #E7D5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 190 = 634 (100%)
R 231 of 634 ~ 36.44%
G 213 of 634 ~ 33.6%
B 190 of 634 ~ 29.97%

%36.44
%33.6
%29.97

CMYK color model

#E7D5BE color CMYK value is (0,8,18,9).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,8,18,9)
C0M8Y18K9 
(0%,8%,18%,9%)
(0.00/0.08/0.18/0.09)	

CMYK percentages

%0
%7.79
%17.75
%9.41

Codes

Color #E7D5BE in popluar color models

E7D5BE
RGB231213190
HSL34°46.07%82.55%
HSB/HSV34°17.75%90.59%
CMYK0.00%7.79%17.75%
9.41%

Color #E7D5BE in popluar number systems.

HEXE7D5BE
Decimal231213190
Binary111001111101010110111110
Octal347325276

Shades and tints

Shades of #E7D5BE

#E7D5BE
(231,213,190)
#D2C2AD
(210,194,173)
#BDAF9C
(189,175,156)
#A89C8B
(168,156,139)
#93897A
(147,137,122)
#7E7669
(126,118,105)
#696358
(105,99,88)
#545047
(84,80,71)
#3F3D36
(63,61,54)
#2A2A25
(42,42,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #E7D5BE

#E7D5BE
(231,213,190)
#E9D8C3
(233,216,195)
#EBDBC8
(235,219,200)
#EDDECD
(237,222,205)
#EFE1D2
(239,225,210)
#F1E4D7
(241,228,215)
#F3E7DC
(243,231,220)
#F5EAE1
(245,234,225)
#F7EDE6
(247,237,230)
#F9F0EB
(249,240,235)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5BE; }

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

This text font color is #E7D5BE.


Background Color

.myBgColor { background-color: #E7D5BE; }

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

This div background color is #E7D5BE.


Border color

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

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

This div border color is #E7D5BE.


Opacity

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

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

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

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

This text has shadow with #E7D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5BE on black background.


Color preview on white background

This text has color #E7D5BE on white background.



Black color preview on #E7D5BE background

This text has black color on #E7D5BE background.


White color preview on #E7D5BE background

This text has white color on #E7D5BE background.