COLOR #8B8A99

HEX: #8B8A99
RGB: (139,138,153)

Color info

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

RGB color model

#8B8A99 color RGB value is (139,138,153).

  • red value is 139;
  • green value is 138;
  • blue value is 153.
RGB:
(139,138,153)
(55%,54%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 138 of 255 = 54%
B 153 of 255 = 60%

139
138
153

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

Portions of RGB colors in percentages

R + G + B =
139 + 138 + 153 = 430 (100%)
R 139 of 430 ~ 32.33%
G 138 of 430 ~ 32.09%
B 153 of 430 ~ 35.58%

%32.33
%32.09
%35.58

CMYK color model

#8B8A99 color CMYK value is (9,10,0,40).

  • cyan value is 9.15%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(9,10,0,40)
C9M10Y0K40 
(9%,10%,0%,40%)
(0.09/0.10/0.00/0.40)	

CMYK percentages

%9.15
%9.8
%0
%40

Codes

Color #8B8A99 in popluar color models

8B8A99
RGB139138153
HSL244°6.85%57.06%
HSB/HSV244°9.80%60.00%
CMYK9.15%9.80%0.00%
40.00%

Color #8B8A99 in popluar number systems.

HEX8B8A99
Decimal139138153
Binary100010111000101010011001
Octal213212231

Shades and tints

Shades of #8B8A99

#8B8A99
(139,138,153)
#7F7E8C
(127,126,140)
#73727F
(115,114,127)
#676672
(103,102,114)
#5B5A65
(91,90,101)
#4F4E58
(79,78,88)
#43424B
(67,66,75)
#37363E
(55,54,62)
#2B2A31
(43,42,49)
#1F1E24
(31,30,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #8B8A99

#8B8A99
(139,138,153)
#9594A2
(149,148,162)
#9F9EAB
(159,158,171)
#A9A8B4
(169,168,180)
#B3B2BD
(179,178,189)
#BDBCC6
(189,188,198)
#C7C6CF
(199,198,207)
#D1D0D8
(209,208,216)
#DBDAE1
(219,218,225)
#E5E4EA
(229,228,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8A99; }

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

This text font color is #8B8A99.


Background Color

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

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

This div background color is #8B8A99.


Border color

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

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

This div border color is #8B8A99.


Opacity

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

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

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

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

This text has shadow with #8B8A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8A99 on black background.


Color preview on white background

This text has color #8B8A99 on white background.



Black color preview on #8B8A99 background

This text has black color on #8B8A99 background.


White color preview on #8B8A99 background

This text has white color on #8B8A99 background.