COLOR #E89380

HEX: #E89380
RGB: (232,147,128)

Color info

#E89380 contains mainly red color. Web safe color of #E89380 is #FF9966 (or #F96).

RGB color model

#E89380 color RGB value is (232,147,128).

  • red value is 232;
  • green value is 147;
  • blue value is 128.
RGB:
(232,147,128)
(91%,58%,50%)

RGB channels and saturation

R 232 of 255 = 91%
G 147 of 255 = 58%
B 128 of 255 = 50%

232
147
128

R + G + B ~ 66%. #E89380 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 147 + 128 = 507 (100%)
R 232 of 507 ~ 45.76%
G 147 of 507 ~ 28.99%
B 128 of 507 ~ 25.25%

%45.76
%28.99
%25.25

CMYK color model

#E89380 color CMYK value is (0,37,45,9).

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 44.83%
  • key color value is 9.02%
CMYK:
(0,37,45,9)
C0M37Y45K9 
(0%,37%,45%,9%)
(0.00/0.37/0.45/0.09)	

CMYK percentages

%0
%36.64
%44.83
%9.02

Codes

Color #E89380 in popluar color models

E89380
RGB232147128
HSL11°69.33%70.59%
HSB/HSV11°44.83%90.98%
CMYK0.00%36.64%44.83%
9.02%

Color #E89380 in popluar number systems.

HEXE89380
Decimal232147128
Binary111010001001001110000000
Octal350223200

Shades and tints

Shades of #E89380

#E89380
(232,147,128)
#D38675
(211,134,117)
#BE796A
(190,121,106)
#A96C5F
(169,108,95)
#945F54
(148,95,84)
#7F5249
(127,82,73)
#6A453E
(106,69,62)
#553833
(85,56,51)
#402B28
(64,43,40)
#2B1E1D
(43,30,29)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #E89380

#E89380
(232,147,128)
#EA9C8B
(234,156,139)
#ECA596
(236,165,150)
#EEAEA1
(238,174,161)
#F0B7AC
(240,183,172)
#F2C0B7
(242,192,183)
#F4C9C2
(244,201,194)
#F6D2CD
(246,210,205)
#F8DBD8
(248,219,216)
#FAE4E3
(250,228,227)
#FCEDEE
(252,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89380 color. Also use rgb(232,147,128) instead hex code.

Text Font Color

.myTextColor { color: #E89380; }

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

This text font color is #E89380.


Background Color

.myBgColor { background-color: #E89380; }

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

This div background color is #E89380.


Border color

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

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

This div border color is #E89380.


Opacity

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

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

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

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

This text has shadow with #E89380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89380 on black background.


Color preview on white background

This text has color #E89380 on white background.



Black color preview on #E89380 background

This text has black color on #E89380 background.


White color preview on #E89380 background

This text has white color on #E89380 background.