COLOR #8B9B7F

HEX: #8B9B7F
RGB: (139,155,127)

Color info

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

RGB color model

#8B9B7F color RGB value is (139,155,127).

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

RGB channels and saturation

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

139
155
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 155 + 127 = 421 (100%)
R 139 of 421 ~ 33.02%
G 155 of 421 ~ 36.82%
B 127 of 421 ~ 30.17%

%33.02
%36.82
%30.17

CMYK color model

#8B9B7F color CMYK value is (10,0,18,39).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(10,0,18,39)
C10M0Y18K39 
(10%,0%,18%,39%)
(0.10/0.00/0.18/0.39)	

CMYK percentages

%10.32
%0
%18.06
%39.22

Codes

Color #8B9B7F in popluar color models

8B9B7F
RGB139155127
HSL94°12.28%55.29%
HSB/HSV94°18.06%60.78%
CMYK10.32%0.00%18.06%
39.22%

Color #8B9B7F in popluar number systems.

HEX8B9B7F
Decimal139155127
Binary10001011100110111111111
Octal213233177

Shades and tints

Shades of #8B9B7F

#8B9B7F
(139,155,127)
#7F8D74
(127,141,116)
#737F69
(115,127,105)
#67715E
(103,113,94)
#5B6353
(91,99,83)
#4F5548
(79,85,72)
#43473D
(67,71,61)
#373932
(55,57,50)
#2B2B27
(43,43,39)
#1F1D1C
(31,29,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #8B9B7F

#8B9B7F
(139,155,127)
#95A48A
(149,164,138)
#9FAD95
(159,173,149)
#A9B6A0
(169,182,160)
#B3BFAB
(179,191,171)
#BDC8B6
(189,200,182)
#C7D1C1
(199,209,193)
#D1DACC
(209,218,204)
#DBE3D7
(219,227,215)
#E5ECE2
(229,236,226)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9B7F; }

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

This text font color is #8B9B7F.


Background Color

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

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

This div background color is #8B9B7F.


Border color

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

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

This div border color is #8B9B7F.


Opacity

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

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

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

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

This text has shadow with #8B9B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9B7F on black background.


Color preview on white background

This text has color #8B9B7F on white background.



Black color preview on #8B9B7F background

This text has black color on #8B9B7F background.


White color preview on #8B9B7F background

This text has white color on #8B9B7F background.