COLOR #82ACA6

HEX: #82ACA6
RGB: (130,172,166)

Color info

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

RGB color model

#82ACA6 color RGB value is (130,172,166).

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

RGB channels and saturation

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

130
172
166

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

Portions of RGB colors in percentages

R + G + B =
130 + 172 + 166 = 468 (100%)
R 130 of 468 ~ 27.78%
G 172 of 468 ~ 36.75%
B 166 of 468 ~ 35.47%

%27.78
%36.75
%35.47

CMYK color model

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

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

CMYK percentages

%24.42
%0
%3.49
%32.55

Codes

Color #82ACA6 in popluar color models

82ACA6
RGB130172166
HSL171°20.19%59.22%
HSB/HSV171°24.42%67.45%
CMYK24.42%0.00%3.49%
32.55%

Color #82ACA6 in popluar number systems.

HEX82ACA6
Decimal130172166
Binary100000101010110010100110
Octal202254246

Shades and tints

Shades of #82ACA6

#82ACA6
(130,172,166)
#779D97
(119,157,151)
#6C8E88
(108,142,136)
#617F79
(97,127,121)
#56706A
(86,112,106)
#4B615B
(75,97,91)
#40524C
(64,82,76)
#35433D
(53,67,61)
#2A342E
(42,52,46)
#1F251F
(31,37,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #82ACA6

#82ACA6
(130,172,166)
#8DB3AE
(141,179,174)
#98BAB6
(152,186,182)
#A3C1BE
(163,193,190)
#AEC8C6
(174,200,198)
#B9CFCE
(185,207,206)
#C4D6D6
(196,214,214)
#CFDDDE
(207,221,222)
#DAE4E6
(218,228,230)
#E5EBEE
(229,235,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ACA6; }

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

This text font color is #82ACA6.


Background Color

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

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

This div background color is #82ACA6.


Border color

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

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

This div border color is #82ACA6.


Opacity

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

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

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

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

This text has shadow with #82ACA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ACA6 on black background.


Color preview on white background

This text has color #82ACA6 on white background.



Black color preview on #82ACA6 background

This text has black color on #82ACA6 background.


White color preview on #82ACA6 background

This text has white color on #82ACA6 background.