COLOR #82AA8F

HEX: #82AA8F RGB: (130,170,143)

Color info

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

RGB color model

#82AA8F color RGB value is (130,170,143).

RGB: (130,170,143) (51%, 67%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 170 of 255 = 67%
B 143 of 255 = 56%

130
170
143

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

Portions of RGB colors in percentages

R + G + B = 130 + 170 + 143 = 443 (100%)
R 130 of 443 ~ 29.35%
G 170 of 443 ~ 38.37%
B 143 of 443 ~ 32.28'%

%29.35
%38.37
%32.28

CMYK color model

#82AA8F color CMYK value is (24,0,16,33).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 15.88%
  • key color value is 33.33%

CMYK: (24,0,16,33)
C24M0Y16K33 (24%, 0%, 16%, 33%)
(0.24 / 0.00 / 0.16 / 0.33)

CMYK percentages

%23.53
%0
%15.88
%33.33

Codes

Color #82AA8F in popluar color models

82 AA 8F
RGB 130 170 143
HSL 140° 19.05% 58.82%
HSB/HSV 140° 23.53% 66.67%
CMYK 23.53% 0.00% 15.88%
33.33%

Color #82AA8F in popluar number systems.

HEX 82 AA 8F
Decimal 130 170 143
Binary 10000010 10101010 10001111
Octal 202 252 217

Shades and tints

Shades of #82AA8F

#82AA8F
(130,170,143)
#779B82
(119,155,130)
#6C8C75
(108,140,117)
#617D68
(97,125,104)
#566E5B
(86,110,91)
#4B5F4E
(75,95,78)
#405041
(64,80,65)
#354134
(53,65,52)
#2A3227
(42,50,39)
#1F231A
(31,35,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #82AA8F

#82AA8F
(130,170,143)
#8DB199
(141,177,153)
#98B8A3
(152,184,163)
#A3BFAD
(163,191,173)
#AEC6B7
(174,198,183)
#B9CDC1
(185,205,193)
#C4D4CB
(196,212,203)
#CFDBD5
(207,219,213)
#DAE2DF
(218,226,223)
#E5E9E9
(229,233,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AA8F color. Also use rgb(130,170,143) instead hex code.

Text Font Color

.myTextColor { color: #82AA8F; }

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

This text font color is #82AA8F.

Background Color

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

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

This div background color is #82AA8F.

Border color

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

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

This div border color is #82AA8F.

Opacity

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

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

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

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

This text has shadow with #82AA8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AA8F.

Preview

Color preview on black background

This text has color #82AA8F on black background.


Color preview on white background

This text has color #82AA8F on white background.


Black color preview on #82AA8F background

This text has black color on #82AA8F background.


White color preview on #82AA8F background

This text has white color on #82AA8F background.


Related colors

Complementary color

Complementary color for #hex is #7D5570.


I love getcolorcode.com

Triadic colors

1 #8F82AA and #AA8F82 with #82AA8F are triadic colors.

2 #8FAA82 and #AA828F with #82AA8F are triadic colors.