COLOR #86B977

HEX: #86B977
RGB: (134,185,119)

Color info

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

RGB color model

#86B977 color RGB value is (134,185,119).

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

RGB channels and saturation

R 134 of 255 = 53%
G 185 of 255 = 73%
B 119 of 255 = 47%

134
185
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 185 + 119 = 438 (100%)
R 134 of 438 ~ 30.59%
G 185 of 438 ~ 42.24%
B 119 of 438 ~ 27.17%

%30.59
%42.24
%27.17

CMYK color model

#86B977 color CMYK value is (28,0,36,27).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 27.45%
CMYK:
(28,0,36,27)
C28M0Y36K27 
(28%,0%,36%,27%)
(0.28/0.00/0.36/0.27)	

CMYK percentages

%27.57
%0
%35.68
%27.45

Codes

Color #86B977 in popluar color models

86B977
RGB134185119
HSL106°32.04%59.61%
HSB/HSV106°35.68%72.55%
CMYK27.57%0.00%35.68%
27.45%

Color #86B977 in popluar number systems.

HEX86B977
Decimal134185119
Binary10000110101110011110111
Octal206271167

Shades and tints

Shades of #86B977

#86B977
(134,185,119)
#7AA96D
(122,169,109)
#6E9963
(110,153,99)
#628959
(98,137,89)
#56794F
(86,121,79)
#4A6945
(74,105,69)
#3E593B
(62,89,59)
#324931
(50,73,49)
#263927
(38,57,39)
#1A291D
(26,41,29)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #86B977

#86B977
(134,185,119)
#91BF83
(145,191,131)
#9CC58F
(156,197,143)
#A7CB9B
(167,203,155)
#B2D1A7
(178,209,167)
#BDD7B3
(189,215,179)
#C8DDBF
(200,221,191)
#D3E3CB
(211,227,203)
#DEE9D7
(222,233,215)
#E9EFE3
(233,239,227)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B977 color. Also use rgb(134,185,119) instead hex code.

Text Font Color

.myTextColor { color: #86B977; }

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

This text font color is #86B977.


Background Color

.myBgColor { background-color: #86B977; }

<div style="background-color:#86B977">Inner text</div>

This div background color is #86B977.


Border color

.myBorderColor { border: 1px solid #86B977; }

<div style="border:3px solid #86B977">Div</div>

This div border color is #86B977.


Opacity

.myOpacity80 { color: #86B977; opacity: 0.8; }

<p style="color:#86B977;opacity:0.8;">80%</p>

Text with #86B977 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 #86B977;}

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

This text has shadow with #86B977 color.

.textShadow {text-shadow: 3px 3px 1px #86B977, 3px 3px 1px red;}

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

This text has shadow with #86B977 primary color and red secondary color.


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

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

This text has shadow with #86B977 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B977 on black background.


Color preview on white background

This text has color #86B977 on white background.



Black color preview on #86B977 background

This text has black color on #86B977 background.


White color preview on #86B977 background

This text has white color on #86B977 background.