COLOR #8E828E

HEX: #8E828E
RGB: (142,130,142)

Color info

#8E828E contains red, green and blue colors in about the same proportion. Web safe color of #8E828E is #999999 (or #999).

RGB color model

#8E828E color RGB value is (142,130,142).

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

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 142 of 255 = 56%

142
130
142

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 142 = 414 (100%)
R 142 of 414 ~ 34.3%
G 130 of 414 ~ 31.4%
B 142 of 414 ~ 34.3%

%34.3
%31.4
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(0,8,0,44)
C0M8Y0K44 
(0%,8%,0%,44%)
(0.00/0.08/0.00/0.44)	

CMYK percentages

%0
%8.45
%0
%44.31

Codes

Color #8E828E in popluar color models

8E828E
RGB142130142
HSL300°5.04%53.33%
HSB/HSV300°8.45%55.69%
CMYK0.00%8.45%0.00%
44.31%

Color #8E828E in popluar number systems.

HEX8E828E
Decimal142130142
Binary100011101000001010001110
Octal216202216

Shades and tints

Shades of #8E828E

#8E828E
(142,130,142)
#827782
(130,119,130)
#766C76
(118,108,118)
#6A616A
(106,97,106)
#5E565E
(94,86,94)
#524B52
(82,75,82)
#464046
(70,64,70)
#3A353A
(58,53,58)
#2E2A2E
(46,42,46)
#221F22
(34,31,34)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #8E828E

#8E828E
(142,130,142)
#988D98
(152,141,152)
#A298A2
(162,152,162)
#ACA3AC
(172,163,172)
#B6AEB6
(182,174,182)
#C0B9C0
(192,185,192)
#CAC4CA
(202,196,202)
#D4CFD4
(212,207,212)
#DEDADE
(222,218,222)
#E8E5E8
(232,229,232)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E828E; }

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

This text font color is #8E828E.


Background Color

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

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

This div background color is #8E828E.


Border color

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

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

This div border color is #8E828E.


Opacity

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

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

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

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

This text has shadow with #8E828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E828E on black background.


Color preview on white background

This text has color #8E828E on white background.



Black color preview on #8E828E background

This text has black color on #8E828E background.


White color preview on #8E828E background

This text has white color on #8E828E background.