COLOR #8B8591

HEX: #8B8591
RGB: (139,133,145)

Color info

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

RGB color model

#8B8591 color RGB value is (139,133,145).

  • red value is 139;
  • green value is 133;
  • blue value is 145.
RGB:
(139,133,145)
(55%,52%,57%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 145 of 255 = 57%

139
133
145

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

Portions of RGB colors in percentages

R + G + B =
139 + 133 + 145 = 417 (100%)
R 139 of 417 ~ 33.33%
G 133 of 417 ~ 31.89%
B 145 of 417 ~ 34.77%

%33.33
%31.89
%34.77

CMYK color model

#8B8591 color CMYK value is (4,8,0,43).

  • cyan value is 4.14%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(4,8,0,43)
C4M8Y0K43 
(4%,8%,0%,43%)
(0.04/0.08/0.00/0.43)	

CMYK percentages

%4.14
%8.28
%0
%43.14

Codes

Color #8B8591 in popluar color models

8B8591
RGB139133145
HSL270°5.17%54.51%
HSB/HSV270°8.28%56.86%
CMYK4.14%8.28%0.00%
43.14%

Color #8B8591 in popluar number systems.

HEX8B8591
Decimal139133145
Binary100010111000010110010001
Octal213205221

Shades and tints

Shades of #8B8591

#8B8591
(139,133,145)
#7F7984
(127,121,132)
#736D77
(115,109,119)
#67616A
(103,97,106)
#5B555D
(91,85,93)
#4F4950
(79,73,80)
#433D43
(67,61,67)
#373136
(55,49,54)
#2B2529
(43,37,41)
#1F191C
(31,25,28)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #8B8591

#8B8591
(139,133,145)
#95909B
(149,144,155)
#9F9BA5
(159,155,165)
#A9A6AF
(169,166,175)
#B3B1B9
(179,177,185)
#BDBCC3
(189,188,195)
#C7C7CD
(199,199,205)
#D1D2D7
(209,210,215)
#DBDDE1
(219,221,225)
#E5E8EB
(229,232,235)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8591 color. Also use rgb(139,133,145) instead hex code.

Text Font Color

.myTextColor { color: #8B8591; }

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

This text font color is #8B8591.


Background Color

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

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

This div background color is #8B8591.


Border color

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

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

This div border color is #8B8591.


Opacity

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

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

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

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

This text has shadow with #8B8591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8591 on black background.


Color preview on white background

This text has color #8B8591 on white background.



Black color preview on #8B8591 background

This text has black color on #8B8591 background.


White color preview on #8B8591 background

This text has white color on #8B8591 background.