COLOR #8B8890

HEX: #8B8890
RGB: (139,136,144)

Color info

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

RGB color model

#8B8890 color RGB value is (139,136,144).

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

RGB channels and saturation

R 139 of 255 = 55%
G 136 of 255 = 53%
B 144 of 255 = 56%

139
136
144

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

Portions of RGB colors in percentages

R + G + B =
139 + 136 + 144 = 419 (100%)
R 139 of 419 ~ 33.17%
G 136 of 419 ~ 32.46%
B 144 of 419 ~ 34.37%

%33.17
%32.46
%34.37

CMYK color model

#8B8890 color CMYK value is (3,6,0,44).

  • cyan value is 3.47%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,6,0,44)
C3M6Y0K44 
(3%,6%,0%,44%)
(0.03/0.06/0.00/0.44)	

CMYK percentages

%3.47
%5.56
%0
%43.53

Codes

Color #8B8890 in popluar color models

8B8890
RGB139136144
HSL263°3.48%54.90%
HSB/HSV263°5.56%56.47%
CMYK3.47%5.56%0.00%
43.53%

Color #8B8890 in popluar number systems.

HEX8B8890
Decimal139136144
Binary100010111000100010010000
Octal213210220

Shades and tints

Shades of #8B8890

#8B8890
(139,136,144)
#7F7C83
(127,124,131)
#737076
(115,112,118)
#676469
(103,100,105)
#5B585C
(91,88,92)
#4F4C4F
(79,76,79)
#434042
(67,64,66)
#373435
(55,52,53)
#2B2828
(43,40,40)
#1F1C1B
(31,28,27)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B8890

#8B8890
(139,136,144)
#95929A
(149,146,154)
#9F9CA4
(159,156,164)
#A9A6AE
(169,166,174)
#B3B0B8
(179,176,184)
#BDBAC2
(189,186,194)
#C7C4CC
(199,196,204)
#D1CED6
(209,206,214)
#DBD8E0
(219,216,224)
#E5E2EA
(229,226,234)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8890; }

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

This text font color is #8B8890.


Background Color

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

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

This div background color is #8B8890.


Border color

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

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

This div border color is #8B8890.


Opacity

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

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

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

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

This text has shadow with #8B8890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8890 on black background.


Color preview on white background

This text has color #8B8890 on white background.



Black color preview on #8B8890 background

This text has black color on #8B8890 background.


White color preview on #8B8890 background

This text has white color on #8B8890 background.