COLOR #E8B3A7

HEX: #E8B3A7
RGB: (232,179,167)

Color info

#E8B3A7 contains mainly red and green colors. Web safe color of #E8B3A7 is #FF9999 (or #F99).

RGB color model

#E8B3A7 color RGB value is (232,179,167).

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

RGB channels and saturation

R 232 of 255 = 91%
G 179 of 255 = 70%
B 167 of 255 = 65%

232
179
167

R + G + B ~ 75%. #E8B3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 179 + 167 = 578 (100%)
R 232 of 578 ~ 40.14%
G 179 of 578 ~ 30.97%
B 167 of 578 ~ 28.89%

%40.14
%30.97
%28.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 28.02%
  • key color value is 9.02%
CMYK:
(0,23,28,9)
C0M23Y28K9 
(0%,23%,28%,9%)
(0.00/0.23/0.28/0.09)	

CMYK percentages

%0
%22.84
%28.02
%9.02

Codes

Color #E8B3A7 in popluar color models

E8B3A7
RGB232179167
HSL11°58.56%78.24%
HSB/HSV11°28.02%90.98%
CMYK0.00%22.84%28.02%
9.02%

Color #E8B3A7 in popluar number systems.

HEXE8B3A7
Decimal232179167
Binary111010001011001110100111
Octal350263247

Shades and tints

Shades of #E8B3A7

#E8B3A7
(232,179,167)
#D3A398
(211,163,152)
#BE9389
(190,147,137)
#A9837A
(169,131,122)
#94736B
(148,115,107)
#7F635C
(127,99,92)
#6A534D
(106,83,77)
#55433E
(85,67,62)
#40332F
(64,51,47)
#2B2320
(43,35,32)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #E8B3A7

#E8B3A7
(232,179,167)
#EAB9AF
(234,185,175)
#ECBFB7
(236,191,183)
#EEC5BF
(238,197,191)
#F0CBC7
(240,203,199)
#F2D1CF
(242,209,207)
#F4D7D7
(244,215,215)
#F6DDDF
(246,221,223)
#F8E3E7
(248,227,231)
#FAE9EF
(250,233,239)
#FCEFF7
(252,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B3A7; }

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

This text font color is #E8B3A7.


Background Color

.myBgColor { background-color: #E8B3A7; }

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

This div background color is #E8B3A7.


Border color

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

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

This div border color is #E8B3A7.


Opacity

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

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

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

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

This text has shadow with #E8B3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B3A7 on black background.


Color preview on white background

This text has color #E8B3A7 on white background.



Black color preview on #E8B3A7 background

This text has black color on #E8B3A7 background.


White color preview on #E8B3A7 background

This text has white color on #E8B3A7 background.