COLOR #86B782

HEX: #86B782
RGB: (134,183,130)

Color info

#86B782 contains red, green and blue colors in about the same proportion. Web safe color of #86B782 is #99CC99 (or #9C9).

RGB color model

#86B782 color RGB value is (134,183,130).

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

RGB channels and saturation

R 134 of 255 = 53%
G 183 of 255 = 72%
B 130 of 255 = 51%

134
183
130

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

Portions of RGB colors in percentages

R + G + B =
134 + 183 + 130 = 447 (100%)
R 134 of 447 ~ 29.98%
G 183 of 447 ~ 40.94%
B 130 of 447 ~ 29.08%

%29.98
%40.94
%29.08

CMYK color model

#86B782 color CMYK value is (27,0,29,28).

  • cyan value is 26.78%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 28.24%
CMYK:
(27,0,29,28)
C27M0Y29K28 
(27%,0%,29%,28%)
(0.27/0.00/0.29/0.28)	

CMYK percentages

%26.78
%0
%28.96
%28.24

Codes

Color #86B782 in popluar color models

86B782
RGB134183130
HSL115°26.90%61.37%
HSB/HSV115°28.96%71.76%
CMYK26.78%0.00%28.96%
28.24%

Color #86B782 in popluar number systems.

HEX86B782
Decimal134183130
Binary100001101011011110000010
Octal206267202

Shades and tints

Shades of #86B782

#86B782
(134,183,130)
#7AA777
(122,167,119)
#6E976C
(110,151,108)
#628761
(98,135,97)
#567756
(86,119,86)
#4A674B
(74,103,75)
#3E5740
(62,87,64)
#324735
(50,71,53)
#26372A
(38,55,42)
#1A271F
(26,39,31)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #86B782

#86B782
(134,183,130)
#91BD8D
(145,189,141)
#9CC398
(156,195,152)
#A7C9A3
(167,201,163)
#B2CFAE
(178,207,174)
#BDD5B9
(189,213,185)
#C8DBC4
(200,219,196)
#D3E1CF
(211,225,207)
#DEE7DA
(222,231,218)
#E9EDE5
(233,237,229)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B782; }

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

This text font color is #86B782.


Background Color

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

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

This div background color is #86B782.


Border color

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

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

This div border color is #86B782.


Opacity

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

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

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

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

This text has shadow with #86B782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B782 on black background.


Color preview on white background

This text has color #86B782 on white background.



Black color preview on #86B782 background

This text has black color on #86B782 background.


White color preview on #86B782 background

This text has white color on #86B782 background.