COLOR #82B97A

HEX: #82B97A RGB: (130,185,122)

Color info

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

RGB color model

#82B97A color RGB value is (130,185,122).

RGB: (130,185,122) (51%, 73%, 48%)

RGB channels and saturation

R 130 of 255 = 51%
G 185 of 255 = 73%
B 122 of 255 = 48%

130
185
122

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

Portions of RGB colors in percentages

R + G + B = 130 + 185 + 122 = 437 (100%)
R 130 of 437 ~ 29.75%
G 185 of 437 ~ 42.33%
B 122 of 437 ~ 27.92'%

%29.75
%42.33
%27.92

CMYK color model

#82B97A color CMYK value is (30,0,34,27).

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

CMYK: (30,0,34,27)
C30M0Y34K27 (30%, 0%, 34%, 27%)
(0.30 / 0.00 / 0.34 / 0.27)

CMYK percentages

%29.73
%0
%34.05
%27.45

Codes

Color #82B97A in popluar color models

82 B9 7A
RGB 130 185 122
HSL 112° 31.03% 60.20%
HSB/HSV 112° 34.05% 72.55%
CMYK 29.73% 0.00% 34.05%
27.45%

Color #82B97A in popluar number systems.

HEX 82 B9 7A
Decimal 130 185 122
Binary 10000010 10111001 1111010
Octal 202 271 172

Shades and tints

Shades of #82B97A

#82B97A
(130,185,122)
#77A96F
(119,169,111)
#6C9964
(108,153,100)
#618959
(97,137,89)
#56794E
(86,121,78)
#4B6943
(75,105,67)
#405938
(64,89,56)
#35492D
(53,73,45)
#2A3922
(42,57,34)
#1F2917
(31,41,23)
#14190C
(20,25,12)
#000000
(0,0,0)

Tints of #82B97A

#82B97A
(130,185,122)
#8DBF86
(141,191,134)
#98C592
(152,197,146)
#A3CB9E
(163,203,158)
#AED1AA
(174,209,170)
#B9D7B6
(185,215,182)
#C4DDC2
(196,221,194)
#CFE3CE
(207,227,206)
#DAE9DA
(218,233,218)
#E5EFE6
(229,239,230)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B97A; }

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

This text font color is #82B97A.

Background Color

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

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

This div background color is #82B97A.

Border color

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

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

This div border color is #82B97A.

Opacity

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

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

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

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

This text has shadow with #82B97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B97A.

Preview

Color preview on black background

This text has color #82B97A on black background.


Color preview on white background

This text has color #82B97A on white background.


Black color preview on #82B97A background

This text has black color on #82B97A background.


White color preview on #82B97A background

This text has white color on #82B97A background.


Related colors

Complementary color

Complementary color for #hex is #7D4685.


I love getcolorcode.com

Triadic colors

1 #7A82B9 and #B97A82 with #82B97A are triadic colors.

2 #7AB982 and #B9827A with #82B97A are triadic colors.