COLOR #8BAA71

HEX: #8BAA71
RGB: (139,170,113)

Color info

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

RGB color model

#8BAA71 color RGB value is (139,170,113).

  • red value is 139;
  • green value is 170;
  • blue value is 113.
RGB:
(139,170,113)
(55%,67%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 170 of 255 = 67%
B 113 of 255 = 44%

139
170
113

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

Portions of RGB colors in percentages

R + G + B =
139 + 170 + 113 = 422 (100%)
R 139 of 422 ~ 32.94%
G 170 of 422 ~ 40.28%
B 113 of 422 ~ 26.78%

%32.94
%40.28
%26.78

CMYK color model

#8BAA71 color CMYK value is (18,0,34,33).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(18,0,34,33)
C18M0Y34K33 
(18%,0%,34%,33%)
(0.18/0.00/0.34/0.33)	

CMYK percentages

%18.24
%0
%33.53
%33.33

Codes

Color #8BAA71 in popluar color models

8BAA71
RGB139170113
HSL93°25.11%55.49%
HSB/HSV93°33.53%66.67%
CMYK18.24%0.00%33.53%
33.33%

Color #8BAA71 in popluar number systems.

HEX8BAA71
Decimal139170113
Binary10001011101010101110001
Octal213252161

Shades and tints

Shades of #8BAA71

#8BAA71
(139,170,113)
#7F9B67
(127,155,103)
#738C5D
(115,140,93)
#677D53
(103,125,83)
#5B6E49
(91,110,73)
#4F5F3F
(79,95,63)
#435035
(67,80,53)
#37412B
(55,65,43)
#2B3221
(43,50,33)
#1F2317
(31,35,23)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #8BAA71

#8BAA71
(139,170,113)
#95B17D
(149,177,125)
#9FB889
(159,184,137)
#A9BF95
(169,191,149)
#B3C6A1
(179,198,161)
#BDCDAD
(189,205,173)
#C7D4B9
(199,212,185)
#D1DBC5
(209,219,197)
#DBE2D1
(219,226,209)
#E5E9DD
(229,233,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAA71 color. Also use rgb(139,170,113) instead hex code.

Text Font Color

.myTextColor { color: #8BAA71; }

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

This text font color is #8BAA71.


Background Color

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

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

This div background color is #8BAA71.


Border color

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

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

This div border color is #8BAA71.


Opacity

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

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

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

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

This text has shadow with #8BAA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAA71 on black background.


Color preview on white background

This text has color #8BAA71 on white background.



Black color preview on #8BAA71 background

This text has black color on #8BAA71 background.


White color preview on #8BAA71 background

This text has white color on #8BAA71 background.