COLOR #E7D1B1

HEX: #E7D1B1
RGB: (231,209,177)

Color info

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

RGB color model

#E7D1B1 color RGB value is (231,209,177).

  • red value is 231;
  • green value is 209;
  • blue value is 177.
RGB:
(231,209,177)
(91%,82%,69%)

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 177 of 255 = 69%

231
209
177

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

Portions of RGB colors in percentages

R + G + B =
231 + 209 + 177 = 617 (100%)
R 231 of 617 ~ 37.44%
G 209 of 617 ~ 33.87%
B 177 of 617 ~ 28.69%

%37.44
%33.87
%28.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 23.38%
  • key color value is 9.41%
CMYK:
(0,10,23,9)
C0M10Y23K9 
(0%,10%,23%,9%)
(0.00/0.10/0.23/0.09)	

CMYK percentages

%0
%9.52
%23.38
%9.41

Codes

Color #E7D1B1 in popluar color models

E7D1B1
RGB231209177
HSL36°52.94%80.00%
HSB/HSV36°23.38%90.59%
CMYK0.00%9.52%23.38%
9.41%

Color #E7D1B1 in popluar number systems.

HEXE7D1B1
Decimal231209177
Binary111001111101000110110001
Octal347321261

Shades and tints

Shades of #E7D1B1

#E7D1B1
(231,209,177)
#D2BEA1
(210,190,161)
#BDAB91
(189,171,145)
#A89881
(168,152,129)
#938571
(147,133,113)
#7E7261
(126,114,97)
#695F51
(105,95,81)
#544C41
(84,76,65)
#3F3931
(63,57,49)
#2A2621
(42,38,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #E7D1B1

#E7D1B1
(231,209,177)
#E9D5B8
(233,213,184)
#EBD9BF
(235,217,191)
#EDDDC6
(237,221,198)
#EFE1CD
(239,225,205)
#F1E5D4
(241,229,212)
#F3E9DB
(243,233,219)
#F5EDE2
(245,237,226)
#F7F1E9
(247,241,233)
#F9F5F0
(249,245,240)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D1B1 color. Also use rgb(231,209,177) instead hex code.

Text Font Color

.myTextColor { color: #E7D1B1; }

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

This text font color is #E7D1B1.


Background Color

.myBgColor { background-color: #E7D1B1; }

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

This div background color is #E7D1B1.


Border color

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

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

This div border color is #E7D1B1.


Opacity

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

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

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

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

This text has shadow with #E7D1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1B1 on black background.


Color preview on white background

This text has color #E7D1B1 on white background.



Black color preview on #E7D1B1 background

This text has black color on #E7D1B1 background.


White color preview on #E7D1B1 background

This text has white color on #E7D1B1 background.