COLOR #86B971

HEX: #86B971
RGB: (134,185,113)

Color info

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

RGB color model

#86B971 color RGB value is (134,185,113).

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

RGB channels and saturation

R 134 of 255 = 53%
G 185 of 255 = 73%
B 113 of 255 = 44%

134
185
113

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

Portions of RGB colors in percentages

R + G + B =
134 + 185 + 113 = 432 (100%)
R 134 of 432 ~ 31.02%
G 185 of 432 ~ 42.82%
B 113 of 432 ~ 26.16%

%31.02
%42.82
%26.16

CMYK color model

#86B971 color CMYK value is (28,0,39,27).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 38.92%
  • key color value is 27.45%
CMYK:
(28,0,39,27)
C28M0Y39K27 
(28%,0%,39%,27%)
(0.28/0.00/0.39/0.27)	

CMYK percentages

%27.57
%0
%38.92
%27.45

Codes

Color #86B971 in popluar color models

86B971
RGB134185113
HSL103°33.96%58.43%
HSB/HSV103°38.92%72.55%
CMYK27.57%0.00%38.92%
27.45%

Color #86B971 in popluar number systems.

HEX86B971
Decimal134185113
Binary10000110101110011110001
Octal206271161

Shades and tints

Shades of #86B971

#86B971
(134,185,113)
#7AA967
(122,169,103)
#6E995D
(110,153,93)
#628953
(98,137,83)
#567949
(86,121,73)
#4A693F
(74,105,63)
#3E5935
(62,89,53)
#32492B
(50,73,43)
#263921
(38,57,33)
#1A2917
(26,41,23)
#0E190D
(14,25,13)
#000000
(0,0,0)

Tints of #86B971

#86B971
(134,185,113)
#91BF7D
(145,191,125)
#9CC589
(156,197,137)
#A7CB95
(167,203,149)
#B2D1A1
(178,209,161)
#BDD7AD
(189,215,173)
#C8DDB9
(200,221,185)
#D3E3C5
(211,227,197)
#DEE9D1
(222,233,209)
#E9EFDD
(233,239,221)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B971; }

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

This text font color is #86B971.


Background Color

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

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

This div background color is #86B971.


Border color

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

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

This div border color is #86B971.


Opacity

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

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

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

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

This text has shadow with #86B971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B971 on black background.


Color preview on white background

This text has color #86B971 on white background.



Black color preview on #86B971 background

This text has black color on #86B971 background.


White color preview on #86B971 background

This text has white color on #86B971 background.