COLOR #82A97E

HEX: #82A97E
RGB: (130,169,126)

Color info

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

RGB color model

#82A97E color RGB value is (130,169,126).

  • red value is 130;
  • green value is 169;
  • blue value is 126.
RGB:
(130,169,126)
(51%,66%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 126 of 255 = 49%

130
169
126

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

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 126 = 425 (100%)
R 130 of 425 ~ 30.59%
G 169 of 425 ~ 39.76%
B 126 of 425 ~ 29.65%

%30.59
%39.76
%29.65

CMYK color model

#82A97E color CMYK value is (23,0,25,34).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK:
(23,0,25,34)
C23M0Y25K34 
(23%,0%,25%,34%)
(0.23/0.00/0.25/0.34)	

CMYK percentages

%23.08
%0
%25.44
%33.73

Codes

Color #82A97E in popluar color models

82A97E
RGB130169126
HSL114°20.00%57.84%
HSB/HSV114°25.44%66.27%
CMYK23.08%0.00%25.44%
33.73%

Color #82A97E in popluar number systems.

HEX82A97E
Decimal130169126
Binary10000010101010011111110
Octal202251176

Shades and tints

Shades of #82A97E

#82A97E
(130,169,126)
#779A73
(119,154,115)
#6C8B68
(108,139,104)
#617C5D
(97,124,93)
#566D52
(86,109,82)
#4B5E47
(75,94,71)
#404F3C
(64,79,60)
#354031
(53,64,49)
#2A3126
(42,49,38)
#1F221B
(31,34,27)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #82A97E

#82A97E
(130,169,126)
#8DB089
(141,176,137)
#98B794
(152,183,148)
#A3BE9F
(163,190,159)
#AEC5AA
(174,197,170)
#B9CCB5
(185,204,181)
#C4D3C0
(196,211,192)
#CFDACB
(207,218,203)
#DAE1D6
(218,225,214)
#E5E8E1
(229,232,225)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A97E; }

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

This text font color is #82A97E.


Background Color

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

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

This div background color is #82A97E.


Border color

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

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

This div border color is #82A97E.


Opacity

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

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

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

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

This text has shadow with #82A97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A97E on black background.


Color preview on white background

This text has color #82A97E on white background.



Black color preview on #82A97E background

This text has black color on #82A97E background.


White color preview on #82A97E background

This text has white color on #82A97E background.