COLOR #82AAA9

HEX: #82AAA9 RGB: (130,170,169)

Color info

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

RGB color model

#82AAA9 color RGB value is (130,170,169).

RGB: (130,170,169) (51%, 67%, 66%)

RGB channels and saturation

R 130 of 255 = 51%
G 170 of 255 = 67%
B 169 of 255 = 66%

130
170
169

R + G + B ~ 61%. #82AAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 170 + 169 = 469 (100%)
R 130 of 469 ~ 27.72%
G 170 of 469 ~ 36.25%
B 169 of 469 ~ 36.03'%

%27.72
%36.25
%36.03

CMYK color model

#82AAA9 color CMYK value is (24,0,1,33).

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

CMYK: (24,0,1,33)
C24M0Y1K33 (24%, 0%, 1%, 33%)
(0.24 / 0.00 / 0.01 / 0.33)

CMYK percentages

%23.53
%0
%0.59
%33.33

Codes

Color #82AAA9 in popluar color models

82 AA A9
RGB 130 170 169
HSL 179° 19.05% 58.82%
HSB/HSV 179° 23.53% 66.67%
CMYK 23.53% 0.00% 0.59%
33.33%

Color #82AAA9 in popluar number systems.

HEX 82 AA A9
Decimal 130 170 169
Binary 10000010 10101010 10101001
Octal 202 252 251

Shades and tints

Shades of #82AAA9

#82AAA9
(130,170,169)
#779B9A
(119,155,154)
#6C8C8B
(108,140,139)
#617D7C
(97,125,124)
#566E6D
(86,110,109)
#4B5F5E
(75,95,94)
#40504F
(64,80,79)
#354140
(53,65,64)
#2A3231
(42,50,49)
#1F2322
(31,35,34)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #82AAA9

#82AAA9
(130,170,169)
#8DB1B0
(141,177,176)
#98B8B7
(152,184,183)
#A3BFBE
(163,191,190)
#AEC6C5
(174,198,197)
#B9CDCC
(185,205,204)
#C4D4D3
(196,212,211)
#CFDBDA
(207,219,218)
#DAE2E1
(218,226,225)
#E5E9E8
(229,233,232)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AAA9; }

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

This text font color is #82AAA9.

Background Color

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

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

This div background color is #82AAA9.

Border color

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

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

This div border color is #82AAA9.

Opacity

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

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

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

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

This text has shadow with #82AAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AAA9.

Preview

Color preview on black background

This text has color #82AAA9 on black background.


Color preview on white background

This text has color #82AAA9 on white background.


Black color preview on #82AAA9 background

This text has black color on #82AAA9 background.


White color preview on #82AAA9 background

This text has white color on #82AAA9 background.


Related colors

Complementary color

Complementary color for #hex is #7D5556.


I love getcolorcode.com

Triadic colors

1 #A982AA and #AAA982 with #82AAA9 are triadic colors.

2 #A9AA82 and #AA82A9 with #82AAA9 are triadic colors.