COLOR #82AA8B

HEX: #82AA8B
RGB: (130,170,139)

Color info

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

RGB color model

#82AA8B color RGB value is (130,170,139).

  • red value is 130;
  • green value is 170;
  • blue value is 139.
RGB:
(130,170,139)
(51%,67%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 170 of 255 = 67%
B 139 of 255 = 55%

130
170
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 170 + 139 = 439 (100%)
R 130 of 439 ~ 29.61%
G 170 of 439 ~ 38.72%
B 139 of 439 ~ 31.66%

%29.61
%38.72
%31.66

CMYK color model

#82AA8B color CMYK value is (24,0,18,33).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(24,0,18,33)
C24M0Y18K33 
(24%,0%,18%,33%)
(0.24/0.00/0.18/0.33)	

CMYK percentages

%23.53
%0
%18.24
%33.33

Codes

Color #82AA8B in popluar color models

82AA8B
RGB130170139
HSL134°19.05%58.82%
HSB/HSV134°23.53%66.67%
CMYK23.53%0.00%18.24%
33.33%

Color #82AA8B in popluar number systems.

HEX82AA8B
Decimal130170139
Binary100000101010101010001011
Octal202252213

Shades and tints

Shades of #82AA8B

#82AA8B
(130,170,139)
#779B7F
(119,155,127)
#6C8C73
(108,140,115)
#617D67
(97,125,103)
#566E5B
(86,110,91)
#4B5F4F
(75,95,79)
#405043
(64,80,67)
#354137
(53,65,55)
#2A322B
(42,50,43)
#1F231F
(31,35,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #82AA8B

#82AA8B
(130,170,139)
#8DB195
(141,177,149)
#98B89F
(152,184,159)
#A3BFA9
(163,191,169)
#AEC6B3
(174,198,179)
#B9CDBD
(185,205,189)
#C4D4C7
(196,212,199)
#CFDBD1
(207,219,209)
#DAE2DB
(218,226,219)
#E5E9E5
(229,233,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AA8B; }

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

This text font color is #82AA8B.


Background Color

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

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

This div background color is #82AA8B.


Border color

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

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

This div border color is #82AA8B.


Opacity

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

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

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

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

This text has shadow with #82AA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AA8B on black background.


Color preview on white background

This text has color #82AA8B on white background.



Black color preview on #82AA8B background

This text has black color on #82AA8B background.


White color preview on #82AA8B background

This text has white color on #82AA8B background.