COLOR #E7D3B9

HEX: #E7D3B9
RGB: (231,211,185)

Color info

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

RGB color model

#E7D3B9 color RGB value is (231,211,185).

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

RGB channels and saturation

R 231 of 255 = 91%
G 211 of 255 = 83%
B 185 of 255 = 73%

231
211
185

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

Portions of RGB colors in percentages

R + G + B =
231 + 211 + 185 = 627 (100%)
R 231 of 627 ~ 36.84%
G 211 of 627 ~ 33.65%
B 185 of 627 ~ 29.51%

%36.84
%33.65
%29.51

CMYK color model

#E7D3B9 color CMYK value is (0,9,20,9).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(0,9,20,9)
C0M9Y20K9 
(0%,9%,20%,9%)
(0.00/0.09/0.20/0.09)	

CMYK percentages

%0
%8.66
%19.91
%9.41

Codes

Color #E7D3B9 in popluar color models

E7D3B9
RGB231211185
HSL34°48.94%81.57%
HSB/HSV34°19.91%90.59%
CMYK0.00%8.66%19.91%
9.41%

Color #E7D3B9 in popluar number systems.

HEXE7D3B9
Decimal231211185
Binary111001111101001110111001
Octal347323271

Shades and tints

Shades of #E7D3B9

#E7D3B9
(231,211,185)
#D2C0A9
(210,192,169)
#BDAD99
(189,173,153)
#A89A89
(168,154,137)
#938779
(147,135,121)
#7E7469
(126,116,105)
#696159
(105,97,89)
#544E49
(84,78,73)
#3F3B39
(63,59,57)
#2A2829
(42,40,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7D3B9

#E7D3B9
(231,211,185)
#E9D7BF
(233,215,191)
#EBDBC5
(235,219,197)
#EDDFCB
(237,223,203)
#EFE3D1
(239,227,209)
#F1E7D7
(241,231,215)
#F3EBDD
(243,235,221)
#F5EFE3
(245,239,227)
#F7F3E9
(247,243,233)
#F9F7EF
(249,247,239)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D3B9; }

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

This text font color is #E7D3B9.


Background Color

.myBgColor { background-color: #E7D3B9; }

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

This div background color is #E7D3B9.


Border color

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

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

This div border color is #E7D3B9.


Opacity

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

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

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

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

This text has shadow with #E7D3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D3B9 on black background.


Color preview on white background

This text has color #E7D3B9 on white background.



Black color preview on #E7D3B9 background

This text has black color on #E7D3B9 background.


White color preview on #E7D3B9 background

This text has white color on #E7D3B9 background.