COLOR #8B8A90

HEX: #8B8A90
RGB: (139,138,144)

Color info

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

RGB color model

#8B8A90 color RGB value is (139,138,144).

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

RGB channels and saturation

R 139 of 255 = 55%
G 138 of 255 = 54%
B 144 of 255 = 56%

139
138
144

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

Portions of RGB colors in percentages

R + G + B =
139 + 138 + 144 = 421 (100%)
R 139 of 421 ~ 33.02%
G 138 of 421 ~ 32.78%
B 144 of 421 ~ 34.2%

%33.02
%32.78
%34.2

CMYK color model

#8B8A90 color CMYK value is (3,4,0,44).

  • cyan value is 3.47%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,4,0,44)
C3M4Y0K44 
(3%,4%,0%,44%)
(0.03/0.04/0.00/0.44)	

CMYK percentages

%3.47
%4.17
%0
%43.53

Codes

Color #8B8A90 in popluar color models

8B8A90
RGB139138144
HSL250°2.63%55.29%
HSB/HSV250°4.17%56.47%
CMYK3.47%4.17%0.00%
43.53%

Color #8B8A90 in popluar number systems.

HEX8B8A90
Decimal139138144
Binary100010111000101010010000
Octal213212220

Shades and tints

Shades of #8B8A90

#8B8A90
(139,138,144)
#7F7E83
(127,126,131)
#737276
(115,114,118)
#676669
(103,102,105)
#5B5A5C
(91,90,92)
#4F4E4F
(79,78,79)
#434242
(67,66,66)
#373635
(55,54,53)
#2B2A28
(43,42,40)
#1F1E1B
(31,30,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #8B8A90

#8B8A90
(139,138,144)
#95949A
(149,148,154)
#9F9EA4
(159,158,164)
#A9A8AE
(169,168,174)
#B3B2B8
(179,178,184)
#BDBCC2
(189,188,194)
#C7C6CC
(199,198,204)
#D1D0D6
(209,208,214)
#DBDAE0
(219,218,224)
#E5E4EA
(229,228,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8A90; }

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

This text font color is #8B8A90.


Background Color

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

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

This div background color is #8B8A90.


Border color

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

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

This div border color is #8B8A90.


Opacity

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

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

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

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

This text has shadow with #8B8A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8A90 on black background.


Color preview on white background

This text has color #8B8A90 on white background.



Black color preview on #8B8A90 background

This text has black color on #8B8A90 background.


White color preview on #8B8A90 background

This text has white color on #8B8A90 background.