COLOR #8B9D6A

HEX: #8B9D6A
RGB: (139,157,106)

Color info

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

RGB color model

#8B9D6A color RGB value is (139,157,106).

  • red value is 139;
  • green value is 157;
  • blue value is 106.
RGB:
(139,157,106)
(55%,62%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 157 of 255 = 62%
B 106 of 255 = 42%

139
157
106

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

Portions of RGB colors in percentages

R + G + B =
139 + 157 + 106 = 402 (100%)
R 139 of 402 ~ 34.58%
G 157 of 402 ~ 39.05%
B 106 of 402 ~ 26.37%

%34.58
%39.05
%26.37

CMYK color model

#8B9D6A color CMYK value is (11,0,32,38).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 38.43%
CMYK:
(11,0,32,38)
C11M0Y32K38 
(11%,0%,32%,38%)
(0.11/0.00/0.32/0.38)	

CMYK percentages

%11.46
%0
%32.48
%38.43

Codes

Color #8B9D6A in popluar color models

8B9D6A
RGB139157106
HSL81°20.65%51.57%
HSB/HSV81°32.48%61.57%
CMYK11.46%0.00%32.48%
38.43%

Color #8B9D6A in popluar number systems.

HEX8B9D6A
Decimal139157106
Binary10001011100111011101010
Octal213235152

Shades and tints

Shades of #8B9D6A

#8B9D6A
(139,157,106)
#7F8F61
(127,143,97)
#738158
(115,129,88)
#67734F
(103,115,79)
#5B6546
(91,101,70)
#4F573D
(79,87,61)
#434934
(67,73,52)
#373B2B
(55,59,43)
#2B2D22
(43,45,34)
#1F1F19
(31,31,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #8B9D6A

#8B9D6A
(139,157,106)
#95A577
(149,165,119)
#9FAD84
(159,173,132)
#A9B591
(169,181,145)
#B3BD9E
(179,189,158)
#BDC5AB
(189,197,171)
#C7CDB8
(199,205,184)
#D1D5C5
(209,213,197)
#DBDDD2
(219,221,210)
#E5E5DF
(229,229,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9D6A color. Also use rgb(139,157,106) instead hex code.

Text Font Color

.myTextColor { color: #8B9D6A; }

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

This text font color is #8B9D6A.


Background Color

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

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

This div background color is #8B9D6A.


Border color

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

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

This div border color is #8B9D6A.


Opacity

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

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

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

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

This text has shadow with #8B9D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9D6A on black background.


Color preview on white background

This text has color #8B9D6A on white background.



Black color preview on #8B9D6A background

This text has black color on #8B9D6A background.


White color preview on #8B9D6A background

This text has white color on #8B9D6A background.