COLOR #8B9787

HEX: #8B9787 RGB: (139,151,135)

Color info

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

RGB color model

#8B9787 color RGB value is (139,151,135).

RGB: (139,151,135) (55%, 59%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 135 of 255 = 53%

139
151
135

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

Portions of RGB colors in percentages

R + G + B = 139 + 151 + 135 = 425 (100%)
R 139 of 425 ~ 32.71%
G 151 of 425 ~ 35.53%
B 135 of 425 ~ 31.76'%

%32.71
%35.53
%31.76

CMYK color model

#8B9787 color CMYK value is (8,0,11,41).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 40.78%

CMYK: (8,0,11,41)
C8M0Y11K41 (8%, 0%, 11%, 41%)
(0.08 / 0.00 / 0.11 / 0.41)

CMYK percentages

%7.95
%0
%10.6
%40.78

Codes

Color #8B9787 in popluar color models

8B 97 87
RGB 139 151 135
HSL 105° 7.14% 56.08%
HSB/HSV 105° 10.60% 59.22%
CMYK 7.95% 0.00% 10.60%
40.78%

Color #8B9787 in popluar number systems.

HEX 8B 97 87
Decimal 139 151 135
Binary 10001011 10010111 10000111
Octal 213 227 207

Shades and tints

Shades of #8B9787

#8B9787
(139,151,135)
#7F8A7B
(127,138,123)
#737D6F
(115,125,111)
#677063
(103,112,99)
#5B6357
(91,99,87)
#4F564B
(79,86,75)
#43493F
(67,73,63)
#373C33
(55,60,51)
#2B2F27
(43,47,39)
#1F221B
(31,34,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #8B9787

#8B9787
(139,151,135)
#95A091
(149,160,145)
#9FA99B
(159,169,155)
#A9B2A5
(169,178,165)
#B3BBAF
(179,187,175)
#BDC4B9
(189,196,185)
#C7CDC3
(199,205,195)
#D1D6CD
(209,214,205)
#DBDFD7
(219,223,215)
#E5E8E1
(229,232,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9787; }

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

This text font color is #8B9787.

Background Color

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

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

This div background color is #8B9787.

Border color

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

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

This div border color is #8B9787.

Opacity

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

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

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

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

This text has shadow with #8B9787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9787.

Preview

Color preview on black background

This text has color #8B9787 on black background.


Color preview on white background

This text has color #8B9787 on white background.


Black color preview on #8B9787 background

This text has black color on #8B9787 background.


White color preview on #8B9787 background

This text has white color on #8B9787 background.


Related colors

Complementary color

Complementary color for #hex is #746878.


I love getcolorcode.com

Triadic colors

1 #878B97 and #97878B with #8B9787 are triadic colors.

2 #87978B and #978B87 with #8B9787 are triadic colors.