COLOR #8B8493

HEX: #8B8493
RGB: (139,132,147)

Color info

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

RGB color model

#8B8493 color RGB value is (139,132,147).

  • red value is 139;
  • green value is 132;
  • blue value is 147.
RGB:
(139,132,147)
(55%,52%,58%)

RGB channels and saturation

R 139 of 255 = 55%
G 132 of 255 = 52%
B 147 of 255 = 58%

139
132
147

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

Portions of RGB colors in percentages

R + G + B =
139 + 132 + 147 = 418 (100%)
R 139 of 418 ~ 33.25%
G 132 of 418 ~ 31.58%
B 147 of 418 ~ 35.17%

%33.25
%31.58
%35.17

CMYK color model

#8B8493 color CMYK value is (5,10,0,42).

  • cyan value is 5.44%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,10,0,42)
C5M10Y0K42 
(5%,10%,0%,42%)
(0.05/0.10/0.00/0.42)	

CMYK percentages

%5.44
%10.2
%0
%42.35

Codes

Color #8B8493 in popluar color models

8B8493
RGB139132147
HSL268°6.49%54.71%
HSB/HSV268°10.20%57.65%
CMYK5.44%10.20%0.00%
42.35%

Color #8B8493 in popluar number systems.

HEX8B8493
Decimal139132147
Binary100010111000010010010011
Octal213204223

Shades and tints

Shades of #8B8493

#8B8493
(139,132,147)
#7F7886
(127,120,134)
#736C79
(115,108,121)
#67606C
(103,96,108)
#5B545F
(91,84,95)
#4F4852
(79,72,82)
#433C45
(67,60,69)
#373038
(55,48,56)
#2B242B
(43,36,43)
#1F181E
(31,24,30)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #8B8493

#8B8493
(139,132,147)
#958F9C
(149,143,156)
#9F9AA5
(159,154,165)
#A9A5AE
(169,165,174)
#B3B0B7
(179,176,183)
#BDBBC0
(189,187,192)
#C7C6C9
(199,198,201)
#D1D1D2
(209,209,210)
#DBDCDB
(219,220,219)
#E5E7E4
(229,231,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8493 color. Also use rgb(139,132,147) instead hex code.

Text Font Color

.myTextColor { color: #8B8493; }

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

This text font color is #8B8493.


Background Color

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

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

This div background color is #8B8493.


Border color

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

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

This div border color is #8B8493.


Opacity

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

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

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

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

This text has shadow with #8B8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8493 on black background.


Color preview on white background

This text has color #8B8493 on white background.



Black color preview on #8B8493 background

This text has black color on #8B8493 background.


White color preview on #8B8493 background

This text has white color on #8B8493 background.