COLOR #82A68B

HEX: #82A68B
RGB: (130,166,139)

Color info

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

RGB color model

#82A68B color RGB value is (130,166,139).

  • red value is 130;
  • green value is 166;
  • blue value is 139.
RGB:
(130,166,139)
(51%,65%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 166 of 255 = 65%
B 139 of 255 = 55%

130
166
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 166 + 139 = 435 (100%)
R 130 of 435 ~ 29.89%
G 166 of 435 ~ 38.16%
B 139 of 435 ~ 31.95%

%29.89
%38.16
%31.95

CMYK color model

#82A68B color CMYK value is (22,0,16,35).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 34.90%
CMYK:
(22,0,16,35)
C22M0Y16K35 
(22%,0%,16%,35%)
(0.22/0.00/0.16/0.35)	

CMYK percentages

%21.69
%0
%16.27
%34.9

Codes

Color #82A68B in popluar color models

82A68B
RGB130166139
HSL135°16.82%58.04%
HSB/HSV135°21.69%65.10%
CMYK21.69%0.00%16.27%
34.90%

Color #82A68B in popluar number systems.

HEX82A68B
Decimal130166139
Binary100000101010011010001011
Octal202246213

Shades and tints

Shades of #82A68B

#82A68B
(130,166,139)
#77977F
(119,151,127)
#6C8873
(108,136,115)
#617967
(97,121,103)
#566A5B
(86,106,91)
#4B5B4F
(75,91,79)
#404C43
(64,76,67)
#353D37
(53,61,55)
#2A2E2B
(42,46,43)
#1F1F1F
(31,31,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #82A68B

#82A68B
(130,166,139)
#8DAE95
(141,174,149)
#98B69F
(152,182,159)
#A3BEA9
(163,190,169)
#AEC6B3
(174,198,179)
#B9CEBD
(185,206,189)
#C4D6C7
(196,214,199)
#CFDED1
(207,222,209)
#DAE6DB
(218,230,219)
#E5EEE5
(229,238,229)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A68B color. Also use rgb(130,166,139) instead hex code.

Text Font Color

.myTextColor { color: #82A68B; }

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

This text font color is #82A68B.


Background Color

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

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

This div background color is #82A68B.


Border color

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

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

This div border color is #82A68B.


Opacity

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

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

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

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

This text has shadow with #82A68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A68B on black background.


Color preview on white background

This text has color #82A68B on white background.



Black color preview on #82A68B background

This text has black color on #82A68B background.


White color preview on #82A68B background

This text has white color on #82A68B background.