COLOR #8D959E

HEX: #8D959E
RGB: (141,149,158)

Color info

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

RGB color model

#8D959E color RGB value is (141,149,158).

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

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 158 of 255 = 62%

141
149
158

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

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 158 = 448 (100%)
R 141 of 448 ~ 31.47%
G 149 of 448 ~ 33.26%
B 158 of 448 ~ 35.27%

%31.47
%33.26
%35.27

CMYK color model

#8D959E color CMYK value is (11,6,0,38).

  • cyan value is 10.76%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,6,0,38)
C11M6Y0K38 
(11%,6%,0%,38%)
(0.11/0.06/0.00/0.38)	

CMYK percentages

%10.76
%5.7
%0
%38.04

Codes

Color #8D959E in popluar color models

8D959E
RGB141149158
HSL212°8.06%58.63%
HSB/HSV212°10.76%61.96%
CMYK10.76%5.70%0.00%
38.04%

Color #8D959E in popluar number systems.

HEX8D959E
Decimal141149158
Binary100011011001010110011110
Octal215225236

Shades and tints

Shades of #8D959E

#8D959E
(141,149,158)
#818890
(129,136,144)
#757B82
(117,123,130)
#696E74
(105,110,116)
#5D6166
(93,97,102)
#515458
(81,84,88)
#45474A
(69,71,74)
#393A3C
(57,58,60)
#2D2D2E
(45,45,46)
#212020
(33,32,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #8D959E

#8D959E
(141,149,158)
#979EA6
(151,158,166)
#A1A7AE
(161,167,174)
#ABB0B6
(171,176,182)
#B5B9BE
(181,185,190)
#BFC2C6
(191,194,198)
#C9CBCE
(201,203,206)
#D3D4D6
(211,212,214)
#DDDDDE
(221,221,222)
#E7E6E6
(231,230,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D959E; }

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

This text font color is #8D959E.


Background Color

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

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

This div background color is #8D959E.


Border color

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

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

This div border color is #8D959E.


Opacity

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

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

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

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

This text has shadow with #8D959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D959E on black background.


Color preview on white background

This text has color #8D959E on white background.



Black color preview on #8D959E background

This text has black color on #8D959E background.


White color preview on #8D959E background

This text has white color on #8D959E background.