COLOR #82AE70

HEX: #82AE70
RGB: (130,174,112)

Color info

#82AE70 contains mainly red and green colors. Web safe color of #82AE70 is #999966 (or #996).

RGB color model

#82AE70 color RGB value is (130,174,112).

  • red value is 130;
  • green value is 174;
  • blue value is 112.
RGB:
(130,174,112)
(51%,68%,44%)

RGB channels and saturation

R 130 of 255 = 51%
G 174 of 255 = 68%
B 112 of 255 = 44%

130
174
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 174 + 112 = 416 (100%)
R 130 of 416 ~ 31.25%
G 174 of 416 ~ 41.83%
B 112 of 416 ~ 26.92%

%31.25
%41.83
%26.92

CMYK color model

#82AE70 color CMYK value is (25,0,36,32).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 35.63%
  • key color value is 31.76%
CMYK:
(25,0,36,32)
C25M0Y36K32 
(25%,0%,36%,32%)
(0.25/0.00/0.36/0.32)	

CMYK percentages

%25.29
%0
%35.63
%31.76

Codes

Color #82AE70 in popluar color models

82AE70
RGB130174112
HSL103°27.68%56.08%
HSB/HSV103°35.63%68.24%
CMYK25.29%0.00%35.63%
31.76%

Color #82AE70 in popluar number systems.

HEX82AE70
Decimal130174112
Binary10000010101011101110000
Octal202256160

Shades and tints

Shades of #82AE70

#82AE70
(130,174,112)
#779F66
(119,159,102)
#6C905C
(108,144,92)
#618152
(97,129,82)
#567248
(86,114,72)
#4B633E
(75,99,62)
#405434
(64,84,52)
#35452A
(53,69,42)
#2A3620
(42,54,32)
#1F2716
(31,39,22)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #82AE70

#82AE70
(130,174,112)
#8DB57D
(141,181,125)
#98BC8A
(152,188,138)
#A3C397
(163,195,151)
#AECAA4
(174,202,164)
#B9D1B1
(185,209,177)
#C4D8BE
(196,216,190)
#CFDFCB
(207,223,203)
#DAE6D8
(218,230,216)
#E5EDE5
(229,237,229)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AE70; }

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

This text font color is #82AE70.


Background Color

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

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

This div background color is #82AE70.


Border color

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

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

This div border color is #82AE70.


Opacity

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

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

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

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

This text has shadow with #82AE70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AE70 on black background.


Color preview on white background

This text has color #82AE70 on white background.



Black color preview on #82AE70 background

This text has black color on #82AE70 background.


White color preview on #82AE70 background

This text has white color on #82AE70 background.