COLOR #82A39F

HEX: #82A39F RGB: (130,163,159)

Color info

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

RGB color model

#82A39F color RGB value is (130,163,159).

RGB: (130,163,159) (51%, 64%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 159 of 255 = 62%

130
163
159

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

Portions of RGB colors in percentages

R + G + B = 130 + 163 + 159 = 452 (100%)
R 130 of 452 ~ 28.76%
G 163 of 452 ~ 36.06%
B 159 of 452 ~ 35.18'%

%28.76
%36.06
%35.18

CMYK color model

#82A39F color CMYK value is (20,0,2,36).

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

CMYK: (20,0,2,36)
C20M0Y2K36 (20%, 0%, 2%, 36%)
(0.20 / 0.00 / 0.02 / 0.36)

CMYK percentages

%20.25
%0
%2.45
%36.08

Codes

Color #82A39F in popluar color models

82 A3 9F
RGB 130 163 159
HSL 173° 15.21% 57.45%
HSB/HSV 173° 20.25% 63.92%
CMYK 20.25% 0.00% 2.45%
36.08%

Color #82A39F in popluar number systems.

HEX 82 A3 9F
Decimal 130 163 159
Binary 10000010 10100011 10011111
Octal 202 243 237

Shades and tints

Shades of #82A39F

#82A39F
(130,163,159)
#779591
(119,149,145)
#6C8783
(108,135,131)
#617975
(97,121,117)
#566B67
(86,107,103)
#4B5D59
(75,93,89)
#404F4B
(64,79,75)
#35413D
(53,65,61)
#2A332F
(42,51,47)
#1F2521
(31,37,33)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #82A39F

#82A39F
(130,163,159)
#8DABA7
(141,171,167)
#98B3AF
(152,179,175)
#A3BBB7
(163,187,183)
#AEC3BF
(174,195,191)
#B9CBC7
(185,203,199)
#C4D3CF
(196,211,207)
#CFDBD7
(207,219,215)
#DAE3DF
(218,227,223)
#E5EBE7
(229,235,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A39F; }

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

This text font color is #82A39F.

Background Color

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

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

This div background color is #82A39F.

Border color

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

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

This div border color is #82A39F.

Opacity

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

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

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

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

This text has shadow with #82A39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A39F.

Preview

Color preview on black background

This text has color #82A39F on black background.


Color preview on white background

This text has color #82A39F on white background.


Black color preview on #82A39F background

This text has black color on #82A39F background.


White color preview on #82A39F background

This text has white color on #82A39F background.


Related colors

Complementary color

Complementary color for #hex is #7D5C60.


I love getcolorcode.com

Triadic colors

1 #9F82A3 and #A39F82 with #82A39F are triadic colors.

2 #9FA382 and #A3829F with #82A39F are triadic colors.