COLOR #8E718F

HEX: #8E718F
RGB: (142,113,143)

Color info

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

RGB color model

#8E718F color RGB value is (142,113,143).

  • red value is 142;
  • green value is 113;
  • blue value is 143.
RGB:
(142,113,143)
(56%,44%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 113 of 255 = 44%
B 143 of 255 = 56%

142
113
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 113 + 143 = 398 (100%)
R 142 of 398 ~ 35.68%
G 113 of 398 ~ 28.39%
B 143 of 398 ~ 35.93%

%35.68
%28.39
%35.93

CMYK color model

#8E718F color CMYK value is (1,21,0,44).

  • cyan value is 0.70%
  • magenta value is 20.98%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(1,21,0,44)
C1M21Y0K44 
(1%,21%,0%,44%)
(0.01/0.21/0.00/0.44)	

CMYK percentages

%0.7
%20.98
%0
%43.92

Codes

Color #8E718F in popluar color models

8E718F
RGB142113143
HSL298°11.81%50.20%
HSB/HSV298°20.98%56.08%
CMYK0.70%20.98%0.00%
43.92%

Color #8E718F in popluar number systems.

HEX8E718F
Decimal142113143
Binary10001110111000110001111
Octal216161217

Shades and tints

Shades of #8E718F

#8E718F
(142,113,143)
#826782
(130,103,130)
#765D75
(118,93,117)
#6A5368
(106,83,104)
#5E495B
(94,73,91)
#523F4E
(82,63,78)
#463541
(70,53,65)
#3A2B34
(58,43,52)
#2E2127
(46,33,39)
#22171A
(34,23,26)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #8E718F

#8E718F
(142,113,143)
#987D99
(152,125,153)
#A289A3
(162,137,163)
#AC95AD
(172,149,173)
#B6A1B7
(182,161,183)
#C0ADC1
(192,173,193)
#CAB9CB
(202,185,203)
#D4C5D5
(212,197,213)
#DED1DF
(222,209,223)
#E8DDE9
(232,221,233)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E718F color. Also use rgb(142,113,143) instead hex code.

Text Font Color

.myTextColor { color: #8E718F; }

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

This text font color is #8E718F.


Background Color

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

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

This div background color is #8E718F.


Border color

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

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

This div border color is #8E718F.


Opacity

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

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

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

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

This text has shadow with #8E718F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E718F on black background.


Color preview on white background

This text has color #8E718F on white background.



Black color preview on #8E718F background

This text has black color on #8E718F background.


White color preview on #8E718F background

This text has white color on #8E718F background.