COLOR #82A1AD

HEX: #82A1AD
RGB: (130,161,173)

Color info

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

RGB color model

#82A1AD color RGB value is (130,161,173).

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

RGB channels and saturation

R 130 of 255 = 51%
G 161 of 255 = 63%
B 173 of 255 = 68%

130
161
173

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

Portions of RGB colors in percentages

R + G + B =
130 + 161 + 173 = 464 (100%)
R 130 of 464 ~ 28.02%
G 161 of 464 ~ 34.7%
B 173 of 464 ~ 37.28%

%28.02
%34.7
%37.28

CMYK color model

#82A1AD color CMYK value is (25,7,0,32).

  • cyan value is 24.86%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,7,0,32)
C25M7Y0K32 
(25%,7%,0%,32%)
(0.25/0.07/0.00/0.32)	

CMYK percentages

%24.86
%6.94
%0
%32.16

Codes

Color #82A1AD in popluar color models

82A1AD
RGB130161173
HSL197°20.77%59.41%
HSB/HSV197°24.86%67.84%
CMYK24.86%6.94%0.00%
32.16%

Color #82A1AD in popluar number systems.

HEX82A1AD
Decimal130161173
Binary100000101010000110101101
Octal202241255

Shades and tints

Shades of #82A1AD

#82A1AD
(130,161,173)
#77939E
(119,147,158)
#6C858F
(108,133,143)
#617780
(97,119,128)
#566971
(86,105,113)
#4B5B62
(75,91,98)
#404D53
(64,77,83)
#353F44
(53,63,68)
#2A3135
(42,49,53)
#1F2326
(31,35,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #82A1AD

#82A1AD
(130,161,173)
#8DA9B4
(141,169,180)
#98B1BB
(152,177,187)
#A3B9C2
(163,185,194)
#AEC1C9
(174,193,201)
#B9C9D0
(185,201,208)
#C4D1D7
(196,209,215)
#CFD9DE
(207,217,222)
#DAE1E5
(218,225,229)
#E5E9EC
(229,233,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A1AD; }

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

This text font color is #82A1AD.


Background Color

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

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

This div background color is #82A1AD.


Border color

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

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

This div border color is #82A1AD.


Opacity

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

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

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

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

This text has shadow with #82A1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A1AD on black background.


Color preview on white background

This text has color #82A1AD on white background.



Black color preview on #82A1AD background

This text has black color on #82A1AD background.


White color preview on #82A1AD background

This text has white color on #82A1AD background.