COLOR #E8979D

HEX: #E8979D
RGB: (232,151,157)

Color info

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

RGB color model

#E8979D color RGB value is (232,151,157).

  • red value is 232;
  • green value is 151;
  • blue value is 157.
RGB:
(232,151,157)
(91%,59%,62%)

RGB channels and saturation

R 232 of 255 = 91%
G 151 of 255 = 59%
B 157 of 255 = 62%

232
151
157

R + G + B ~ 71%. #E8979D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 151 + 157 = 540 (100%)
R 232 of 540 ~ 42.96%
G 151 of 540 ~ 27.96%
B 157 of 540 ~ 29.07%

%42.96
%27.96
%29.07

CMYK color model

#E8979D color CMYK value is (0,35,32,9).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 32.33%
  • key color value is 9.02%
CMYK:
(0,35,32,9)
C0M35Y32K9 
(0%,35%,32%,9%)
(0.00/0.35/0.32/0.09)	

CMYK percentages

%0
%34.91
%32.33
%9.02

Codes

Color #E8979D in popluar color models

E8979D
RGB232151157
HSL356°63.78%75.10%
HSB/HSV356°34.91%90.98%
CMYK0.00%34.91%32.33%
9.02%

Color #E8979D in popluar number systems.

HEXE8979D
Decimal232151157
Binary111010001001011110011101
Octal350227235

Shades and tints

Shades of #E8979D

#E8979D
(232,151,157)
#D38A8F
(211,138,143)
#BE7D81
(190,125,129)
#A97073
(169,112,115)
#946365
(148,99,101)
#7F5657
(127,86,87)
#6A4949
(106,73,73)
#553C3B
(85,60,59)
#402F2D
(64,47,45)
#2B221F
(43,34,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #E8979D

#E8979D
(232,151,157)
#EAA0A5
(234,160,165)
#ECA9AD
(236,169,173)
#EEB2B5
(238,178,181)
#F0BBBD
(240,187,189)
#F2C4C5
(242,196,197)
#F4CDCD
(244,205,205)
#F6D6D5
(246,214,213)
#F8DFDD
(248,223,221)
#FAE8E5
(250,232,229)
#FCF1ED
(252,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8979D color. Also use rgb(232,151,157) instead hex code.

Text Font Color

.myTextColor { color: #E8979D; }

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

This text font color is #E8979D.


Background Color

.myBgColor { background-color: #E8979D; }

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

This div background color is #E8979D.


Border color

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

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

This div border color is #E8979D.


Opacity

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

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

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

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

This text has shadow with #E8979D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8979D on black background.


Color preview on white background

This text has color #E8979D on white background.



Black color preview on #E8979D background

This text has black color on #E8979D background.


White color preview on #E8979D background

This text has white color on #E8979D background.