COLOR #8E798E

HEX: #8E798E
RGB: (142,121,142)

Color info

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

RGB color model

#8E798E color RGB value is (142,121,142).

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

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 142 of 255 = 56%

142
121
142

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 142 = 405 (100%)
R 142 of 405 ~ 35.06%
G 121 of 405 ~ 29.88%
B 142 of 405 ~ 35.06%

%35.06
%29.88
%35.06

CMYK color model

#8E798E color CMYK value is (0,15,0,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(0,15,0,44)
C0M15Y0K44 
(0%,15%,0%,44%)
(0.00/0.15/0.00/0.44)	

CMYK percentages

%0
%14.79
%0
%44.31

Codes

Color #8E798E in popluar color models

8E798E
RGB142121142
HSL300°8.50%51.57%
HSB/HSV300°14.79%55.69%
CMYK0.00%14.79%0.00%
44.31%

Color #8E798E in popluar number systems.

HEX8E798E
Decimal142121142
Binary10001110111100110001110
Octal216171216

Shades and tints

Shades of #8E798E

#8E798E
(142,121,142)
#826E82
(130,110,130)
#766376
(118,99,118)
#6A586A
(106,88,106)
#5E4D5E
(94,77,94)
#524252
(82,66,82)
#463746
(70,55,70)
#3A2C3A
(58,44,58)
#2E212E
(46,33,46)
#221622
(34,22,34)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #8E798E

#8E798E
(142,121,142)
#988598
(152,133,152)
#A291A2
(162,145,162)
#AC9DAC
(172,157,172)
#B6A9B6
(182,169,182)
#C0B5C0
(192,181,192)
#CAC1CA
(202,193,202)
#D4CDD4
(212,205,212)
#DED9DE
(222,217,222)
#E8E5E8
(232,229,232)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E798E; }

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

This text font color is #8E798E.


Background Color

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

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

This div background color is #8E798E.


Border color

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

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

This div border color is #8E798E.


Opacity

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

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

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

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

This text has shadow with #8E798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E798E on black background.


Color preview on white background

This text has color #8E798E on white background.



Black color preview on #8E798E background

This text has black color on #8E798E background.


White color preview on #8E798E background

This text has white color on #8E798E background.