COLOR #82AE7F

HEX: #82AE7F
RGB: (130,174,127)

Color info

#82AE7F contains red, green and blue colors in about the same proportion. Web safe color of #82AE7F is #999966 (or #996).

RGB color model

#82AE7F color RGB value is (130,174,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 174 of 255 = 68%
B 127 of 255 = 50%

130
174
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 174 + 127 = 431 (100%)
R 130 of 431 ~ 30.16%
G 174 of 431 ~ 40.37%
B 127 of 431 ~ 29.47%

%30.16
%40.37
%29.47

CMYK color model

#82AE7F color CMYK value is (25,0,27,32).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(25,0,27,32)
C25M0Y27K32 
(25%,0%,27%,32%)
(0.25/0.00/0.27/0.32)	

CMYK percentages

%25.29
%0
%27.01
%31.76

Codes

Color #82AE7F in popluar color models

82AE7F
RGB130174127
HSL116°22.49%59.02%
HSB/HSV116°27.01%68.24%
CMYK25.29%0.00%27.01%
31.76%

Color #82AE7F in popluar number systems.

HEX82AE7F
Decimal130174127
Binary10000010101011101111111
Octal202256177

Shades and tints

Shades of #82AE7F

#82AE7F
(130,174,127)
#779F74
(119,159,116)
#6C9069
(108,144,105)
#61815E
(97,129,94)
#567253
(86,114,83)
#4B6348
(75,99,72)
#40543D
(64,84,61)
#354532
(53,69,50)
#2A3627
(42,54,39)
#1F271C
(31,39,28)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #82AE7F

#82AE7F
(130,174,127)
#8DB58A
(141,181,138)
#98BC95
(152,188,149)
#A3C3A0
(163,195,160)
#AECAAB
(174,202,171)
#B9D1B6
(185,209,182)
#C4D8C1
(196,216,193)
#CFDFCC
(207,223,204)
#DAE6D7
(218,230,215)
#E5EDE2
(229,237,226)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AE7F; }

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

This text font color is #82AE7F.


Background Color

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

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

This div background color is #82AE7F.


Border color

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

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

This div border color is #82AE7F.


Opacity

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

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

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

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

This text has shadow with #82AE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AE7F on black background.


Color preview on white background

This text has color #82AE7F on white background.



Black color preview on #82AE7F background

This text has black color on #82AE7F background.


White color preview on #82AE7F background

This text has white color on #82AE7F background.