COLOR #82A7AC

HEX: #82A7AC
RGB: (130,167,172)

Color info

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

RGB color model

#82A7AC color RGB value is (130,167,172).

  • red value is 130;
  • green value is 167;
  • blue value is 172.
RGB:
(130,167,172)
(51%,65%,67%)

RGB channels and saturation

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

130
167
172

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

Portions of RGB colors in percentages

R + G + B =
130 + 167 + 172 = 469 (100%)
R 130 of 469 ~ 27.72%
G 167 of 469 ~ 35.61%
B 172 of 469 ~ 36.67%

%27.72
%35.61
%36.67

CMYK color model

#82A7AC color CMYK value is (24,3,0,33).

  • cyan value is 24.42%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(24,3,0,33)
C24M3Y0K33 
(24%,3%,0%,33%)
(0.24/0.03/0.00/0.33)	

CMYK percentages

%24.42
%2.91
%0
%32.55

Codes

Color #82A7AC in popluar color models

82A7AC
RGB130167172
HSL187°20.19%59.22%
HSB/HSV187°24.42%67.45%
CMYK24.42%2.91%0.00%
32.55%

Color #82A7AC in popluar number systems.

HEX82A7AC
Decimal130167172
Binary100000101010011110101100
Octal202247254

Shades and tints

Shades of #82A7AC

#82A7AC
(130,167,172)
#77989D
(119,152,157)
#6C898E
(108,137,142)
#617A7F
(97,122,127)
#566B70
(86,107,112)
#4B5C61
(75,92,97)
#404D52
(64,77,82)
#353E43
(53,62,67)
#2A2F34
(42,47,52)
#1F2025
(31,32,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #82A7AC

#82A7AC
(130,167,172)
#8DAFB3
(141,175,179)
#98B7BA
(152,183,186)
#A3BFC1
(163,191,193)
#AEC7C8
(174,199,200)
#B9CFCF
(185,207,207)
#C4D7D6
(196,215,214)
#CFDFDD
(207,223,221)
#DAE7E4
(218,231,228)
#E5EFEB
(229,239,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A7AC; }

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

This text font color is #82A7AC.


Background Color

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

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

This div background color is #82A7AC.


Border color

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

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

This div border color is #82A7AC.


Opacity

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

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

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

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

This text has shadow with #82A7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A7AC on black background.


Color preview on white background

This text has color #82A7AC on white background.



Black color preview on #82A7AC background

This text has black color on #82A7AC background.


White color preview on #82A7AC background

This text has white color on #82A7AC background.