COLOR #8BA876

HEX: #8BA876
RGB: (139,168,118)

Color info

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

RGB color model

#8BA876 color RGB value is (139,168,118).

  • red value is 139;
  • green value is 168;
  • blue value is 118.
RGB:
(139,168,118)
(55%,66%,46%)

RGB channels and saturation

R 139 of 255 = 55%
G 168 of 255 = 66%
B 118 of 255 = 46%

139
168
118

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

Portions of RGB colors in percentages

R + G + B =
139 + 168 + 118 = 425 (100%)
R 139 of 425 ~ 32.71%
G 168 of 425 ~ 39.53%
B 118 of 425 ~ 27.76%

%32.71
%39.53
%27.76

CMYK color model

#8BA876 color CMYK value is (17,0,30,34).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(17,0,30,34)
C17M0Y30K34 
(17%,0%,30%,34%)
(0.17/0.00/0.30/0.34)	

CMYK percentages

%17.26
%0
%29.76
%34.12

Codes

Color #8BA876 in popluar color models

8BA876
RGB139168118
HSL95°22.32%56.08%
HSB/HSV95°29.76%65.88%
CMYK17.26%0.00%29.76%
34.12%

Color #8BA876 in popluar number systems.

HEX8BA876
Decimal139168118
Binary10001011101010001110110
Octal213250166

Shades and tints

Shades of #8BA876

#8BA876
(139,168,118)
#7F996C
(127,153,108)
#738A62
(115,138,98)
#677B58
(103,123,88)
#5B6C4E
(91,108,78)
#4F5D44
(79,93,68)
#434E3A
(67,78,58)
#373F30
(55,63,48)
#2B3026
(43,48,38)
#1F211C
(31,33,28)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #8BA876

#8BA876
(139,168,118)
#95AF82
(149,175,130)
#9FB68E
(159,182,142)
#A9BD9A
(169,189,154)
#B3C4A6
(179,196,166)
#BDCBB2
(189,203,178)
#C7D2BE
(199,210,190)
#D1D9CA
(209,217,202)
#DBE0D6
(219,224,214)
#E5E7E2
(229,231,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA876 color. Also use rgb(139,168,118) instead hex code.

Text Font Color

.myTextColor { color: #8BA876; }

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

This text font color is #8BA876.


Background Color

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

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

This div background color is #8BA876.


Border color

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

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

This div border color is #8BA876.


Opacity

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

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

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

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

This text has shadow with #8BA876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA876 on black background.


Color preview on white background

This text has color #8BA876 on white background.



Black color preview on #8BA876 background

This text has black color on #8BA876 background.


White color preview on #8BA876 background

This text has white color on #8BA876 background.