COLOR #E8B2AA

HEX: #E8B2AA
RGB: (232,178,170)

Color info

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

RGB color model

#E8B2AA color RGB value is (232,178,170).

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

RGB channels and saturation

R 232 of 255 = 91%
G 178 of 255 = 70%
B 170 of 255 = 67%

232
178
170

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

Portions of RGB colors in percentages

R + G + B =
232 + 178 + 170 = 580 (100%)
R 232 of 580 ~ 40%
G 178 of 580 ~ 30.69%
B 170 of 580 ~ 29.31%

%40
%30.69
%29.31

CMYK color model

#E8B2AA color CMYK value is (0,23,27,9).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 26.72%
  • key color value is 9.02%
CMYK:
(0,23,27,9)
C0M23Y27K9 
(0%,23%,27%,9%)
(0.00/0.23/0.27/0.09)	

CMYK percentages

%0
%23.28
%26.72
%9.02

Codes

Color #E8B2AA in popluar color models

E8B2AA
RGB232178170
HSL57.41%78.82%
HSB/HSV26.72%90.98%
CMYK0.00%23.28%26.72%
9.02%

Color #E8B2AA in popluar number systems.

HEXE8B2AA
Decimal232178170
Binary111010001011001010101010
Octal350262252

Shades and tints

Shades of #E8B2AA

#E8B2AA
(232,178,170)
#D3A29B
(211,162,155)
#BE928C
(190,146,140)
#A9827D
(169,130,125)
#94726E
(148,114,110)
#7F625F
(127,98,95)
#6A5250
(106,82,80)
#554241
(85,66,65)
#403232
(64,50,50)
#2B2223
(43,34,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #E8B2AA

#E8B2AA
(232,178,170)
#EAB9B1
(234,185,177)
#ECC0B8
(236,192,184)
#EEC7BF
(238,199,191)
#F0CEC6
(240,206,198)
#F2D5CD
(242,213,205)
#F4DCD4
(244,220,212)
#F6E3DB
(246,227,219)
#F8EAE2
(248,234,226)
#FAF1E9
(250,241,233)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B2AA; }

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

This text font color is #E8B2AA.


Background Color

.myBgColor { background-color: #E8B2AA; }

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

This div background color is #E8B2AA.


Border color

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

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

This div border color is #E8B2AA.


Opacity

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

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

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

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

This text has shadow with #E8B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B2AA on black background.


Color preview on white background

This text has color #E8B2AA on white background.



Black color preview on #E8B2AA background

This text has black color on #E8B2AA background.


White color preview on #E8B2AA background

This text has white color on #E8B2AA background.