COLOR #8B898E

HEX: #8B898E
RGB: (139,137,142)

Color info

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

RGB color model

#8B898E color RGB value is (139,137,142).

  • red value is 139;
  • green value is 137;
  • blue value is 142.
RGB:
(139,137,142)
(55%,54%,56%)

RGB channels and saturation

R 139 of 255 = 55%
G 137 of 255 = 54%
B 142 of 255 = 56%

139
137
142

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

Portions of RGB colors in percentages

R + G + B =
139 + 137 + 142 = 418 (100%)
R 139 of 418 ~ 33.25%
G 137 of 418 ~ 32.78%
B 142 of 418 ~ 33.97%

%33.25
%32.78
%33.97

CMYK color model

#8B898E color CMYK value is (2,4,0,44).

  • cyan value is 2.11%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(2,4,0,44)
C2M4Y0K44 
(2%,4%,0%,44%)
(0.02/0.04/0.00/0.44)	

CMYK percentages

%2.11
%3.52
%0
%44.31

Codes

Color #8B898E in popluar color models

8B898E
RGB139137142
HSL264°2.16%54.71%
HSB/HSV264°3.52%55.69%
CMYK2.11%3.52%0.00%
44.31%

Color #8B898E in popluar number systems.

HEX8B898E
Decimal139137142
Binary100010111000100110001110
Octal213211216

Shades and tints

Shades of #8B898E

#8B898E
(139,137,142)
#7F7D82
(127,125,130)
#737176
(115,113,118)
#67656A
(103,101,106)
#5B595E
(91,89,94)
#4F4D52
(79,77,82)
#434146
(67,65,70)
#37353A
(55,53,58)
#2B292E
(43,41,46)
#1F1D22
(31,29,34)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #8B898E

#8B898E
(139,137,142)
#959398
(149,147,152)
#9F9DA2
(159,157,162)
#A9A7AC
(169,167,172)
#B3B1B6
(179,177,182)
#BDBBC0
(189,187,192)
#C7C5CA
(199,197,202)
#D1CFD4
(209,207,212)
#DBD9DE
(219,217,222)
#E5E3E8
(229,227,232)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B898E; }

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

This text font color is #8B898E.


Background Color

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

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

This div background color is #8B898E.


Border color

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

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

This div border color is #8B898E.


Opacity

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

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

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

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

This text has shadow with #8B898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B898E on black background.


Color preview on white background

This text has color #8B898E on white background.



Black color preview on #8B898E background

This text has black color on #8B898E background.


White color preview on #8B898E background

This text has white color on #8B898E background.