COLOR #8B868D

HEX: #8B868D
RGB: (139,134,141)

Color info

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

RGB color model

#8B868D color RGB value is (139,134,141).

  • red value is 139;
  • green value is 134;
  • blue value is 141.
RGB:
(139,134,141)
(55%,53%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 134 of 255 = 53%
B 141 of 255 = 55%

139
134
141

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

Portions of RGB colors in percentages

R + G + B =
139 + 134 + 141 = 414 (100%)
R 139 of 414 ~ 33.57%
G 134 of 414 ~ 32.37%
B 141 of 414 ~ 34.06%

%33.57
%32.37
%34.06

CMYK color model

#8B868D color CMYK value is (1,5,0,45).

  • cyan value is 1.42%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(1,5,0,45)
C1M5Y0K45 
(1%,5%,0%,45%)
(0.01/0.05/0.00/0.45)	

CMYK percentages

%1.42
%4.96
%0
%44.71

Codes

Color #8B868D in popluar color models

8B868D
RGB139134141
HSL283°2.98%53.92%
HSB/HSV283°4.96%55.29%
CMYK1.42%4.96%0.00%
44.71%

Color #8B868D in popluar number systems.

HEX8B868D
Decimal139134141
Binary100010111000011010001101
Octal213206215

Shades and tints

Shades of #8B868D

#8B868D
(139,134,141)
#7F7A81
(127,122,129)
#736E75
(115,110,117)
#676269
(103,98,105)
#5B565D
(91,86,93)
#4F4A51
(79,74,81)
#433E45
(67,62,69)
#373239
(55,50,57)
#2B262D
(43,38,45)
#1F1A21
(31,26,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #8B868D

#8B868D
(139,134,141)
#959197
(149,145,151)
#9F9CA1
(159,156,161)
#A9A7AB
(169,167,171)
#B3B2B5
(179,178,181)
#BDBDBF
(189,189,191)
#C7C8C9
(199,200,201)
#D1D3D3
(209,211,211)
#DBDEDD
(219,222,221)
#E5E9E7
(229,233,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B868D color. Also use rgb(139,134,141) instead hex code.

Text Font Color

.myTextColor { color: #8B868D; }

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

This text font color is #8B868D.


Background Color

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

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

This div background color is #8B868D.


Border color

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

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

This div border color is #8B868D.


Opacity

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

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

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

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

This text has shadow with #8B868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B868D on black background.


Color preview on white background

This text has color #8B868D on white background.



Black color preview on #8B868D background

This text has black color on #8B868D background.


White color preview on #8B868D background

This text has white color on #8B868D background.