COLOR #8B868B

HEX: #8B868B
RGB: (139,134,139)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
134
139

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

Portions of RGB colors in percentages

R + G + B =
139 + 134 + 139 = 412 (100%)
R 139 of 412 ~ 33.74%
G 134 of 412 ~ 32.52%
B 139 of 412 ~ 33.74%

%33.74
%32.52
%33.74

CMYK color model

#8B868B color CMYK value is (0,4,0,45).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(0,4,0,45)
C0M4Y0K45 
(0%,4%,0%,45%)
(0.00/0.04/0.00/0.45)	

CMYK percentages

%0
%3.6
%0
%45.49

Codes

Color #8B868B in popluar color models

8B868B
RGB139134139
HSL300°2.11%53.53%
HSB/HSV300°3.60%54.51%
CMYK0.00%3.60%0.00%
45.49%

Color #8B868B in popluar number systems.

HEX8B868B
Decimal139134139
Binary100010111000011010001011
Octal213206213

Shades and tints

Shades of #8B868B

#8B868B
(139,134,139)
#7F7A7F
(127,122,127)
#736E73
(115,110,115)
#676267
(103,98,103)
#5B565B
(91,86,91)
#4F4A4F
(79,74,79)
#433E43
(67,62,67)
#373237
(55,50,55)
#2B262B
(43,38,43)
#1F1A1F
(31,26,31)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #8B868B

#8B868B
(139,134,139)
#959195
(149,145,149)
#9F9C9F
(159,156,159)
#A9A7A9
(169,167,169)
#B3B2B3
(179,178,179)
#BDBDBD
(189,189,189)
#C7C8C7
(199,200,199)
#D1D3D1
(209,211,209)
#DBDEDB
(219,222,219)
#E5E9E5
(229,233,229)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B868B; }

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

This text font color is #8B868B.


Background Color

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

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

This div background color is #8B868B.


Border color

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

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

This div border color is #8B868B.


Opacity

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

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

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

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

This text has shadow with #8B868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B868B on black background.


Color preview on white background

This text has color #8B868B on white background.



Black color preview on #8B868B background

This text has black color on #8B868B background.


White color preview on #8B868B background

This text has white color on #8B868B background.