COLOR #E7B0AC

HEX: #E7B0AC
RGB: (231,176,172)

Color info

#E7B0AC contains red, green and blue colors in about the same proportion. Web safe color of #E7B0AC is #FF9999 (or #F99).

RGB color model

#E7B0AC color RGB value is (231,176,172).

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

RGB channels and saturation

R 231 of 255 = 91%
G 176 of 255 = 69%
B 172 of 255 = 67%

231
176
172

R + G + B ~ 76%. #E7B0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 176 + 172 = 579 (100%)
R 231 of 579 ~ 39.9%
G 176 of 579 ~ 30.4%
B 172 of 579 ~ 29.71%

%39.9
%30.4
%29.71

CMYK color model

#E7B0AC color CMYK value is (0,24,26,9).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 25.54%
  • key color value is 9.41%
CMYK:
(0,24,26,9)
C0M24Y26K9 
(0%,24%,26%,9%)
(0.00/0.24/0.26/0.09)	

CMYK percentages

%0
%23.81
%25.54
%9.41

Codes

Color #E7B0AC in popluar color models

E7B0AC
RGB231176172
HSL55.14%79.02%
HSB/HSV25.54%90.59%
CMYK0.00%23.81%25.54%
9.41%

Color #E7B0AC in popluar number systems.

HEXE7B0AC
Decimal231176172
Binary111001111011000010101100
Octal347260254

Shades and tints

Shades of #E7B0AC

#E7B0AC
(231,176,172)
#D2A09D
(210,160,157)
#BD908E
(189,144,142)
#A8807F
(168,128,127)
#937070
(147,112,112)
#7E6061
(126,96,97)
#695052
(105,80,82)
#544043
(84,64,67)
#3F3034
(63,48,52)
#2A2025
(42,32,37)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #E7B0AC

#E7B0AC
(231,176,172)
#E9B7B3
(233,183,179)
#EBBEBA
(235,190,186)
#EDC5C1
(237,197,193)
#EFCCC8
(239,204,200)
#F1D3CF
(241,211,207)
#F3DAD6
(243,218,214)
#F5E1DD
(245,225,221)
#F7E8E4
(247,232,228)
#F9EFEB
(249,239,235)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B0AC; }

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

This text font color is #E7B0AC.


Background Color

.myBgColor { background-color: #E7B0AC; }

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

This div background color is #E7B0AC.


Border color

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

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

This div border color is #E7B0AC.


Opacity

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

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

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

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

This text has shadow with #E7B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B0AC on black background.


Color preview on white background

This text has color #E7B0AC on white background.



Black color preview on #E7B0AC background

This text has black color on #E7B0AC background.


White color preview on #E7B0AC background

This text has white color on #E7B0AC background.