COLOR #82BC71

HEX: #82BC71 RGB: (130,188,113)

Color info

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

RGB color model

#82BC71 color RGB value is (130,188,113).

RGB: (130,188,113) (51%, 74%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 188 of 255 = 74%
B 113 of 255 = 44%

130
188
113

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

Portions of RGB colors in percentages

R + G + B = 130 + 188 + 113 = 431 (100%)
R 130 of 431 ~ 30.16%
G 188 of 431 ~ 43.62%
B 113 of 431 ~ 26.22'%

%30.16
%43.62
%26.22

CMYK color model

#82BC71 color CMYK value is (31,0,40,26).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 39.89%
  • key color value is 26.27%

CMYK: (31,0,40,26)
C31M0Y40K26 (31%, 0%, 40%, 26%)
(0.31 / 0.00 / 0.40 / 0.26)

CMYK percentages

%30.85
%0
%39.89
%26.27

Codes

Color #82BC71 in popluar color models

82 BC 71
RGB 130 188 113
HSL 106° 35.89% 59.02%
HSB/HSV 106° 39.89% 73.73%
CMYK 30.85% 0.00% 39.89%
26.27%

Color #82BC71 in popluar number systems.

HEX 82 BC 71
Decimal 130 188 113
Binary 10000010 10111100 1110001
Octal 202 274 161

Shades and tints

Shades of #82BC71

#82BC71
(130,188,113)
#77AB67
(119,171,103)
#6C9A5D
(108,154,93)
#618953
(97,137,83)
#567849
(86,120,73)
#4B673F
(75,103,63)
#405635
(64,86,53)
#35452B
(53,69,43)
#2A3421
(42,52,33)
#1F2317
(31,35,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82BC71

#82BC71
(130,188,113)
#8DC27D
(141,194,125)
#98C889
(152,200,137)
#A3CE95
(163,206,149)
#AED4A1
(174,212,161)
#B9DAAD
(185,218,173)
#C4E0B9
(196,224,185)
#CFE6C5
(207,230,197)
#DAECD1
(218,236,209)
#E5F2DD
(229,242,221)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BC71 color. Also use rgb(130,188,113) instead hex code.

Text Font Color

.myTextColor { color: #82BC71; }

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

This text font color is #82BC71.

Background Color

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

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

This div background color is #82BC71.

Border color

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

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

This div border color is #82BC71.

Opacity

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

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

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

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

This text has shadow with #82BC71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BC71.

Preview

Color preview on black background

This text has color #82BC71 on black background.


Color preview on white background

This text has color #82BC71 on white background.


Black color preview on #82BC71 background

This text has black color on #82BC71 background.


White color preview on #82BC71 background

This text has white color on #82BC71 background.


Related colors

Complementary color

Complementary color for #hex is #7D438E.


I love getcolorcode.com

Triadic colors

1 #7182BC and #BC7182 with #82BC71 are triadic colors.

2 #71BC82 and #BC8271 with #82BC71 are triadic colors.