COLOR #E7D5BD

HEX: #E7D5BD
RGB: (231,213,189)

Color info

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

RGB color model

#E7D5BD color RGB value is (231,213,189).

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

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 189 of 255 = 74%

231
213
189

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

Portions of RGB colors in percentages

R + G + B =
231 + 213 + 189 = 633 (100%)
R 231 of 633 ~ 36.49%
G 213 of 633 ~ 33.65%
B 189 of 633 ~ 29.86%

%36.49
%33.65
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 18.18%
  • 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
%18.18
%9.41

Codes

Color #E7D5BD in popluar color models

E7D5BD
RGB231213189
HSL34°46.67%82.35%
HSB/HSV34°18.18%90.59%
CMYK0.00%7.79%18.18%
9.41%

Color #E7D5BD in popluar number systems.

HEXE7D5BD
Decimal231213189
Binary111001111101010110111101
Octal347325275

Shades and tints

Shades of #E7D5BD

#E7D5BD
(231,213,189)
#D2C2AC
(210,194,172)
#BDAF9B
(189,175,155)
#A89C8A
(168,156,138)
#938979
(147,137,121)
#7E7668
(126,118,104)
#696357
(105,99,87)
#545046
(84,80,70)
#3F3D35
(63,61,53)
#2A2A24
(42,42,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #E7D5BD

#E7D5BD
(231,213,189)
#E9D8C3
(233,216,195)
#EBDBC9
(235,219,201)
#EDDECF
(237,222,207)
#EFE1D5
(239,225,213)
#F1E4DB
(241,228,219)
#F3E7E1
(243,231,225)
#F5EAE7
(245,234,231)
#F7EDED
(247,237,237)
#F9F0F3
(249,240,243)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5BD; }

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

This text font color is #E7D5BD.


Background Color

.myBgColor { background-color: #E7D5BD; }

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

This div background color is #E7D5BD.


Border color

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

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

This div border color is #E7D5BD.


Opacity

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

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

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

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

This text has shadow with #E7D5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5BD on black background.


Color preview on white background

This text has color #E7D5BD on white background.



Black color preview on #E7D5BD background

This text has black color on #E7D5BD background.


White color preview on #E7D5BD background

This text has white color on #E7D5BD background.