COLOR #82A29A

HEX: #82A29A
RGB: (130,162,154)

Color info

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

RGB color model

#82A29A color RGB value is (130,162,154).

  • red value is 130;
  • green value is 162;
  • blue value is 154.
RGB:
(130,162,154)
(51%,64%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 162 of 255 = 64%
B 154 of 255 = 60%

130
162
154

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

Portions of RGB colors in percentages

R + G + B =
130 + 162 + 154 = 446 (100%)
R 130 of 446 ~ 29.15%
G 162 of 446 ~ 36.32%
B 154 of 446 ~ 34.53%

%29.15
%36.32
%34.53

CMYK color model

#82A29A color CMYK value is (20,0,5,36).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 36.47%
CMYK:
(20,0,5,36)
C20M0Y5K36 
(20%,0%,5%,36%)
(0.20/0.00/0.05/0.36)	

CMYK percentages

%19.75
%0
%4.94
%36.47

Codes

Color #82A29A in popluar color models

82A29A
RGB130162154
HSL165°14.68%57.25%
HSB/HSV165°19.75%63.53%
CMYK19.75%0.00%4.94%
36.47%

Color #82A29A in popluar number systems.

HEX82A29A
Decimal130162154
Binary100000101010001010011010
Octal202242232

Shades and tints

Shades of #82A29A

#82A29A
(130,162,154)
#77948C
(119,148,140)
#6C867E
(108,134,126)
#617870
(97,120,112)
#566A62
(86,106,98)
#4B5C54
(75,92,84)
#404E46
(64,78,70)
#354038
(53,64,56)
#2A322A
(42,50,42)
#1F241C
(31,36,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #82A29A

#82A29A
(130,162,154)
#8DAAA3
(141,170,163)
#98B2AC
(152,178,172)
#A3BAB5
(163,186,181)
#AEC2BE
(174,194,190)
#B9CAC7
(185,202,199)
#C4D2D0
(196,210,208)
#CFDAD9
(207,218,217)
#DAE2E2
(218,226,226)
#E5EAEB
(229,234,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A29A color. Also use rgb(130,162,154) instead hex code.

Text Font Color

.myTextColor { color: #82A29A; }

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

This text font color is #82A29A.


Background Color

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

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

This div background color is #82A29A.


Border color

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

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

This div border color is #82A29A.


Opacity

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

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

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

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

This text has shadow with #82A29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A29A on black background.


Color preview on white background

This text has color #82A29A on white background.



Black color preview on #82A29A background

This text has black color on #82A29A background.


White color preview on #82A29A background

This text has white color on #82A29A background.