COLOR #8B9C7F

HEX: #8B9C7F
RGB: (139,156,127)

Color info

#8B9C7F contains red, green and blue colors in about the same proportion. Web safe color of #8B9C7F is #999966 (or #996).

RGB color model

#8B9C7F color RGB value is (139,156,127).

  • red value is 139;
  • green value is 156;
  • blue value is 127.
RGB:
(139,156,127)
(55%,61%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 156 of 255 = 61%
B 127 of 255 = 50%

139
156
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 156 + 127 = 422 (100%)
R 139 of 422 ~ 32.94%
G 156 of 422 ~ 36.97%
B 127 of 422 ~ 30.09%

%32.94
%36.97
%30.09

CMYK color model

#8B9C7F color CMYK value is (11,0,19,39).

  • cyan value is 10.90%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(11,0,19,39)
C11M0Y19K39 
(11%,0%,19%,39%)
(0.11/0.00/0.19/0.39)	

CMYK percentages

%10.9
%0
%18.59
%38.82

Codes

Color #8B9C7F in popluar color models

8B9C7F
RGB139156127
HSL95°12.78%55.49%
HSB/HSV95°18.59%61.18%
CMYK10.90%0.00%18.59%
38.82%

Color #8B9C7F in popluar number systems.

HEX8B9C7F
Decimal139156127
Binary10001011100111001111111
Octal213234177

Shades and tints

Shades of #8B9C7F

#8B9C7F
(139,156,127)
#7F8E74
(127,142,116)
#738069
(115,128,105)
#67725E
(103,114,94)
#5B6453
(91,100,83)
#4F5648
(79,86,72)
#43483D
(67,72,61)
#373A32
(55,58,50)
#2B2C27
(43,44,39)
#1F1E1C
(31,30,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #8B9C7F

#8B9C7F
(139,156,127)
#95A58A
(149,165,138)
#9FAE95
(159,174,149)
#A9B7A0
(169,183,160)
#B3C0AB
(179,192,171)
#BDC9B6
(189,201,182)
#C7D2C1
(199,210,193)
#D1DBCC
(209,219,204)
#DBE4D7
(219,228,215)
#E5EDE2
(229,237,226)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9C7F color. Also use rgb(139,156,127) instead hex code.

Text Font Color

.myTextColor { color: #8B9C7F; }

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

This text font color is #8B9C7F.


Background Color

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

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

This div background color is #8B9C7F.


Border color

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

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

This div border color is #8B9C7F.


Opacity

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

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

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

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

This text has shadow with #8B9C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9C7F on black background.


Color preview on white background

This text has color #8B9C7F on white background.



Black color preview on #8B9C7F background

This text has black color on #8B9C7F background.


White color preview on #8B9C7F background

This text has white color on #8B9C7F background.