COLOR #E8B2A7

HEX: #E8B2A7
RGB: (232,178,167)

Color info

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

RGB color model

#E8B2A7 color RGB value is (232,178,167).

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

RGB channels and saturation

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

232
178
167

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

Portions of RGB colors in percentages

R + G + B =
232 + 178 + 167 = 577 (100%)
R 232 of 577 ~ 40.21%
G 178 of 577 ~ 30.85%
B 167 of 577 ~ 28.94%

%40.21
%30.85
%28.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.28%
  • 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
%23.28
%28.02
%9.02

Codes

Color #E8B2A7 in popluar color models

E8B2A7
RGB232178167
HSL10°58.56%78.24%
HSB/HSV10°28.02%90.98%
CMYK0.00%23.28%28.02%
9.02%

Color #E8B2A7 in popluar number systems.

HEXE8B2A7
Decimal232178167
Binary111010001011001010100111
Octal350262247

Shades and tints

Shades of #E8B2A7

#E8B2A7
(232,178,167)
#D3A298
(211,162,152)
#BE9289
(190,146,137)
#A9827A
(169,130,122)
#94726B
(148,114,107)
#7F625C
(127,98,92)
#6A524D
(106,82,77)
#55423E
(85,66,62)
#40322F
(64,50,47)
#2B2220
(43,34,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #E8B2A7

#E8B2A7
(232,178,167)
#EAB9AF
(234,185,175)
#ECC0B7
(236,192,183)
#EEC7BF
(238,199,191)
#F0CEC7
(240,206,199)
#F2D5CF
(242,213,207)
#F4DCD7
(244,220,215)
#F6E3DF
(246,227,223)
#F8EAE7
(248,234,231)
#FAF1EF
(250,241,239)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B2A7; }

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

This text font color is #E8B2A7.


Background Color

.myBgColor { background-color: #E8B2A7; }

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

This div background color is #E8B2A7.


Border color

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

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

This div border color is #E8B2A7.


Opacity

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

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

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

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

This text has shadow with #E8B2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B2A7 on black background.


Color preview on white background

This text has color #E8B2A7 on white background.



Black color preview on #E8B2A7 background

This text has black color on #E8B2A7 background.


White color preview on #E8B2A7 background

This text has white color on #E8B2A7 background.