COLOR #82B986

HEX: #82B986 RGB: (130,185,134)

Color info

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

RGB color model

#82B986 color RGB value is (130,185,134).

RGB: (130,185,134) (51%, 73%, 53%)

RGB channels and saturation

R 130 of 255 = 51%
G 185 of 255 = 73%
B 134 of 255 = 53%

130
185
134

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

Portions of RGB colors in percentages

R + G + B = 130 + 185 + 134 = 449 (100%)
R 130 of 449 ~ 28.95%
G 185 of 449 ~ 41.2%
B 134 of 449 ~ 29.84'%

%28.95
%41.2
%29.84

CMYK color model

#82B986 color CMYK value is (30,0,28,27).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 27.45%

CMYK: (30,0,28,27)
C30M0Y28K27 (30%, 0%, 28%, 27%)
(0.30 / 0.00 / 0.28 / 0.27)

CMYK percentages

%29.73
%0
%27.57
%27.45

Codes

Color #82B986 in popluar color models

82 B9 86
RGB 130 185 134
HSL 124° 28.21% 61.76%
HSB/HSV 124° 29.73% 72.55%
CMYK 29.73% 0.00% 27.57%
27.45%

Color #82B986 in popluar number systems.

HEX 82 B9 86
Decimal 130 185 134
Binary 10000010 10111001 10000110
Octal 202 271 206

Shades and tints

Shades of #82B986

#82B986
(130,185,134)
#77A97A
(119,169,122)
#6C996E
(108,153,110)
#618962
(97,137,98)
#567956
(86,121,86)
#4B694A
(75,105,74)
#40593E
(64,89,62)
#354932
(53,73,50)
#2A3926
(42,57,38)
#1F291A
(31,41,26)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #82B986

#82B986
(130,185,134)
#8DBF91
(141,191,145)
#98C59C
(152,197,156)
#A3CBA7
(163,203,167)
#AED1B2
(174,209,178)
#B9D7BD
(185,215,189)
#C4DDC8
(196,221,200)
#CFE3D3
(207,227,211)
#DAE9DE
(218,233,222)
#E5EFE9
(229,239,233)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B986 color. Also use rgb(130,185,134) instead hex code.

Text Font Color

.myTextColor { color: #82B986; }

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

This text font color is #82B986.

Background Color

.myBgColor { background-color: #82B986; }

<div style="background-color:#82B986">Inner text</div>

This div background color is #82B986.

Border color

.myBorderColor { border: 1px solid #82B986; }

<div style="border:3px solid #82B986">Div</div>

This div border color is #82B986.

Opacity

.myOpacity80 { color: #82B986; opacity: 0.8; }

<p style="color:#82B986;opacity:0.8;">80%</p>

Text with #82B986 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 #82B986;}

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

This text has shadow with #82B986 color.


.textShadow {text-shadow: 3px 3px 1px #82B986', 3px 3px 1px red;}

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

This text has shadow with #82B986 primary color and red secondary color.


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

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

This text has shadow with #82B986 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82B986; -webkit-box-shadow: 1px 1px 3px 2px #82B986; box-shadow:1px 1px 3px 2px #82B986;">
Div content here
</div>

This div box has shadow with color #82B986.

Preview

Color preview on black background

This text has color #82B986 on black background.


Color preview on white background

This text has color #82B986 on white background.


Black color preview on #82B986 background

This text has black color on #82B986 background.


White color preview on #82B986 background

This text has white color on #82B986 background.


Related colors

Complementary color

Complementary color for #hex is #7D4679.


I love getcolorcode.com

Triadic colors

1 #8682B9 and #B98682 with #82B986 are triadic colors.

2 #86B982 and #B98286 with #82B986 are triadic colors.