COLOR #8E959C

HEX: #8E959C
RGB: (142,149,156)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
149
156

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 156 = 447 (100%)
R 142 of 447 ~ 31.77%
G 149 of 447 ~ 33.33%
B 156 of 447 ~ 34.9%

%31.77
%33.33
%34.9

CMYK color model

#8E959C color CMYK value is (9,4,0,39).

  • cyan value is 8.97%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(9,4,0,39)
C9M4Y0K39 
(9%,4%,0%,39%)
(0.09/0.04/0.00/0.39)	

CMYK percentages

%8.97
%4.49
%0
%38.82

Codes

Color #8E959C in popluar color models

8E959C
RGB142149156
HSL210°6.60%58.43%
HSB/HSV210°8.97%61.18%
CMYK8.97%4.49%0.00%
38.82%

Color #8E959C in popluar number systems.

HEX8E959C
Decimal142149156
Binary100011101001010110011100
Octal216225234

Shades and tints

Shades of #8E959C

#8E959C
(142,149,156)
#82888E
(130,136,142)
#767B80
(118,123,128)
#6A6E72
(106,110,114)
#5E6164
(94,97,100)
#525456
(82,84,86)
#464748
(70,71,72)
#3A3A3A
(58,58,58)
#2E2D2C
(46,45,44)
#22201E
(34,32,30)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #8E959C

#8E959C
(142,149,156)
#989EA5
(152,158,165)
#A2A7AE
(162,167,174)
#ACB0B7
(172,176,183)
#B6B9C0
(182,185,192)
#C0C2C9
(192,194,201)
#CACBD2
(202,203,210)
#D4D4DB
(212,212,219)
#DEDDE4
(222,221,228)
#E8E6ED
(232,230,237)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E959C; }

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

This text font color is #8E959C.


Background Color

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

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

This div background color is #8E959C.


Border color

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

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

This div border color is #8E959C.


Opacity

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

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

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

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

This text has shadow with #8E959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E959C on black background.


Color preview on white background

This text has color #8E959C on white background.



Black color preview on #8E959C background

This text has black color on #8E959C background.


White color preview on #8E959C background

This text has white color on #8E959C background.