COLOR #8B989B

HEX: #8B989B
RGB: (139,152,155)

Color info

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

RGB color model

#8B989B color RGB value is (139,152,155).

  • red value is 139;
  • green value is 152;
  • blue value is 155.
RGB:
(139,152,155)
(55%,60%,61%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 155 of 255 = 61%

139
152
155

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

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 155 = 446 (100%)
R 139 of 446 ~ 31.17%
G 152 of 446 ~ 34.08%
B 155 of 446 ~ 34.75%

%31.17
%34.08
%34.75

CMYK color model

#8B989B color CMYK value is (10,2,0,39).

  • cyan value is 10.32%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(10,2,0,39)
C10M2Y0K39 
(10%,2%,0%,39%)
(0.10/0.02/0.00/0.39)	

CMYK percentages

%10.32
%1.94
%0
%39.22

Codes

Color #8B989B in popluar color models

8B989B
RGB139152155
HSL191°7.41%57.65%
HSB/HSV191°10.32%60.78%
CMYK10.32%1.94%0.00%
39.22%

Color #8B989B in popluar number systems.

HEX8B989B
Decimal139152155
Binary100010111001100010011011
Octal213230233

Shades and tints

Shades of #8B989B

#8B989B
(139,152,155)
#7F8B8D
(127,139,141)
#737E7F
(115,126,127)
#677171
(103,113,113)
#5B6463
(91,100,99)
#4F5755
(79,87,85)
#434A47
(67,74,71)
#373D39
(55,61,57)
#2B302B
(43,48,43)
#1F231D
(31,35,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #8B989B

#8B989B
(139,152,155)
#95A1A4
(149,161,164)
#9FAAAD
(159,170,173)
#A9B3B6
(169,179,182)
#B3BCBF
(179,188,191)
#BDC5C8
(189,197,200)
#C7CED1
(199,206,209)
#D1D7DA
(209,215,218)
#DBE0E3
(219,224,227)
#E5E9EC
(229,233,236)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B989B; }

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

This text font color is #8B989B.


Background Color

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

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

This div background color is #8B989B.


Border color

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

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

This div border color is #8B989B.


Opacity

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

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

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

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

This text has shadow with #8B989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B989B on black background.


Color preview on white background

This text has color #8B989B on white background.



Black color preview on #8B989B background

This text has black color on #8B989B background.


White color preview on #8B989B background

This text has white color on #8B989B background.