COLOR #86B771

HEX: #86B771
RGB: (134,183,113)

Color info

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

RGB color model

#86B771 color RGB value is (134,183,113).

  • red value is 134;
  • green value is 183;
  • blue value is 113.
RGB:
(134,183,113)
(53%,72%,44%)

RGB channels and saturation

R 134 of 255 = 53%
G 183 of 255 = 72%
B 113 of 255 = 44%

134
183
113

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

Portions of RGB colors in percentages

R + G + B =
134 + 183 + 113 = 430 (100%)
R 134 of 430 ~ 31.16%
G 183 of 430 ~ 42.56%
B 113 of 430 ~ 26.28%

%31.16
%42.56
%26.28

CMYK color model

#86B771 color CMYK value is (27,0,38,28).

  • cyan value is 26.78%
  • magenta value is 0.00%
  • yellow value is 38.25%
  • key color value is 28.24%
CMYK:
(27,0,38,28)
C27M0Y38K28 
(27%,0%,38%,28%)
(0.27/0.00/0.38/0.28)	

CMYK percentages

%26.78
%0
%38.25
%28.24

Codes

Color #86B771 in popluar color models

86B771
RGB134183113
HSL102°32.71%58.04%
HSB/HSV102°38.25%71.76%
CMYK26.78%0.00%38.25%
28.24%

Color #86B771 in popluar number systems.

HEX86B771
Decimal134183113
Binary10000110101101111110001
Octal206267161

Shades and tints

Shades of #86B771

#86B771
(134,183,113)
#7AA767
(122,167,103)
#6E975D
(110,151,93)
#628753
(98,135,83)
#567749
(86,119,73)
#4A673F
(74,103,63)
#3E5735
(62,87,53)
#32472B
(50,71,43)
#263721
(38,55,33)
#1A2717
(26,39,23)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #86B771

#86B771
(134,183,113)
#91BD7D
(145,189,125)
#9CC389
(156,195,137)
#A7C995
(167,201,149)
#B2CFA1
(178,207,161)
#BDD5AD
(189,213,173)
#C8DBB9
(200,219,185)
#D3E1C5
(211,225,197)
#DEE7D1
(222,231,209)
#E9EDDD
(233,237,221)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B771 color. Also use rgb(134,183,113) instead hex code.

Text Font Color

.myTextColor { color: #86B771; }

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

This text font color is #86B771.


Background Color

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

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

This div background color is #86B771.


Border color

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

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

This div border color is #86B771.


Opacity

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

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

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

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

This text has shadow with #86B771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B771 on black background.


Color preview on white background

This text has color #86B771 on white background.



Black color preview on #86B771 background

This text has black color on #86B771 background.


White color preview on #86B771 background

This text has white color on #86B771 background.