COLOR #82AB82

HEX: #82AB82
RGB: (130,171,130)

Color info

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

RGB color model

#82AB82 color RGB value is (130,171,130).

  • red value is 130;
  • green value is 171;
  • blue value is 130.
RGB:
(130,171,130)
(51%,67%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 171 of 255 = 67%
B 130 of 255 = 51%

130
171
130

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

Portions of RGB colors in percentages

R + G + B =
130 + 171 + 130 = 431 (100%)
R 130 of 431 ~ 30.16%
G 171 of 431 ~ 39.68%
B 130 of 431 ~ 30.16%

%30.16
%39.68
%30.16

CMYK color model

#82AB82 color CMYK value is (24,0,24,33).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(24,0,24,33)
C24M0Y24K33 
(24%,0%,24%,33%)
(0.24/0.00/0.24/0.33)	

CMYK percentages

%23.98
%0
%23.98
%32.94

Codes

Color #82AB82 in popluar color models

82AB82
RGB130171130
HSL120°19.62%59.02%
HSB/HSV120°23.98%67.06%
CMYK23.98%0.00%23.98%
32.94%

Color #82AB82 in popluar number systems.

HEX82AB82
Decimal130171130
Binary100000101010101110000010
Octal202253202

Shades and tints

Shades of #82AB82

#82AB82
(130,171,130)
#779C77
(119,156,119)
#6C8D6C
(108,141,108)
#617E61
(97,126,97)
#566F56
(86,111,86)
#4B604B
(75,96,75)
#405140
(64,81,64)
#354235
(53,66,53)
#2A332A
(42,51,42)
#1F241F
(31,36,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #82AB82

#82AB82
(130,171,130)
#8DB28D
(141,178,141)
#98B998
(152,185,152)
#A3C0A3
(163,192,163)
#AEC7AE
(174,199,174)
#B9CEB9
(185,206,185)
#C4D5C4
(196,213,196)
#CFDCCF
(207,220,207)
#DAE3DA
(218,227,218)
#E5EAE5
(229,234,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AB82; }

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

This text font color is #82AB82.


Background Color

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

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

This div background color is #82AB82.


Border color

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

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

This div border color is #82AB82.


Opacity

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

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

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

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

This text has shadow with #82AB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AB82 on black background.


Color preview on white background

This text has color #82AB82 on white background.



Black color preview on #82AB82 background

This text has black color on #82AB82 background.


White color preview on #82AB82 background

This text has white color on #82AB82 background.