COLOR #8B9997

HEX: #8B9997
RGB: (139,153,151)

Color info

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

RGB color model

#8B9997 color RGB value is (139,153,151).

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

RGB channels and saturation

R 139 of 255 = 55%
G 153 of 255 = 60%
B 151 of 255 = 59%

139
153
151

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

Portions of RGB colors in percentages

R + G + B =
139 + 153 + 151 = 443 (100%)
R 139 of 443 ~ 31.38%
G 153 of 443 ~ 34.54%
B 151 of 443 ~ 34.09%

%31.38
%34.54
%34.09

CMYK color model

#8B9997 color CMYK value is (9,0,1,40).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 1.31%
  • key color value is 40.00%
CMYK:
(9,0,1,40)
C9M0Y1K40 
(9%,0%,1%,40%)
(0.09/0.00/0.01/0.40)	

CMYK percentages

%9.15
%0
%1.31
%40

Codes

Color #8B9997 in popluar color models

8B9997
RGB139153151
HSL171°6.42%57.25%
HSB/HSV171°9.15%60.00%
CMYK9.15%0.00%1.31%
40.00%

Color #8B9997 in popluar number systems.

HEX8B9997
Decimal139153151
Binary100010111001100110010111
Octal213231227

Shades and tints

Shades of #8B9997

#8B9997
(139,153,151)
#7F8C8A
(127,140,138)
#737F7D
(115,127,125)
#677270
(103,114,112)
#5B6563
(91,101,99)
#4F5856
(79,88,86)
#434B49
(67,75,73)
#373E3C
(55,62,60)
#2B312F
(43,49,47)
#1F2422
(31,36,34)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #8B9997

#8B9997
(139,153,151)
#95A2A0
(149,162,160)
#9FABA9
(159,171,169)
#A9B4B2
(169,180,178)
#B3BDBB
(179,189,187)
#BDC6C4
(189,198,196)
#C7CFCD
(199,207,205)
#D1D8D6
(209,216,214)
#DBE1DF
(219,225,223)
#E5EAE8
(229,234,232)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9997; }

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

This text font color is #8B9997.


Background Color

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

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

This div background color is #8B9997.


Border color

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

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

This div border color is #8B9997.


Opacity

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

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

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

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

This text has shadow with #8B9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9997 on black background.


Color preview on white background

This text has color #8B9997 on white background.



Black color preview on #8B9997 background

This text has black color on #8B9997 background.


White color preview on #8B9997 background

This text has white color on #8B9997 background.