COLOR #8E958E

HEX: #8E958E
RGB: (142,149,142)

Color info

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

RGB color model

#8E958E color RGB value is (142,149,142).

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

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 142 of 255 = 56%

142
149
142

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 142 = 433 (100%)
R 142 of 433 ~ 32.79%
G 149 of 433 ~ 34.41%
B 142 of 433 ~ 32.79%

%32.79
%34.41
%32.79

CMYK color model

#8E958E color CMYK value is (5,0,5,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(5,0,5,42)
C5M0Y5K42 
(5%,0%,5%,42%)
(0.05/0.00/0.05/0.42)	

CMYK percentages

%4.7
%0
%4.7
%41.57

Codes

Color #8E958E in popluar color models

8E958E
RGB142149142
HSL120°3.20%57.06%
HSB/HSV120°4.70%58.43%
CMYK4.70%0.00%4.70%
41.57%

Color #8E958E in popluar number systems.

HEX8E958E
Decimal142149142
Binary100011101001010110001110
Octal216225216

Shades and tints

Shades of #8E958E

#8E958E
(142,149,142)
#828882
(130,136,130)
#767B76
(118,123,118)
#6A6E6A
(106,110,106)
#5E615E
(94,97,94)
#525452
(82,84,82)
#464746
(70,71,70)
#3A3A3A
(58,58,58)
#2E2D2E
(46,45,46)
#222022
(34,32,34)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8E958E

#8E958E
(142,149,142)
#989E98
(152,158,152)
#A2A7A2
(162,167,162)
#ACB0AC
(172,176,172)
#B6B9B6
(182,185,182)
#C0C2C0
(192,194,192)
#CACBCA
(202,203,202)
#D4D4D4
(212,212,212)
#DEDDDE
(222,221,222)
#E8E6E8
(232,230,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E958E; }

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

This text font color is #8E958E.


Background Color

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

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

This div background color is #8E958E.


Border color

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

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

This div border color is #8E958E.


Opacity

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

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

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

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

This text has shadow with #8E958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E958E on black background.


Color preview on white background

This text has color #8E958E on white background.



Black color preview on #8E958E background

This text has black color on #8E958E background.


White color preview on #8E958E background

This text has white color on #8E958E background.