COLOR #8E9A8E

HEX: #8E9A8E
RGB: (142,154,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
154
142

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

Portions of RGB colors in percentages

R + G + B =
142 + 154 + 142 = 438 (100%)
R 142 of 438 ~ 32.42%
G 154 of 438 ~ 35.16%
B 142 of 438 ~ 32.42%

%32.42
%35.16
%32.42

CMYK color model

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

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

CMYK percentages

%7.79
%0
%7.79
%39.61

Codes

Color #8E9A8E in popluar color models

8E9A8E
RGB142154142
HSL120°5.61%58.04%
HSB/HSV120°7.79%60.39%
CMYK7.79%0.00%7.79%
39.61%

Color #8E9A8E in popluar number systems.

HEX8E9A8E
Decimal142154142
Binary100011101001101010001110
Octal216232216

Shades and tints

Shades of #8E9A8E

#8E9A8E
(142,154,142)
#828C82
(130,140,130)
#767E76
(118,126,118)
#6A706A
(106,112,106)
#5E625E
(94,98,94)
#525452
(82,84,82)
#464646
(70,70,70)
#3A383A
(58,56,58)
#2E2A2E
(46,42,46)
#221C22
(34,28,34)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #8E9A8E

#8E9A8E
(142,154,142)
#98A398
(152,163,152)
#A2ACA2
(162,172,162)
#ACB5AC
(172,181,172)
#B6BEB6
(182,190,182)
#C0C7C0
(192,199,192)
#CAD0CA
(202,208,202)
#D4D9D4
(212,217,212)
#DEE2DE
(222,226,222)
#E8EBE8
(232,235,232)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9A8E; }

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

This text font color is #8E9A8E.


Background Color

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

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

This div background color is #8E9A8E.


Border color

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

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

This div border color is #8E9A8E.


Opacity

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

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

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

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

This text has shadow with #8E9A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9A8E on black background.


Color preview on white background

This text has color #8E9A8E on white background.



Black color preview on #8E9A8E background

This text has black color on #8E9A8E background.


White color preview on #8E9A8E background

This text has white color on #8E9A8E background.