COLOR #82A597

HEX: #82A597
RGB: (130,165,151)

Color info

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

RGB color model

#82A597 color RGB value is (130,165,151).

  • red value is 130;
  • green value is 165;
  • blue value is 151.
RGB:
(130,165,151)
(51%,65%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 151 of 255 = 59%

130
165
151

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

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 151 = 446 (100%)
R 130 of 446 ~ 29.15%
G 165 of 446 ~ 37%
B 151 of 446 ~ 33.86%

%29.15
%37
%33.86

CMYK color model

#82A597 color CMYK value is (21,0,8,35).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(21,0,8,35)
C21M0Y8K35 
(21%,0%,8%,35%)
(0.21/0.00/0.08/0.35)	

CMYK percentages

%21.21
%0
%8.48
%35.29

Codes

Color #82A597 in popluar color models

82A597
RGB130165151
HSL156°16.28%57.84%
HSB/HSV156°21.21%64.71%
CMYK21.21%0.00%8.48%
35.29%

Color #82A597 in popluar number systems.

HEX82A597
Decimal130165151
Binary100000101010010110010111
Octal202245227

Shades and tints

Shades of #82A597

#82A597
(130,165,151)
#77968A
(119,150,138)
#6C877D
(108,135,125)
#617870
(97,120,112)
#566963
(86,105,99)
#4B5A56
(75,90,86)
#404B49
(64,75,73)
#353C3C
(53,60,60)
#2A2D2F
(42,45,47)
#1F1E22
(31,30,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #82A597

#82A597
(130,165,151)
#8DADA0
(141,173,160)
#98B5A9
(152,181,169)
#A3BDB2
(163,189,178)
#AEC5BB
(174,197,187)
#B9CDC4
(185,205,196)
#C4D5CD
(196,213,205)
#CFDDD6
(207,221,214)
#DAE5DF
(218,229,223)
#E5EDE8
(229,237,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A597; }

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

This text font color is #82A597.


Background Color

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

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

This div background color is #82A597.


Border color

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

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

This div border color is #82A597.


Opacity

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

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

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

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

This text has shadow with #82A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A597 on black background.


Color preview on white background

This text has color #82A597 on white background.



Black color preview on #82A597 background

This text has black color on #82A597 background.


White color preview on #82A597 background

This text has white color on #82A597 background.