COLOR #82A1A4

HEX: #82A1A4
RGB: (130,161,164)

Color info

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

RGB color model

#82A1A4 color RGB value is (130,161,164).

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

RGB channels and saturation

R 130 of 255 = 51%
G 161 of 255 = 63%
B 164 of 255 = 64%

130
161
164

R + G + B ~ 59%. #82A1A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 161 + 164 = 455 (100%)
R 130 of 455 ~ 28.57%
G 161 of 455 ~ 35.38%
B 164 of 455 ~ 36.04%

%28.57
%35.38
%36.04

CMYK color model

#82A1A4 color CMYK value is (21,2,0,36).

  • cyan value is 20.73%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(21,2,0,36)
C21M2Y0K36 
(21%,2%,0%,36%)
(0.21/0.02/0.00/0.36)	

CMYK percentages

%20.73
%1.83
%0
%35.69

Codes

Color #82A1A4 in popluar color models

82A1A4
RGB130161164
HSL185°15.74%57.65%
HSB/HSV185°20.73%64.31%
CMYK20.73%1.83%0.00%
35.69%

Color #82A1A4 in popluar number systems.

HEX82A1A4
Decimal130161164
Binary100000101010000110100100
Octal202241244

Shades and tints

Shades of #82A1A4

#82A1A4
(130,161,164)
#779396
(119,147,150)
#6C8588
(108,133,136)
#61777A
(97,119,122)
#56696C
(86,105,108)
#4B5B5E
(75,91,94)
#404D50
(64,77,80)
#353F42
(53,63,66)
#2A3134
(42,49,52)
#1F2326
(31,35,38)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #82A1A4

#82A1A4
(130,161,164)
#8DA9AC
(141,169,172)
#98B1B4
(152,177,180)
#A3B9BC
(163,185,188)
#AEC1C4
(174,193,196)
#B9C9CC
(185,201,204)
#C4D1D4
(196,209,212)
#CFD9DC
(207,217,220)
#DAE1E4
(218,225,228)
#E5E9EC
(229,233,236)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A1A4; }

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

This text font color is #82A1A4.


Background Color

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

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

This div background color is #82A1A4.


Border color

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

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

This div border color is #82A1A4.


Opacity

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

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

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

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

This text has shadow with #82A1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A1A4 on black background.


Color preview on white background

This text has color #82A1A4 on white background.



Black color preview on #82A1A4 background

This text has black color on #82A1A4 background.


White color preview on #82A1A4 background

This text has white color on #82A1A4 background.