COLOR #8B9597

HEX: #8B9597
RGB: (139,149,151)

Color info

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

RGB color model

#8B9597 color RGB value is (139,149,151).

  • red value is 139;
  • green value is 149;
  • blue value is 151.
RGB:
(139,149,151)
(55%,58%,59%)

RGB channels and saturation

R 139 of 255 = 55%
G 149 of 255 = 58%
B 151 of 255 = 59%

139
149
151

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

Portions of RGB colors in percentages

R + G + B =
139 + 149 + 151 = 439 (100%)
R 139 of 439 ~ 31.66%
G 149 of 439 ~ 33.94%
B 151 of 439 ~ 34.4%

%31.66
%33.94
%34.4

CMYK color model

#8B9597 color CMYK value is (8,1,0,41).

  • cyan value is 7.95%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(8,1,0,41)
C8M1Y0K41 
(8%,1%,0%,41%)
(0.08/0.01/0.00/0.41)	

CMYK percentages

%7.95
%1.32
%0
%40.78

Codes

Color #8B9597 in popluar color models

8B9597
RGB139149151
HSL190°5.45%56.86%
HSB/HSV190°7.95%59.22%
CMYK7.95%1.32%0.00%
40.78%

Color #8B9597 in popluar number systems.

HEX8B9597
Decimal139149151
Binary100010111001010110010111
Octal213225227

Shades and tints

Shades of #8B9597

#8B9597
(139,149,151)
#7F888A
(127,136,138)
#737B7D
(115,123,125)
#676E70
(103,110,112)
#5B6163
(91,97,99)
#4F5456
(79,84,86)
#434749
(67,71,73)
#373A3C
(55,58,60)
#2B2D2F
(43,45,47)
#1F2022
(31,32,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #8B9597

#8B9597
(139,149,151)
#959EA0
(149,158,160)
#9FA7A9
(159,167,169)
#A9B0B2
(169,176,178)
#B3B9BB
(179,185,187)
#BDC2C4
(189,194,196)
#C7CBCD
(199,203,205)
#D1D4D6
(209,212,214)
#DBDDDF
(219,221,223)
#E5E6E8
(229,230,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9597 color. Also use rgb(139,149,151) instead hex code.

Text Font Color

.myTextColor { color: #8B9597; }

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

This text font color is #8B9597.


Background Color

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

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

This div background color is #8B9597.


Border color

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

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

This div border color is #8B9597.


Opacity

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

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

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

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

This text has shadow with #8B9597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9597 on black background.


Color preview on white background

This text has color #8B9597 on white background.



Black color preview on #8B9597 background

This text has black color on #8B9597 background.


White color preview on #8B9597 background

This text has white color on #8B9597 background.