COLOR #E8A19C

HEX: #E8A19C
RGB: (232,161,156)

Color info

#E8A19C contains mainly red color. Web safe color of #E8A19C is #FF9999 (or #F99).

RGB color model

#E8A19C color RGB value is (232,161,156).

  • red value is 232;
  • green value is 161;
  • blue value is 156.
RGB:
(232,161,156)
(91%,63%,61%)

RGB channels and saturation

R 232 of 255 = 91%
G 161 of 255 = 63%
B 156 of 255 = 61%

232
161
156

R + G + B ~ 72%. #E8A19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 161 + 156 = 549 (100%)
R 232 of 549 ~ 42.26%
G 161 of 549 ~ 29.33%
B 156 of 549 ~ 28.42%

%42.26
%29.33
%28.42

CMYK color model

#E8A19C color CMYK value is (0,31,33,9).

  • cyan value is 0.00%
  • magenta value is 30.60%
  • yellow value is 32.76%
  • key color value is 9.02%
CMYK:
(0,31,33,9)
C0M31Y33K9 
(0%,31%,33%,9%)
(0.00/0.31/0.33/0.09)	

CMYK percentages

%0
%30.6
%32.76
%9.02

Codes

Color #E8A19C in popluar color models

E8A19C
RGB232161156
HSL62.30%76.08%
HSB/HSV32.76%90.98%
CMYK0.00%30.60%32.76%
9.02%

Color #E8A19C in popluar number systems.

HEXE8A19C
Decimal232161156
Binary111010001010000110011100
Octal350241234

Shades and tints

Shades of #E8A19C

#E8A19C
(232,161,156)
#D3938E
(211,147,142)
#BE8580
(190,133,128)
#A97772
(169,119,114)
#946964
(148,105,100)
#7F5B56
(127,91,86)
#6A4D48
(106,77,72)
#553F3A
(85,63,58)
#40312C
(64,49,44)
#2B231E
(43,35,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #E8A19C

#E8A19C
(232,161,156)
#EAA9A5
(234,169,165)
#ECB1AE
(236,177,174)
#EEB9B7
(238,185,183)
#F0C1C0
(240,193,192)
#F2C9C9
(242,201,201)
#F4D1D2
(244,209,210)
#F6D9DB
(246,217,219)
#F8E1E4
(248,225,228)
#FAE9ED
(250,233,237)
#FCF1F6
(252,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A19C color. Also use rgb(232,161,156) instead hex code.

Text Font Color

.myTextColor { color: #E8A19C; }

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

This text font color is #E8A19C.


Background Color

.myBgColor { background-color: #E8A19C; }

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

This div background color is #E8A19C.


Border color

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

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

This div border color is #E8A19C.


Opacity

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

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

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

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

This text has shadow with #E8A19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A19C on black background.


Color preview on white background

This text has color #E8A19C on white background.



Black color preview on #E8A19C background

This text has black color on #E8A19C background.


White color preview on #E8A19C background

This text has white color on #E8A19C background.