COLOR #8E7A8E

HEX: #8E7A8E
RGB: (142,122,142)

Color info

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

RGB color model

#8E7A8E color RGB value is (142,122,142).

  • red value is 142;
  • green value is 122;
  • blue value is 142.
RGB:
(142,122,142)
(56%,48%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 142 of 255 = 56%

142
122
142

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

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 142 = 406 (100%)
R 142 of 406 ~ 34.98%
G 122 of 406 ~ 30.05%
B 142 of 406 ~ 34.98%

%34.98
%30.05
%34.98

CMYK color model

#8E7A8E color CMYK value is (0,14,0,44).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(0,14,0,44)
C0M14Y0K44 
(0%,14%,0%,44%)
(0.00/0.14/0.00/0.44)	

CMYK percentages

%0
%14.08
%0
%44.31

Codes

Color #8E7A8E in popluar color models

8E7A8E
RGB142122142
HSL300°8.13%51.76%
HSB/HSV300°14.08%55.69%
CMYK0.00%14.08%0.00%
44.31%

Color #8E7A8E in popluar number systems.

HEX8E7A8E
Decimal142122142
Binary10001110111101010001110
Octal216172216

Shades and tints

Shades of #8E7A8E

#8E7A8E
(142,122,142)
#826F82
(130,111,130)
#766476
(118,100,118)
#6A596A
(106,89,106)
#5E4E5E
(94,78,94)
#524352
(82,67,82)
#463846
(70,56,70)
#3A2D3A
(58,45,58)
#2E222E
(46,34,46)
#221722
(34,23,34)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #8E7A8E

#8E7A8E
(142,122,142)
#988698
(152,134,152)
#A292A2
(162,146,162)
#AC9EAC
(172,158,172)
#B6AAB6
(182,170,182)
#C0B6C0
(192,182,192)
#CAC2CA
(202,194,202)
#D4CED4
(212,206,212)
#DEDADE
(222,218,222)
#E8E6E8
(232,230,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7A8E; }

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

This text font color is #8E7A8E.


Background Color

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

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

This div background color is #8E7A8E.


Border color

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

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

This div border color is #8E7A8E.


Opacity

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

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

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

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

This text has shadow with #8E7A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7A8E on black background.


Color preview on white background

This text has color #8E7A8E on white background.



Black color preview on #8E7A8E background

This text has black color on #8E7A8E background.


White color preview on #8E7A8E background

This text has white color on #8E7A8E background.