COLOR #8E958D

HEX: #8E958D
RGB: (142,149,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
149
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 141 = 432 (100%)
R 142 of 432 ~ 32.87%
G 149 of 432 ~ 34.49%
B 141 of 432 ~ 32.64%

%32.87
%34.49
%32.64

CMYK color model

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

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • 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
%5.37
%41.57

Codes

Color #8E958D in popluar color models

8E958D
RGB142149141
HSL113°3.64%56.86%
HSB/HSV113°5.37%58.43%
CMYK4.70%0.00%5.37%
41.57%

Color #8E958D in popluar number systems.

HEX8E958D
Decimal142149141
Binary100011101001010110001101
Octal216225215

Shades and tints

Shades of #8E958D

#8E958D
(142,149,141)
#828881
(130,136,129)
#767B75
(118,123,117)
#6A6E69
(106,110,105)
#5E615D
(94,97,93)
#525451
(82,84,81)
#464745
(70,71,69)
#3A3A39
(58,58,57)
#2E2D2D
(46,45,45)
#222021
(34,32,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #8E958D

#8E958D
(142,149,141)
#989E97
(152,158,151)
#A2A7A1
(162,167,161)
#ACB0AB
(172,176,171)
#B6B9B5
(182,185,181)
#C0C2BF
(192,194,191)
#CACBC9
(202,203,201)
#D4D4D3
(212,212,211)
#DEDDDD
(222,221,221)
#E8E6E7
(232,230,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E958D; }

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

This text font color is #8E958D.


Background Color

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

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

This div background color is #8E958D.


Border color

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

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

This div border color is #8E958D.


Opacity

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

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

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

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

This text has shadow with #8E958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E958D on black background.


Color preview on white background

This text has color #8E958D on white background.



Black color preview on #8E958D background

This text has black color on #8E958D background.


White color preview on #8E958D background

This text has white color on #8E958D background.