COLOR #82A99C

HEX: #82A99C
RGB: (130,169,156)

Color info

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

RGB color model

#82A99C color RGB value is (130,169,156).

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

RGB channels and saturation

R 130 of 255 = 51%
G 169 of 255 = 66%
B 156 of 255 = 61%

130
169
156

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

Portions of RGB colors in percentages

R + G + B =
130 + 169 + 156 = 455 (100%)
R 130 of 455 ~ 28.57%
G 169 of 455 ~ 37.14%
B 156 of 455 ~ 34.29%

%28.57
%37.14
%34.29

CMYK color model

#82A99C color CMYK value is (23,0,8,34).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(23,0,8,34)
C23M0Y8K34 
(23%,0%,8%,34%)
(0.23/0.00/0.08/0.34)	

CMYK percentages

%23.08
%0
%7.69
%33.73

Codes

Color #82A99C in popluar color models

82A99C
RGB130169156
HSL160°18.48%58.63%
HSB/HSV160°23.08%66.27%
CMYK23.08%0.00%7.69%
33.73%

Color #82A99C in popluar number systems.

HEX82A99C
Decimal130169156
Binary100000101010100110011100
Octal202251234

Shades and tints

Shades of #82A99C

#82A99C
(130,169,156)
#779A8E
(119,154,142)
#6C8B80
(108,139,128)
#617C72
(97,124,114)
#566D64
(86,109,100)
#4B5E56
(75,94,86)
#404F48
(64,79,72)
#35403A
(53,64,58)
#2A312C
(42,49,44)
#1F221E
(31,34,30)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #82A99C

#82A99C
(130,169,156)
#8DB0A5
(141,176,165)
#98B7AE
(152,183,174)
#A3BEB7
(163,190,183)
#AEC5C0
(174,197,192)
#B9CCC9
(185,204,201)
#C4D3D2
(196,211,210)
#CFDADB
(207,218,219)
#DAE1E4
(218,225,228)
#E5E8ED
(229,232,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A99C; }

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

This text font color is #82A99C.


Background Color

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

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

This div background color is #82A99C.


Border color

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

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

This div border color is #82A99C.


Opacity

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

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

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

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

This text has shadow with #82A99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A99C on black background.


Color preview on white background

This text has color #82A99C on white background.



Black color preview on #82A99C background

This text has black color on #82A99C background.


White color preview on #82A99C background

This text has white color on #82A99C background.