COLOR #82BC7B

HEX: #82BC7B RGB: (130,188,123)

Color info

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

RGB color model

#82BC7B color RGB value is (130,188,123).

RGB: (130,188,123) (51%, 74%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 188 of 255 = 74%
B 123 of 255 = 48%

130
188
123

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

Portions of RGB colors in percentages

R + G + B = 130 + 188 + 123 = 441 (100%)
R 130 of 441 ~ 29.48%
G 188 of 441 ~ 42.63%
B 123 of 441 ~ 27.89'%

%29.48
%42.63
%27.89

CMYK color model

#82BC7B color CMYK value is (31,0,35,26).

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

CMYK: (31,0,35,26)
C31M0Y35K26 (31%, 0%, 35%, 26%)
(0.31 / 0.00 / 0.35 / 0.26)

CMYK percentages

%30.85
%0
%34.57
%26.27

Codes

Color #82BC7B in popluar color models

82 BC 7B
RGB 130 188 123
HSL 114° 32.66% 60.98%
HSB/HSV 114° 34.57% 73.73%
CMYK 30.85% 0.00% 34.57%
26.27%

Color #82BC7B in popluar number systems.

HEX 82 BC 7B
Decimal 130 188 123
Binary 10000010 10111100 1111011
Octal 202 274 173

Shades and tints

Shades of #82BC7B

#82BC7B
(130,188,123)
#77AB70
(119,171,112)
#6C9A65
(108,154,101)
#61895A
(97,137,90)
#56784F
(86,120,79)
#4B6744
(75,103,68)
#405639
(64,86,57)
#35452E
(53,69,46)
#2A3423
(42,52,35)
#1F2318
(31,35,24)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82BC7B

#82BC7B
(130,188,123)
#8DC287
(141,194,135)
#98C893
(152,200,147)
#A3CE9F
(163,206,159)
#AED4AB
(174,212,171)
#B9DAB7
(185,218,183)
#C4E0C3
(196,224,195)
#CFE6CF
(207,230,207)
#DAECDB
(218,236,219)
#E5F2E7
(229,242,231)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BC7B; }

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

This text font color is #82BC7B.

Background Color

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

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

This div background color is #82BC7B.

Border color

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

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

This div border color is #82BC7B.

Opacity

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

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

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

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

This text has shadow with #82BC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BC7B.

Preview

Color preview on black background

This text has color #82BC7B on black background.


Color preview on white background

This text has color #82BC7B on white background.


Black color preview on #82BC7B background

This text has black color on #82BC7B background.


White color preview on #82BC7B background

This text has white color on #82BC7B background.


Related colors

Complementary color

Complementary color for #hex is #7D4384.


I love getcolorcode.com

Triadic colors

1 #7B82BC and #BC7B82 with #82BC7B are triadic colors.

2 #7BBC82 and #BC827B with #82BC7B are triadic colors.