COLOR #82A7AA

HEX: #82A7AA RGB: (130,167,170)

Color info

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

RGB color model

#82A7AA color RGB value is (130,167,170).

RGB: (130,167,170) (51%, 65%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 167 of 255 = 65%
B 170 of 255 = 67%

130
167
170

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

Portions of RGB colors in percentages

R + G + B = 130 + 167 + 170 = 467 (100%)
R 130 of 467 ~ 27.84%
G 167 of 467 ~ 35.76%
B 170 of 467 ~ 36.4'%

%27.84
%35.76
%36.4

CMYK color model

#82A7AA color CMYK value is (24,2,0,33).

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

CMYK: (24,2,0,33)
C24M2Y0K33 (24%, 2%, 0%, 33%)
(0.24 / 0.02 / 0.00 / 0.33)

CMYK percentages

%23.53
%1.76
%0
%33.33

Codes

Color #82A7AA in popluar color models

82 A7 AA
RGB 130 167 170
HSL 185° 19.05% 58.82%
HSB/HSV 185° 23.53% 66.67%
CMYK 23.53% 1.76% 0.00%
33.33%

Color #82A7AA in popluar number systems.

HEX 82 A7 AA
Decimal 130 167 170
Binary 10000010 10100111 10101010
Octal 202 247 252

Shades and tints

Shades of #82A7AA

#82A7AA
(130,167,170)
#77989B
(119,152,155)
#6C898C
(108,137,140)
#617A7D
(97,122,125)
#566B6E
(86,107,110)
#4B5C5F
(75,92,95)
#404D50
(64,77,80)
#353E41
(53,62,65)
#2A2F32
(42,47,50)
#1F2023
(31,32,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #82A7AA

#82A7AA
(130,167,170)
#8DAFB1
(141,175,177)
#98B7B8
(152,183,184)
#A3BFBF
(163,191,191)
#AEC7C6
(174,199,198)
#B9CFCD
(185,207,205)
#C4D7D4
(196,215,212)
#CFDFDB
(207,223,219)
#DAE7E2
(218,231,226)
#E5EFE9
(229,239,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A7AA; }

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

This text font color is #82A7AA.

Background Color

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

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

This div background color is #82A7AA.

Border color

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

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

This div border color is #82A7AA.

Opacity

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

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

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

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

This text has shadow with #82A7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A7AA.

Preview

Color preview on black background

This text has color #82A7AA on black background.


Color preview on white background

This text has color #82A7AA on white background.


Black color preview on #82A7AA background

This text has black color on #82A7AA background.


White color preview on #82A7AA background

This text has white color on #82A7AA background.


Related colors

Complementary color

Complementary color for #hex is #7D5855.


I love getcolorcode.com

Triadic colors

1 #AA82A7 and #A7AA82 with #82A7AA are triadic colors.

2 #AAA782 and #A782AA with #82A7AA are triadic colors.