COLOR #8B9781

HEX: #8B9781
RGB: (139,151,129)

Color info

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

RGB color model

#8B9781 color RGB value is (139,151,129).

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

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 129 of 255 = 51%

139
151
129

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

Portions of RGB colors in percentages

R + G + B =
139 + 151 + 129 = 419 (100%)
R 139 of 419 ~ 33.17%
G 151 of 419 ~ 36.04%
B 129 of 419 ~ 30.79%

%33.17
%36.04
%30.79

CMYK color model

#8B9781 color CMYK value is (8,0,15,41).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 40.78%
CMYK:
(8,0,15,41)
C8M0Y15K41 
(8%,0%,15%,41%)
(0.08/0.00/0.15/0.41)	

CMYK percentages

%7.95
%0
%14.57
%40.78

Codes

Color #8B9781 in popluar color models

8B9781
RGB139151129
HSL93°9.57%54.90%
HSB/HSV93°14.57%59.22%
CMYK7.95%0.00%14.57%
40.78%

Color #8B9781 in popluar number systems.

HEX8B9781
Decimal139151129
Binary100010111001011110000001
Octal213227201

Shades and tints

Shades of #8B9781

#8B9781
(139,151,129)
#7F8A76
(127,138,118)
#737D6B
(115,125,107)
#677060
(103,112,96)
#5B6355
(91,99,85)
#4F564A
(79,86,74)
#43493F
(67,73,63)
#373C34
(55,60,52)
#2B2F29
(43,47,41)
#1F221E
(31,34,30)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #8B9781

#8B9781
(139,151,129)
#95A08C
(149,160,140)
#9FA997
(159,169,151)
#A9B2A2
(169,178,162)
#B3BBAD
(179,187,173)
#BDC4B8
(189,196,184)
#C7CDC3
(199,205,195)
#D1D6CE
(209,214,206)
#DBDFD9
(219,223,217)
#E5E8E4
(229,232,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9781; }

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

This text font color is #8B9781.


Background Color

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

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

This div background color is #8B9781.


Border color

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

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

This div border color is #8B9781.


Opacity

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

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

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

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

This text has shadow with #8B9781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9781 on black background.


Color preview on white background

This text has color #8B9781 on white background.



Black color preview on #8B9781 background

This text has black color on #8B9781 background.


White color preview on #8B9781 background

This text has white color on #8B9781 background.