COLOR #82A8AD

HEX: #82A8AD
RGB: (130,168,173)

Color info

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

RGB color model

#82A8AD color RGB value is (130,168,173).

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

RGB channels and saturation

R 130 of 255 = 51%
G 168 of 255 = 66%
B 173 of 255 = 68%

130
168
173

R + G + B ~ 62%. #82A8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 168 + 173 = 471 (100%)
R 130 of 471 ~ 27.6%
G 168 of 471 ~ 35.67%
B 173 of 471 ~ 36.73%

%27.6
%35.67
%36.73

CMYK color model

#82A8AD color CMYK value is (25,3,0,32).

  • cyan value is 24.86%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,3,0,32)
C25M3Y0K32 
(25%,3%,0%,32%)
(0.25/0.03/0.00/0.32)	

CMYK percentages

%24.86
%2.89
%0
%32.16

Codes

Color #82A8AD in popluar color models

82A8AD
RGB130168173
HSL187°20.77%59.41%
HSB/HSV187°24.86%67.84%
CMYK24.86%2.89%0.00%
32.16%

Color #82A8AD in popluar number systems.

HEX82A8AD
Decimal130168173
Binary100000101010100010101101
Octal202250255

Shades and tints

Shades of #82A8AD

#82A8AD
(130,168,173)
#77999E
(119,153,158)
#6C8A8F
(108,138,143)
#617B80
(97,123,128)
#566C71
(86,108,113)
#4B5D62
(75,93,98)
#404E53
(64,78,83)
#353F44
(53,63,68)
#2A3035
(42,48,53)
#1F2126
(31,33,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #82A8AD

#82A8AD
(130,168,173)
#8DAFB4
(141,175,180)
#98B6BB
(152,182,187)
#A3BDC2
(163,189,194)
#AEC4C9
(174,196,201)
#B9CBD0
(185,203,208)
#C4D2D7
(196,210,215)
#CFD9DE
(207,217,222)
#DAE0E5
(218,224,229)
#E5E7EC
(229,231,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A8AD; }

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

This text font color is #82A8AD.


Background Color

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

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

This div background color is #82A8AD.


Border color

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

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

This div border color is #82A8AD.


Opacity

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

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

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

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

This text has shadow with #82A8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A8AD on black background.


Color preview on white background

This text has color #82A8AD on white background.



Black color preview on #82A8AD background

This text has black color on #82A8AD background.


White color preview on #82A8AD background

This text has white color on #82A8AD background.