COLOR #82BA6B

HEX: #82BA6B
RGB: (130,186,107)

Color info

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

RGB color model

#82BA6B color RGB value is (130,186,107).

  • red value is 130;
  • green value is 186;
  • blue value is 107.
RGB:
(130,186,107)
(51%,73%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 186 of 255 = 73%
B 107 of 255 = 42%

130
186
107

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

Portions of RGB colors in percentages

R + G + B =
130 + 186 + 107 = 423 (100%)
R 130 of 423 ~ 30.73%
G 186 of 423 ~ 43.97%
B 107 of 423 ~ 25.3%

%30.73
%43.97
%25.3

CMYK color model

#82BA6B color CMYK value is (30,0,42,27).

  • cyan value is 30.11%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 27.06%
CMYK:
(30,0,42,27)
C30M0Y42K27 
(30%,0%,42%,27%)
(0.30/0.00/0.42/0.27)	

CMYK percentages

%30.11
%0
%42.47
%27.06

Codes

Color #82BA6B in popluar color models

82BA6B
RGB130186107
HSL103°36.41%57.45%
HSB/HSV103°42.47%72.94%
CMYK30.11%0.00%42.47%
27.06%

Color #82BA6B in popluar number systems.

HEX82BA6B
Decimal130186107
Binary10000010101110101101011
Octal202272153

Shades and tints

Shades of #82BA6B

#82BA6B
(130,186,107)
#77AA62
(119,170,98)
#6C9A59
(108,154,89)
#618A50
(97,138,80)
#567A47
(86,122,71)
#4B6A3E
(75,106,62)
#405A35
(64,90,53)
#354A2C
(53,74,44)
#2A3A23
(42,58,35)
#1F2A1A
(31,42,26)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #82BA6B

#82BA6B
(130,186,107)
#8DC078
(141,192,120)
#98C685
(152,198,133)
#A3CC92
(163,204,146)
#AED29F
(174,210,159)
#B9D8AC
(185,216,172)
#C4DEB9
(196,222,185)
#CFE4C6
(207,228,198)
#DAEAD3
(218,234,211)
#E5F0E0
(229,240,224)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BA6B color. Also use rgb(130,186,107) instead hex code.

Text Font Color

.myTextColor { color: #82BA6B; }

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

This text font color is #82BA6B.


Background Color

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

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

This div background color is #82BA6B.


Border color

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

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

This div border color is #82BA6B.


Opacity

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

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

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

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

This text has shadow with #82BA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BA6B on black background.


Color preview on white background

This text has color #82BA6B on white background.



Black color preview on #82BA6B background

This text has black color on #82BA6B background.


White color preview on #82BA6B background

This text has white color on #82BA6B background.