COLOR #82A5AD

HEX: #82A5AD
RGB: (130,165,173)

Color info

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

RGB color model

#82A5AD color RGB value is (130,165,173).

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

RGB channels and saturation

R 130 of 255 = 51%
G 165 of 255 = 65%
B 173 of 255 = 68%

130
165
173

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

Portions of RGB colors in percentages

R + G + B =
130 + 165 + 173 = 468 (100%)
R 130 of 468 ~ 27.78%
G 165 of 468 ~ 35.26%
B 173 of 468 ~ 36.97%

%27.78
%35.26
%36.97

CMYK color model

#82A5AD color CMYK value is (25,5,0,32).

  • cyan value is 24.86%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,5,0,32)
C25M5Y0K32 
(25%,5%,0%,32%)
(0.25/0.05/0.00/0.32)	

CMYK percentages

%24.86
%4.62
%0
%32.16

Codes

Color #82A5AD in popluar color models

82A5AD
RGB130165173
HSL191°20.77%59.41%
HSB/HSV191°24.86%67.84%
CMYK24.86%4.62%0.00%
32.16%

Color #82A5AD in popluar number systems.

HEX82A5AD
Decimal130165173
Binary100000101010010110101101
Octal202245255

Shades and tints

Shades of #82A5AD

#82A5AD
(130,165,173)
#77969E
(119,150,158)
#6C878F
(108,135,143)
#617880
(97,120,128)
#566971
(86,105,113)
#4B5A62
(75,90,98)
#404B53
(64,75,83)
#353C44
(53,60,68)
#2A2D35
(42,45,53)
#1F1E26
(31,30,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #82A5AD

#82A5AD
(130,165,173)
#8DADB4
(141,173,180)
#98B5BB
(152,181,187)
#A3BDC2
(163,189,194)
#AEC5C9
(174,197,201)
#B9CDD0
(185,205,208)
#C4D5D7
(196,213,215)
#CFDDDE
(207,221,222)
#DAE5E5
(218,229,229)
#E5EDEC
(229,237,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A5AD; }

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

This text font color is #82A5AD.


Background Color

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

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

This div background color is #82A5AD.


Border color

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

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

This div border color is #82A5AD.


Opacity

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

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

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

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

This text has shadow with #82A5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A5AD on black background.


Color preview on white background

This text has color #82A5AD on white background.



Black color preview on #82A5AD background

This text has black color on #82A5AD background.


White color preview on #82A5AD background

This text has white color on #82A5AD background.