COLOR #8E958F

HEX: #8E958F
RGB: (142,149,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
149
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 143 = 434 (100%)
R 142 of 434 ~ 32.72%
G 149 of 434 ~ 34.33%
B 143 of 434 ~ 32.95%

%32.72
%34.33
%32.95

CMYK color model

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

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

CMYK percentages

%4.7
%0
%4.03
%41.57

Codes

Color #8E958F in popluar color models

8E958F
RGB142149143
HSL129°3.20%57.06%
HSB/HSV129°4.70%58.43%
CMYK4.70%0.00%4.03%
41.57%

Color #8E958F in popluar number systems.

HEX8E958F
Decimal142149143
Binary100011101001010110001111
Octal216225217

Shades and tints

Shades of #8E958F

#8E958F
(142,149,143)
#828882
(130,136,130)
#767B75
(118,123,117)
#6A6E68
(106,110,104)
#5E615B
(94,97,91)
#52544E
(82,84,78)
#464741
(70,71,65)
#3A3A34
(58,58,52)
#2E2D27
(46,45,39)
#22201A
(34,32,26)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #8E958F

#8E958F
(142,149,143)
#989E99
(152,158,153)
#A2A7A3
(162,167,163)
#ACB0AD
(172,176,173)
#B6B9B7
(182,185,183)
#C0C2C1
(192,194,193)
#CACBCB
(202,203,203)
#D4D4D5
(212,212,213)
#DEDDDF
(222,221,223)
#E8E6E9
(232,230,233)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E958F; }

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

This text font color is #8E958F.


Background Color

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

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

This div background color is #8E958F.


Border color

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

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

This div border color is #8E958F.


Opacity

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

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

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

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

This text has shadow with #8E958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E958F on black background.


Color preview on white background

This text has color #8E958F on white background.



Black color preview on #8E958F background

This text has black color on #8E958F background.


White color preview on #8E958F background

This text has white color on #8E958F background.