COLOR #82A397

HEX: #82A397 RGB: (130,163,151)

Color info

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

RGB color model

#82A397 color RGB value is (130,163,151).

RGB: (130,163,151) (51%, 64%, 59%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 151 of 255 = 59%

130
163
151

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

Portions of RGB colors in percentages

R + G + B = 130 + 163 + 151 = 444 (100%)
R 130 of 444 ~ 29.28%
G 163 of 444 ~ 36.71%
B 151 of 444 ~ 34.01'%

%29.28
%36.71
%34.01

CMYK color model

#82A397 color CMYK value is (20,0,7,36).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 7.36%
  • key color value is 36.08%

CMYK: (20,0,7,36)
C20M0Y7K36 (20%, 0%, 7%, 36%)
(0.20 / 0.00 / 0.07 / 0.36)

CMYK percentages

%20.25
%0
%7.36
%36.08

Codes

Color #82A397 in popluar color models

82 A3 97
RGB 130 163 151
HSL 158° 15.21% 57.45%
HSB/HSV 158° 20.25% 63.92%
CMYK 20.25% 0.00% 7.36%
36.08%

Color #82A397 in popluar number systems.

HEX 82 A3 97
Decimal 130 163 151
Binary 10000010 10100011 10010111
Octal 202 243 227

Shades and tints

Shades of #82A397

#82A397
(130,163,151)
#77958A
(119,149,138)
#6C877D
(108,135,125)
#617970
(97,121,112)
#566B63
(86,107,99)
#4B5D56
(75,93,86)
#404F49
(64,79,73)
#35413C
(53,65,60)
#2A332F
(42,51,47)
#1F2522
(31,37,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #82A397

#82A397
(130,163,151)
#8DABA0
(141,171,160)
#98B3A9
(152,179,169)
#A3BBB2
(163,187,178)
#AEC3BB
(174,195,187)
#B9CBC4
(185,203,196)
#C4D3CD
(196,211,205)
#CFDBD6
(207,219,214)
#DAE3DF
(218,227,223)
#E5EBE8
(229,235,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A397; }

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

This text font color is #82A397.

Background Color

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

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

This div background color is #82A397.

Border color

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

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

This div border color is #82A397.

Opacity

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

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

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

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

This text has shadow with #82A397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A397.

Preview

Color preview on black background

This text has color #82A397 on black background.


Color preview on white background

This text has color #82A397 on white background.


Black color preview on #82A397 background

This text has black color on #82A397 background.


White color preview on #82A397 background

This text has white color on #82A397 background.


Related colors

Complementary color

Complementary color for #hex is #7D5C68.


I love getcolorcode.com

Triadic colors

1 #9782A3 and #A39782 with #82A397 are triadic colors.

2 #97A382 and #A38297 with #82A397 are triadic colors.