COLOR #E7B9AC

HEX: #E7B9AC
RGB: (231,185,172)

Color info

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

RGB color model

#E7B9AC color RGB value is (231,185,172).

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

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 172 of 255 = 67%

231
185
172

R + G + B ~ 77%. #E7B9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 185 + 172 = 588 (100%)
R 231 of 588 ~ 39.29%
G 185 of 588 ~ 31.46%
B 172 of 588 ~ 29.25%

%39.29
%31.46
%29.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 25.54%
  • key color value is 9.41%
CMYK:
(0,20,26,9)
C0M20Y26K9 
(0%,20%,26%,9%)
(0.00/0.20/0.26/0.09)	

CMYK percentages

%0
%19.91
%25.54
%9.41

Codes

Color #E7B9AC in popluar color models

E7B9AC
RGB231185172
HSL13°55.14%79.02%
HSB/HSV13°25.54%90.59%
CMYK0.00%19.91%25.54%
9.41%

Color #E7B9AC in popluar number systems.

HEXE7B9AC
Decimal231185172
Binary111001111011100110101100
Octal347271254

Shades and tints

Shades of #E7B9AC

#E7B9AC
(231,185,172)
#D2A99D
(210,169,157)
#BD998E
(189,153,142)
#A8897F
(168,137,127)
#937970
(147,121,112)
#7E6961
(126,105,97)
#695952
(105,89,82)
#544943
(84,73,67)
#3F3934
(63,57,52)
#2A2925
(42,41,37)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #E7B9AC

#E7B9AC
(231,185,172)
#E9BFB3
(233,191,179)
#EBC5BA
(235,197,186)
#EDCBC1
(237,203,193)
#EFD1C8
(239,209,200)
#F1D7CF
(241,215,207)
#F3DDD6
(243,221,214)
#F5E3DD
(245,227,221)
#F7E9E4
(247,233,228)
#F9EFEB
(249,239,235)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B9AC; }

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

This text font color is #E7B9AC.


Background Color

.myBgColor { background-color: #E7B9AC; }

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

This div background color is #E7B9AC.


Border color

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

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

This div border color is #E7B9AC.


Opacity

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

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

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

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

This text has shadow with #E7B9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B9AC on black background.


Color preview on white background

This text has color #E7B9AC on white background.



Black color preview on #E7B9AC background

This text has black color on #E7B9AC background.


White color preview on #E7B9AC background

This text has white color on #E7B9AC background.