COLOR #82A8AA

HEX: #82A8AA
RGB: (130,168,170)

Color info

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

RGB color model

#82A8AA color RGB value is (130,168,170).

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

RGB channels and saturation

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

130
168
170

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

Portions of RGB colors in percentages

R + G + B =
130 + 168 + 170 = 468 (100%)
R 130 of 468 ~ 27.78%
G 168 of 468 ~ 35.9%
B 170 of 468 ~ 36.32%

%27.78
%35.9
%36.32

CMYK color model

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

  • cyan value is 23.53%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,1,0,33)
C24M1Y0K33 
(24%,1%,0%,33%)
(0.24/0.01/0.00/0.33)	

CMYK percentages

%23.53
%1.18
%0
%33.33

Codes

Color #82A8AA in popluar color models

82A8AA
RGB130168170
HSL183°19.05%58.82%
HSB/HSV183°23.53%66.67%
CMYK23.53%1.18%0.00%
33.33%

Color #82A8AA in popluar number systems.

HEX82A8AA
Decimal130168170
Binary100000101010100010101010
Octal202250252

Shades and tints

Shades of #82A8AA

#82A8AA
(130,168,170)
#77999B
(119,153,155)
#6C8A8C
(108,138,140)
#617B7D
(97,123,125)
#566C6E
(86,108,110)
#4B5D5F
(75,93,95)
#404E50
(64,78,80)
#353F41
(53,63,65)
#2A3032
(42,48,50)
#1F2123
(31,33,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #82A8AA

#82A8AA
(130,168,170)
#8DAFB1
(141,175,177)
#98B6B8
(152,182,184)
#A3BDBF
(163,189,191)
#AEC4C6
(174,196,198)
#B9CBCD
(185,203,205)
#C4D2D4
(196,210,212)
#CFD9DB
(207,217,219)
#DAE0E2
(218,224,226)
#E5E7E9
(229,231,233)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A8AA; }

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

This text font color is #82A8AA.


Background Color

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

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

This div background color is #82A8AA.


Border color

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

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

This div border color is #82A8AA.


Opacity

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

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

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

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

This text has shadow with #82A8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A8AA on black background.


Color preview on white background

This text has color #82A8AA on white background.



Black color preview on #82A8AA background

This text has black color on #82A8AA background.


White color preview on #82A8AA background

This text has white color on #82A8AA background.