COLOR #82AA88

HEX: #82AA88
RGB: (130,170,136)

Color info

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

RGB color model

#82AA88 color RGB value is (130,170,136).

  • red value is 130;
  • green value is 170;
  • blue value is 136.
RGB:
(130,170,136)
(51%,67%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 170 of 255 = 67%
B 136 of 255 = 53%

130
170
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 170 + 136 = 436 (100%)
R 130 of 436 ~ 29.82%
G 170 of 436 ~ 38.99%
B 136 of 436 ~ 31.19%

%29.82
%38.99
%31.19

CMYK color model

#82AA88 color CMYK value is (24,0,20,33).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(24,0,20,33)
C24M0Y20K33 
(24%,0%,20%,33%)
(0.24/0.00/0.20/0.33)	

CMYK percentages

%23.53
%0
%20
%33.33

Codes

Color #82AA88 in popluar color models

82AA88
RGB130170136
HSL129°19.05%58.82%
HSB/HSV129°23.53%66.67%
CMYK23.53%0.00%20.00%
33.33%

Color #82AA88 in popluar number systems.

HEX82AA88
Decimal130170136
Binary100000101010101010001000
Octal202252210

Shades and tints

Shades of #82AA88

#82AA88
(130,170,136)
#779B7C
(119,155,124)
#6C8C70
(108,140,112)
#617D64
(97,125,100)
#566E58
(86,110,88)
#4B5F4C
(75,95,76)
#405040
(64,80,64)
#354134
(53,65,52)
#2A3228
(42,50,40)
#1F231C
(31,35,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #82AA88

#82AA88
(130,170,136)
#8DB192
(141,177,146)
#98B89C
(152,184,156)
#A3BFA6
(163,191,166)
#AEC6B0
(174,198,176)
#B9CDBA
(185,205,186)
#C4D4C4
(196,212,196)
#CFDBCE
(207,219,206)
#DAE2D8
(218,226,216)
#E5E9E2
(229,233,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AA88 color. Also use rgb(130,170,136) instead hex code.

Text Font Color

.myTextColor { color: #82AA88; }

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

This text font color is #82AA88.


Background Color

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

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

This div background color is #82AA88.


Border color

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

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

This div border color is #82AA88.


Opacity

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

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

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

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

This text has shadow with #82AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AA88 on black background.


Color preview on white background

This text has color #82AA88 on white background.



Black color preview on #82AA88 background

This text has black color on #82AA88 background.


White color preview on #82AA88 background

This text has white color on #82AA88 background.