COLOR #8E7F9A

HEX: #8E7F9A
RGB: (142,127,154)

Color info

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

RGB color model

#8E7F9A color RGB value is (142,127,154).

  • red value is 142;
  • green value is 127;
  • blue value is 154.
RGB:
(142,127,154)
(56%,50%,60%)

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 154 of 255 = 60%

142
127
154

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 154 = 423 (100%)
R 142 of 423 ~ 33.57%
G 127 of 423 ~ 30.02%
B 154 of 423 ~ 36.41%

%33.57
%30.02
%36.41

CMYK color model

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

  • cyan value is 7.79%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(8,18,0,40)
C8M18Y0K40 
(8%,18%,0%,40%)
(0.08/0.18/0.00/0.40)	

CMYK percentages

%7.79
%17.53
%0
%39.61

Codes

Color #8E7F9A in popluar color models

8E7F9A
RGB142127154
HSL273°11.79%55.10%
HSB/HSV273°17.53%60.39%
CMYK7.79%17.53%0.00%
39.61%

Color #8E7F9A in popluar number systems.

HEX8E7F9A
Decimal142127154
Binary10001110111111110011010
Octal216177232

Shades and tints

Shades of #8E7F9A

#8E7F9A
(142,127,154)
#82748C
(130,116,140)
#76697E
(118,105,126)
#6A5E70
(106,94,112)
#5E5362
(94,83,98)
#524854
(82,72,84)
#463D46
(70,61,70)
#3A3238
(58,50,56)
#2E272A
(46,39,42)
#221C1C
(34,28,28)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #8E7F9A

#8E7F9A
(142,127,154)
#988AA3
(152,138,163)
#A295AC
(162,149,172)
#ACA0B5
(172,160,181)
#B6ABBE
(182,171,190)
#C0B6C7
(192,182,199)
#CAC1D0
(202,193,208)
#D4CCD9
(212,204,217)
#DED7E2
(222,215,226)
#E8E2EB
(232,226,235)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7F9A color. Also use rgb(142,127,154) instead hex code.

Text Font Color

.myTextColor { color: #8E7F9A; }

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

This text font color is #8E7F9A.


Background Color

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

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

This div background color is #8E7F9A.


Border color

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

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

This div border color is #8E7F9A.


Opacity

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

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

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

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

This text has shadow with #8E7F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7F9A on black background.


Color preview on white background

This text has color #8E7F9A on white background.



Black color preview on #8E7F9A background

This text has black color on #8E7F9A background.


White color preview on #8E7F9A background

This text has white color on #8E7F9A background.