COLOR #82ACA5

HEX: #82ACA5
RGB: (130,172,165)

Color info

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

RGB color model

#82ACA5 color RGB value is (130,172,165).

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

RGB channels and saturation

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

130
172
165

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

Portions of RGB colors in percentages

R + G + B =
130 + 172 + 165 = 467 (100%)
R 130 of 467 ~ 27.84%
G 172 of 467 ~ 36.83%
B 165 of 467 ~ 35.33%

%27.84
%36.83
%35.33

CMYK color model

#82ACA5 color CMYK value is (24,0,4,33).

  • cyan value is 24.42%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(24,0,4,33)
C24M0Y4K33 
(24%,0%,4%,33%)
(0.24/0.00/0.04/0.33)	

CMYK percentages

%24.42
%0
%4.07
%32.55

Codes

Color #82ACA5 in popluar color models

82ACA5
RGB130172165
HSL170°20.19%59.22%
HSB/HSV170°24.42%67.45%
CMYK24.42%0.00%4.07%
32.55%

Color #82ACA5 in popluar number systems.

HEX82ACA5
Decimal130172165
Binary100000101010110010100101
Octal202254245

Shades and tints

Shades of #82ACA5

#82ACA5
(130,172,165)
#779D96
(119,157,150)
#6C8E87
(108,142,135)
#617F78
(97,127,120)
#567069
(86,112,105)
#4B615A
(75,97,90)
#40524B
(64,82,75)
#35433C
(53,67,60)
#2A342D
(42,52,45)
#1F251E
(31,37,30)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #82ACA5

#82ACA5
(130,172,165)
#8DB3AD
(141,179,173)
#98BAB5
(152,186,181)
#A3C1BD
(163,193,189)
#AEC8C5
(174,200,197)
#B9CFCD
(185,207,205)
#C4D6D5
(196,214,213)
#CFDDDD
(207,221,221)
#DAE4E5
(218,228,229)
#E5EBED
(229,235,237)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ACA5; }

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

This text font color is #82ACA5.


Background Color

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

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

This div background color is #82ACA5.


Border color

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

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

This div border color is #82ACA5.


Opacity

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

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

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

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

This text has shadow with #82ACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ACA5 on black background.


Color preview on white background

This text has color #82ACA5 on white background.



Black color preview on #82ACA5 background

This text has black color on #82ACA5 background.


White color preview on #82ACA5 background

This text has white color on #82ACA5 background.