COLOR #82A989

HEX: #82A989
RGB: (130,169,137)

Color info

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

RGB color model

#82A989 color RGB value is (130,169,137).

  • red value is 130;
  • green value is 169;
  • blue value is 137.
RGB:
(130,169,137)
(51%,66%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 137 of 255 = 54%

130
169
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 137 = 436 (100%)
R 130 of 436 ~ 29.82%
G 169 of 436 ~ 38.76%
B 137 of 436 ~ 31.42%

%29.82
%38.76
%31.42

CMYK color model

#82A989 color CMYK value is (23,0,19,34).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(23,0,19,34)
C23M0Y19K34 
(23%,0%,19%,34%)
(0.23/0.00/0.19/0.34)	

CMYK percentages

%23.08
%0
%18.93
%33.73

Codes

Color #82A989 in popluar color models

82A989
RGB130169137
HSL131°18.48%58.63%
HSB/HSV131°23.08%66.27%
CMYK23.08%0.00%18.93%
33.73%

Color #82A989 in popluar number systems.

HEX82A989
Decimal130169137
Binary100000101010100110001001
Octal202251211

Shades and tints

Shades of #82A989

#82A989
(130,169,137)
#779A7D
(119,154,125)
#6C8B71
(108,139,113)
#617C65
(97,124,101)
#566D59
(86,109,89)
#4B5E4D
(75,94,77)
#404F41
(64,79,65)
#354035
(53,64,53)
#2A3129
(42,49,41)
#1F221D
(31,34,29)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #82A989

#82A989
(130,169,137)
#8DB093
(141,176,147)
#98B79D
(152,183,157)
#A3BEA7
(163,190,167)
#AEC5B1
(174,197,177)
#B9CCBB
(185,204,187)
#C4D3C5
(196,211,197)
#CFDACF
(207,218,207)
#DAE1D9
(218,225,217)
#E5E8E3
(229,232,227)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A989 color. Also use rgb(130,169,137) instead hex code.

Text Font Color

.myTextColor { color: #82A989; }

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

This text font color is #82A989.


Background Color

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

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

This div background color is #82A989.


Border color

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

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

This div border color is #82A989.


Opacity

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

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

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

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

This text has shadow with #82A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A989 on black background.


Color preview on white background

This text has color #82A989 on white background.



Black color preview on #82A989 background

This text has black color on #82A989 background.


White color preview on #82A989 background

This text has white color on #82A989 background.