COLOR #82AA9A

HEX: #82AA9A
RGB: (130,170,154)

Color info

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

RGB color model

#82AA9A color RGB value is (130,170,154).

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

RGB channels and saturation

R 130 of 255 = 51%
G 170 of 255 = 67%
B 154 of 255 = 60%

130
170
154

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

Portions of RGB colors in percentages

R + G + B =
130 + 170 + 154 = 454 (100%)
R 130 of 454 ~ 28.63%
G 170 of 454 ~ 37.44%
B 154 of 454 ~ 33.92%

%28.63
%37.44
%33.92

CMYK color model

#82AA9A color CMYK value is (24,0,9,33).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 33.33%
CMYK:
(24,0,9,33)
C24M0Y9K33 
(24%,0%,9%,33%)
(0.24/0.00/0.09/0.33)	

CMYK percentages

%23.53
%0
%9.41
%33.33

Codes

Color #82AA9A in popluar color models

82AA9A
RGB130170154
HSL156°19.05%58.82%
HSB/HSV156°23.53%66.67%
CMYK23.53%0.00%9.41%
33.33%

Color #82AA9A in popluar number systems.

HEX82AA9A
Decimal130170154
Binary100000101010101010011010
Octal202252232

Shades and tints

Shades of #82AA9A

#82AA9A
(130,170,154)
#779B8C
(119,155,140)
#6C8C7E
(108,140,126)
#617D70
(97,125,112)
#566E62
(86,110,98)
#4B5F54
(75,95,84)
#405046
(64,80,70)
#354138
(53,65,56)
#2A322A
(42,50,42)
#1F231C
(31,35,28)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #82AA9A

#82AA9A
(130,170,154)
#8DB1A3
(141,177,163)
#98B8AC
(152,184,172)
#A3BFB5
(163,191,181)
#AEC6BE
(174,198,190)
#B9CDC7
(185,205,199)
#C4D4D0
(196,212,208)
#CFDBD9
(207,219,217)
#DAE2E2
(218,226,226)
#E5E9EB
(229,233,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AA9A; }

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

This text font color is #82AA9A.


Background Color

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

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

This div background color is #82AA9A.


Border color

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

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

This div border color is #82AA9A.


Opacity

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

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

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

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

This text has shadow with #82AA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AA9A on black background.


Color preview on white background

This text has color #82AA9A on white background.



Black color preview on #82AA9A background

This text has black color on #82AA9A background.


White color preview on #82AA9A background

This text has white color on #82AA9A background.