COLOR #8BB977

HEX: #8BB977
RGB: (139,185,119)

Color info

#8BB977 contains mainly red and green colors. Web safe color of #8BB977 is #99CC66 (or #9C6).

RGB color model

#8BB977 color RGB value is (139,185,119).

  • red value is 139;
  • green value is 185;
  • blue value is 119.
RGB:
(139,185,119)
(55%,73%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 185 of 255 = 73%
B 119 of 255 = 47%

139
185
119

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

Portions of RGB colors in percentages

R + G + B =
139 + 185 + 119 = 443 (100%)
R 139 of 443 ~ 31.38%
G 185 of 443 ~ 41.76%
B 119 of 443 ~ 26.86%

%31.38
%41.76
%26.86

CMYK color model

#8BB977 color CMYK value is (25,0,36,27).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 27.45%
CMYK:
(25,0,36,27)
C25M0Y36K27 
(25%,0%,36%,27%)
(0.25/0.00/0.36/0.27)	

CMYK percentages

%24.86
%0
%35.68
%27.45

Codes

Color #8BB977 in popluar color models

8BB977
RGB139185119
HSL102°32.04%59.61%
HSB/HSV102°35.68%72.55%
CMYK24.86%0.00%35.68%
27.45%

Color #8BB977 in popluar number systems.

HEX8BB977
Decimal139185119
Binary10001011101110011110111
Octal213271167

Shades and tints

Shades of #8BB977

#8BB977
(139,185,119)
#7FA96D
(127,169,109)
#739963
(115,153,99)
#678959
(103,137,89)
#5B794F
(91,121,79)
#4F6945
(79,105,69)
#43593B
(67,89,59)
#374931
(55,73,49)
#2B3927
(43,57,39)
#1F291D
(31,41,29)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #8BB977

#8BB977
(139,185,119)
#95BF83
(149,191,131)
#9FC58F
(159,197,143)
#A9CB9B
(169,203,155)
#B3D1A7
(179,209,167)
#BDD7B3
(189,215,179)
#C7DDBF
(199,221,191)
#D1E3CB
(209,227,203)
#DBE9D7
(219,233,215)
#E5EFE3
(229,239,227)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB977 color. Also use rgb(139,185,119) instead hex code.

Text Font Color

.myTextColor { color: #8BB977; }

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

This text font color is #8BB977.


Background Color

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

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

This div background color is #8BB977.


Border color

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

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

This div border color is #8BB977.


Opacity

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

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

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

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

This text has shadow with #8BB977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB977 on black background.


Color preview on white background

This text has color #8BB977 on white background.



Black color preview on #8BB977 background

This text has black color on #8BB977 background.


White color preview on #8BB977 background

This text has white color on #8BB977 background.