COLOR #8E7E99

HEX: #8E7E99
RGB: (142,126,153)

Color info

#8E7E99 contains red, green and blue colors in about the same proportion. Web safe color of #8E7E99 is #996699 (or #969).

RGB color model

#8E7E99 color RGB value is (142,126,153).

  • red value is 142;
  • green value is 126;
  • blue value is 153.
RGB:
(142,126,153)
(56%,49%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 126 of 255 = 49%
B 153 of 255 = 60%

142
126
153

R + G + B ~ 55%. #8E7E99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 126 + 153 = 421 (100%)
R 142 of 421 ~ 33.73%
G 126 of 421 ~ 29.93%
B 153 of 421 ~ 36.34%

%33.73
%29.93
%36.34

CMYK color model

#8E7E99 color CMYK value is (7,18,0,40).

  • cyan value is 7.19%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(7,18,0,40)
C7M18Y0K40 
(7%,18%,0%,40%)
(0.07/0.18/0.00/0.40)	

CMYK percentages

%7.19
%17.65
%0
%40

Codes

Color #8E7E99 in popluar color models

8E7E99
RGB142126153
HSL276°11.69%54.71%
HSB/HSV276°17.65%60.00%
CMYK7.19%17.65%0.00%
40.00%

Color #8E7E99 in popluar number systems.

HEX8E7E99
Decimal142126153
Binary10001110111111010011001
Octal216176231

Shades and tints

Shades of #8E7E99

#8E7E99
(142,126,153)
#82738C
(130,115,140)
#76687F
(118,104,127)
#6A5D72
(106,93,114)
#5E5265
(94,82,101)
#524758
(82,71,88)
#463C4B
(70,60,75)
#3A313E
(58,49,62)
#2E2631
(46,38,49)
#221B24
(34,27,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #8E7E99

#8E7E99
(142,126,153)
#9889A2
(152,137,162)
#A294AB
(162,148,171)
#AC9FB4
(172,159,180)
#B6AABD
(182,170,189)
#C0B5C6
(192,181,198)
#CAC0CF
(202,192,207)
#D4CBD8
(212,203,216)
#DED6E1
(222,214,225)
#E8E1EA
(232,225,234)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7E99 color. Also use rgb(142,126,153) instead hex code.

Text Font Color

.myTextColor { color: #8E7E99; }

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

This text font color is #8E7E99.


Background Color

.myBgColor { background-color: #8E7E99; }

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

This div background color is #8E7E99.


Border color

.myBorderColor { border: 1px solid #8E7E99; }

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

This div border color is #8E7E99.


Opacity

.myOpacity80 { color: #8E7E99; opacity: 0.8; }

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

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

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

This text has shadow with #8E7E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7E99 on black background.


Color preview on white background

This text has color #8E7E99 on white background.



Black color preview on #8E7E99 background

This text has black color on #8E7E99 background.


White color preview on #8E7E99 background

This text has white color on #8E7E99 background.