COLOR #E7D2B3

HEX: #E7D2B3
RGB: (231,210,179)

Color info

#E7D2B3 contains red, green and blue colors in about the same proportion. Web safe color of #E7D2B3 is #FFCC99 (or #FC9).

RGB color model

#E7D2B3 color RGB value is (231,210,179).

  • red value is 231;
  • green value is 210;
  • blue value is 179.
RGB:
(231,210,179)
(91%,82%,70%)

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 179 of 255 = 70%

231
210
179

R + G + B ~ 81%. #E7D2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 210 + 179 = 620 (100%)
R 231 of 620 ~ 37.26%
G 210 of 620 ~ 33.87%
B 179 of 620 ~ 28.87%

%37.26
%33.87
%28.87

CMYK color model

#E7D2B3 color CMYK value is (0,9,23,9).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 22.51%
  • key color value is 9.41%
CMYK:
(0,9,23,9)
C0M9Y23K9 
(0%,9%,23%,9%)
(0.00/0.09/0.23/0.09)	

CMYK percentages

%0
%9.09
%22.51
%9.41

Codes

Color #E7D2B3 in popluar color models

E7D2B3
RGB231210179
HSL36°52.00%80.39%
HSB/HSV36°22.51%90.59%
CMYK0.00%9.09%22.51%
9.41%

Color #E7D2B3 in popluar number systems.

HEXE7D2B3
Decimal231210179
Binary111001111101001010110011
Octal347322263

Shades and tints

Shades of #E7D2B3

#E7D2B3
(231,210,179)
#D2BFA3
(210,191,163)
#BDAC93
(189,172,147)
#A89983
(168,153,131)
#938673
(147,134,115)
#7E7363
(126,115,99)
#696053
(105,96,83)
#544D43
(84,77,67)
#3F3A33
(63,58,51)
#2A2723
(42,39,35)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #E7D2B3

#E7D2B3
(231,210,179)
#E9D6B9
(233,214,185)
#EBDABF
(235,218,191)
#EDDEC5
(237,222,197)
#EFE2CB
(239,226,203)
#F1E6D1
(241,230,209)
#F3EAD7
(243,234,215)
#F5EEDD
(245,238,221)
#F7F2E3
(247,242,227)
#F9F6E9
(249,246,233)
#FBFAEF
(251,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D2B3 color. Also use rgb(231,210,179) instead hex code.

Text Font Color

.myTextColor { color: #E7D2B3; }

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

This text font color is #E7D2B3.


Background Color

.myBgColor { background-color: #E7D2B3; }

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

This div background color is #E7D2B3.


Border color

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

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

This div border color is #E7D2B3.


Opacity

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

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

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

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

This text has shadow with #E7D2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D2B3 on black background.


Color preview on white background

This text has color #E7D2B3 on white background.



Black color preview on #E7D2B3 background

This text has black color on #E7D2B3 background.


White color preview on #E7D2B3 background

This text has white color on #E7D2B3 background.