COLOR #82A39C

HEX: #82A39C
RGB: (130,163,156)

Color info

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

RGB color model

#82A39C color RGB value is (130,163,156).

  • red value is 130;
  • green value is 163;
  • blue value is 156.
RGB:
(130,163,156)
(51%,64%,61%)

RGB channels and saturation

R 130 of 255 = 51%
G 163 of 255 = 64%
B 156 of 255 = 61%

130
163
156

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

Portions of RGB colors in percentages

R + G + B =
130 + 163 + 156 = 449 (100%)
R 130 of 449 ~ 28.95%
G 163 of 449 ~ 36.3%
B 156 of 449 ~ 34.74%

%28.95
%36.3
%34.74

CMYK color model

#82A39C color CMYK value is (20,0,4,36).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK:
(20,0,4,36)
C20M0Y4K36 
(20%,0%,4%,36%)
(0.20/0.00/0.04/0.36)	

CMYK percentages

%20.25
%0
%4.29
%36.08

Codes

Color #82A39C in popluar color models

82A39C
RGB130163156
HSL167°15.21%57.45%
HSB/HSV167°20.25%63.92%
CMYK20.25%0.00%4.29%
36.08%

Color #82A39C in popluar number systems.

HEX82A39C
Decimal130163156
Binary100000101010001110011100
Octal202243234

Shades and tints

Shades of #82A39C

#82A39C
(130,163,156)
#77958E
(119,149,142)
#6C8780
(108,135,128)
#617972
(97,121,114)
#566B64
(86,107,100)
#4B5D56
(75,93,86)
#404F48
(64,79,72)
#35413A
(53,65,58)
#2A332C
(42,51,44)
#1F251E
(31,37,30)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #82A39C

#82A39C
(130,163,156)
#8DABA5
(141,171,165)
#98B3AE
(152,179,174)
#A3BBB7
(163,187,183)
#AEC3C0
(174,195,192)
#B9CBC9
(185,203,201)
#C4D3D2
(196,211,210)
#CFDBDB
(207,219,219)
#DAE3E4
(218,227,228)
#E5EBED
(229,235,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A39C color. Also use rgb(130,163,156) instead hex code.

Text Font Color

.myTextColor { color: #82A39C; }

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

This text font color is #82A39C.


Background Color

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

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

This div background color is #82A39C.


Border color

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

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

This div border color is #82A39C.


Opacity

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

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

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

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

This text has shadow with #82A39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A39C on black background.


Color preview on white background

This text has color #82A39C on white background.



Black color preview on #82A39C background

This text has black color on #82A39C background.


White color preview on #82A39C background

This text has white color on #82A39C background.