COLOR #E8B7A7

HEX: #E8B7A7
RGB: (232,183,167)

Color info

#E8B7A7 contains mainly red and green colors. Web safe color of #E8B7A7 is #FFCC99 (or #FC9).

RGB color model

#E8B7A7 color RGB value is (232,183,167).

  • red value is 232;
  • green value is 183;
  • blue value is 167.
RGB:
(232,183,167)
(91%,72%,65%)

RGB channels and saturation

R 232 of 255 = 91%
G 183 of 255 = 72%
B 167 of 255 = 65%

232
183
167

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

Portions of RGB colors in percentages

R + G + B =
232 + 183 + 167 = 582 (100%)
R 232 of 582 ~ 39.86%
G 183 of 582 ~ 31.44%
B 167 of 582 ~ 28.69%

%39.86
%31.44
%28.69

CMYK color model

#E8B7A7 color CMYK value is (0,21,28,9).

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 28.02%
  • key color value is 9.02%
CMYK:
(0,21,28,9)
C0M21Y28K9 
(0%,21%,28%,9%)
(0.00/0.21/0.28/0.09)	

CMYK percentages

%0
%21.12
%28.02
%9.02

Codes

Color #E8B7A7 in popluar color models

E8B7A7
RGB232183167
HSL15°58.56%78.24%
HSB/HSV15°28.02%90.98%
CMYK0.00%21.12%28.02%
9.02%

Color #E8B7A7 in popluar number systems.

HEXE8B7A7
Decimal232183167
Binary111010001011011110100111
Octal350267247

Shades and tints

Shades of #E8B7A7

#E8B7A7
(232,183,167)
#D3A798
(211,167,152)
#BE9789
(190,151,137)
#A9877A
(169,135,122)
#94776B
(148,119,107)
#7F675C
(127,103,92)
#6A574D
(106,87,77)
#55473E
(85,71,62)
#40372F
(64,55,47)
#2B2720
(43,39,32)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #E8B7A7

#E8B7A7
(232,183,167)
#EABDAF
(234,189,175)
#ECC3B7
(236,195,183)
#EEC9BF
(238,201,191)
#F0CFC7
(240,207,199)
#F2D5CF
(242,213,207)
#F4DBD7
(244,219,215)
#F6E1DF
(246,225,223)
#F8E7E7
(248,231,231)
#FAEDEF
(250,237,239)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B7A7 color. Also use rgb(232,183,167) instead hex code.

Text Font Color

.myTextColor { color: #E8B7A7; }

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

This text font color is #E8B7A7.


Background Color

.myBgColor { background-color: #E8B7A7; }

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

This div background color is #E8B7A7.


Border color

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

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

This div border color is #E8B7A7.


Opacity

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

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

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

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

This text has shadow with #E8B7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B7A7 on black background.


Color preview on white background

This text has color #E8B7A7 on white background.



Black color preview on #E8B7A7 background

This text has black color on #E8B7A7 background.


White color preview on #E8B7A7 background

This text has white color on #E8B7A7 background.