COLOR #82A981

HEX: #82A981 RGB: (130,169,129)

Color info

#82A981 contains red, green and blue colors in about the same proportion. Web safe color of #82A981 is #999999 (or #999).

RGB color model

#82A981 color RGB value is (130,169,129).

RGB: (130,169,129) (51%, 66%, 51%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 129 of 255 = 51%

130
169
129

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

Portions of RGB colors in percentages

R + G + B = 130 + 169 + 129 = 428 (100%)
R 130 of 428 ~ 30.37%
G 169 of 428 ~ 39.49%
B 129 of 428 ~ 30.14'%

%30.37
%39.49
%30.14

CMYK color model

#82A981 color CMYK value is (23,0,24,34).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%

CMYK: (23,0,24,34)
C23M0Y24K34 (23%, 0%, 24%, 34%)
(0.23 / 0.00 / 0.24 / 0.34)

CMYK percentages

%23.08
%0
%23.67
%33.73

Codes

Color #82A981 in popluar color models

82 A9 81
RGB 130 169 129
HSL 119° 18.87% 58.43%
HSB/HSV 119° 23.67% 66.27%
CMYK 23.08% 0.00% 23.67%
33.73%

Color #82A981 in popluar number systems.

HEX 82 A9 81
Decimal 130 169 129
Binary 10000010 10101001 10000001
Octal 202 251 201

Shades and tints

Shades of #82A981

#82A981
(130,169,129)
#779A76
(119,154,118)
#6C8B6B
(108,139,107)
#617C60
(97,124,96)
#566D55
(86,109,85)
#4B5E4A
(75,94,74)
#404F3F
(64,79,63)
#354034
(53,64,52)
#2A3129
(42,49,41)
#1F221E
(31,34,30)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #82A981

#82A981
(130,169,129)
#8DB08C
(141,176,140)
#98B797
(152,183,151)
#A3BEA2
(163,190,162)
#AEC5AD
(174,197,173)
#B9CCB8
(185,204,184)
#C4D3C3
(196,211,195)
#CFDACE
(207,218,206)
#DAE1D9
(218,225,217)
#E5E8E4
(229,232,228)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A981 color. Also use rgb(130,169,129) instead hex code.

Text Font Color

.myTextColor { color: #82A981; }

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

This text font color is #82A981.

Background Color

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

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

This div background color is #82A981.

Border color

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

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

This div border color is #82A981.

Opacity

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

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

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

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

This text has shadow with #82A981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A981.

Preview

Color preview on black background

This text has color #82A981 on black background.


Color preview on white background

This text has color #82A981 on white background.


Black color preview on #82A981 background

This text has black color on #82A981 background.


White color preview on #82A981 background

This text has white color on #82A981 background.


Related colors

Complementary color

Complementary color for #hex is #7D567E.


I love getcolorcode.com

Triadic colors

1 #8182A9 and #A98182 with #82A981 are triadic colors.

2 #81A982 and #A98281 with #82A981 are triadic colors.