COLOR #8B979A

HEX: #8B979A RGB: (139,151,154)

Color info

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

RGB color model

#8B979A color RGB value is (139,151,154).

RGB: (139,151,154) (55%, 59%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 154 of 255 = 60%

139
151
154

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

Portions of RGB colors in percentages

R + G + B = 139 + 151 + 154 = 444 (100%)
R 139 of 444 ~ 31.31%
G 151 of 444 ~ 34.01%
B 154 of 444 ~ 34.68'%

%31.31
%34.01
%34.68

CMYK color model

#8B979A color CMYK value is (10,2,0,40).

  • cyan value is 9.74%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (10,2,0,40)
C10M2Y0K40 (10%, 2%, 0%, 40%)
(0.10 / 0.02 / 0.00 / 0.40)

CMYK percentages

%9.74
%1.95
%0
%39.61

Codes

Color #8B979A in popluar color models

8B 97 9A
RGB 139 151 154
HSL 192° 6.91% 57.45%
HSB/HSV 192° 9.74% 60.39%
CMYK 9.74% 1.95% 0.00%
39.61%

Color #8B979A in popluar number systems.

HEX 8B 97 9A
Decimal 139 151 154
Binary 10001011 10010111 10011010
Octal 213 227 232

Shades and tints

Shades of #8B979A

#8B979A
(139,151,154)
#7F8A8C
(127,138,140)
#737D7E
(115,125,126)
#677070
(103,112,112)
#5B6362
(91,99,98)
#4F5654
(79,86,84)
#434946
(67,73,70)
#373C38
(55,60,56)
#2B2F2A
(43,47,42)
#1F221C
(31,34,28)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #8B979A

#8B979A
(139,151,154)
#95A0A3
(149,160,163)
#9FA9AC
(159,169,172)
#A9B2B5
(169,178,181)
#B3BBBE
(179,187,190)
#BDC4C7
(189,196,199)
#C7CDD0
(199,205,208)
#D1D6D9
(209,214,217)
#DBDFE2
(219,223,226)
#E5E8EB
(229,232,235)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B979A; }

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

This text font color is #8B979A.

Background Color

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

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

This div background color is #8B979A.

Border color

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

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

This div border color is #8B979A.

Opacity

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

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

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

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

This text has shadow with #8B979A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B979A.

Preview

Color preview on black background

This text has color #8B979A on black background.


Color preview on white background

This text has color #8B979A on white background.


Black color preview on #8B979A background

This text has black color on #8B979A background.


White color preview on #8B979A background

This text has white color on #8B979A background.


Related colors

Complementary color

Complementary color for #hex is #746865.


I love getcolorcode.com

Triadic colors

1 #9A8B97 and #979A8B with #8B979A are triadic colors.

2 #9A978B and #978B9A with #8B979A are triadic colors.