COLOR #8B989D

HEX: #8B989D RGB: (139,152,157)

Color info

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

RGB color model

#8B989D color RGB value is (139,152,157).

RGB: (139,152,157) (55%, 60%, 62%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 157 of 255 = 62%

139
152
157

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

Portions of RGB colors in percentages

R + G + B = 139 + 152 + 157 = 448 (100%)
R 139 of 448 ~ 31.03%
G 152 of 448 ~ 33.93%
B 157 of 448 ~ 35.04'%

%31.03
%33.93
%35.04

CMYK color model

#8B989D color CMYK value is (11,3,0,38).

  • cyan value is 11.46%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (11,3,0,38)
C11M3Y0K38 (11%, 3%, 0%, 38%)
(0.11 / 0.03 / 0.00 / 0.38)

CMYK percentages

%11.46
%3.18
%0
%38.43

Codes

Color #8B989D in popluar color models

8B 98 9D
RGB 139 152 157
HSL 197° 8.41% 58.04%
HSB/HSV 197° 11.46% 61.57%
CMYK 11.46% 3.18% 0.00%
38.43%

Color #8B989D in popluar number systems.

HEX 8B 98 9D
Decimal 139 152 157
Binary 10001011 10011000 10011101
Octal 213 230 235

Shades and tints

Shades of #8B989D

#8B989D
(139,152,157)
#7F8B8F
(127,139,143)
#737E81
(115,126,129)
#677173
(103,113,115)
#5B6465
(91,100,101)
#4F5757
(79,87,87)
#434A49
(67,74,73)
#373D3B
(55,61,59)
#2B302D
(43,48,45)
#1F231F
(31,35,31)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #8B989D

#8B989D
(139,152,157)
#95A1A5
(149,161,165)
#9FAAAD
(159,170,173)
#A9B3B5
(169,179,181)
#B3BCBD
(179,188,189)
#BDC5C5
(189,197,197)
#C7CECD
(199,206,205)
#D1D7D5
(209,215,213)
#DBE0DD
(219,224,221)
#E5E9E5
(229,233,229)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B989D; }

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

This text font color is #8B989D.

Background Color

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

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

This div background color is #8B989D.

Border color

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

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

This div border color is #8B989D.

Opacity

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

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

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

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

This text has shadow with #8B989D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B989D.

Preview

Color preview on black background

This text has color #8B989D on black background.


Color preview on white background

This text has color #8B989D on white background.


Black color preview on #8B989D background

This text has black color on #8B989D background.


White color preview on #8B989D background

This text has white color on #8B989D background.


Related colors

Complementary color

Complementary color for #hex is #746762.


I love getcolorcode.com

Triadic colors

1 #9D8B98 and #989D8B with #8B989D are triadic colors.

2 #9D988B and #988B9D with #8B989D are triadic colors.