COLOR #82B06F

HEX: #82B06F RGB: (130,176,111)

Color info

#82B06F contains mainly red and green colors. Web safe color of #82B06F is #999966 (or #996).

RGB color model

#82B06F color RGB value is (130,176,111).

RGB: (130,176,111) (51%, 69%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 111 of 255 = 44%

130
176
111

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

Portions of RGB colors in percentages

R + G + B = 130 + 176 + 111 = 417 (100%)
R 130 of 417 ~ 31.18%
G 176 of 417 ~ 42.21%
B 111 of 417 ~ 26.62'%

%31.18
%42.21
%26.62

CMYK color model

#82B06F color CMYK value is (26,0,37,31).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 30.98%

CMYK: (26,0,37,31)
C26M0Y37K31 (26%, 0%, 37%, 31%)
(0.26 / 0.00 / 0.37 / 0.31)

CMYK percentages

%26.14
%0
%36.93
%30.98

Codes

Color #82B06F in popluar color models

82 B0 6F
RGB 130 176 111
HSL 102° 29.15% 56.27%
HSB/HSV 102° 36.93% 69.02%
CMYK 26.14% 0.00% 36.93%
30.98%

Color #82B06F in popluar number systems.

HEX 82 B0 6F
Decimal 130 176 111
Binary 10000010 10110000 1101111
Octal 202 260 157

Shades and tints

Shades of #82B06F

#82B06F
(130,176,111)
#77A065
(119,160,101)
#6C905B
(108,144,91)
#618051
(97,128,81)
#567047
(86,112,71)
#4B603D
(75,96,61)
#405033
(64,80,51)
#354029
(53,64,41)
#2A301F
(42,48,31)
#1F2015
(31,32,21)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #82B06F

#82B06F
(130,176,111)
#8DB77C
(141,183,124)
#98BE89
(152,190,137)
#A3C596
(163,197,150)
#AECCA3
(174,204,163)
#B9D3B0
(185,211,176)
#C4DABD
(196,218,189)
#CFE1CA
(207,225,202)
#DAE8D7
(218,232,215)
#E5EFE4
(229,239,228)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B06F color. Also use rgb(130,176,111) instead hex code.

Text Font Color

.myTextColor { color: #82B06F; }

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

This text font color is #82B06F.

Background Color

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

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

This div background color is #82B06F.

Border color

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

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

This div border color is #82B06F.

Opacity

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

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

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

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

This text has shadow with #82B06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B06F.

Preview

Color preview on black background

This text has color #82B06F on black background.


Color preview on white background

This text has color #82B06F on white background.


Black color preview on #82B06F background

This text has black color on #82B06F background.


White color preview on #82B06F background

This text has white color on #82B06F background.


Related colors

Complementary color

Complementary color for #hex is #7D4F90.


I love getcolorcode.com

Triadic colors

1 #6F82B0 and #B06F82 with #82B06F are triadic colors.

2 #6FB082 and #B0826F with #82B06F are triadic colors.