COLOR #82A68F

HEX: #82A68F
RGB: (130,166,143)

Color info

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

RGB color model

#82A68F color RGB value is (130,166,143).

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

RGB channels and saturation

R 130 of 255 = 51%
G 166 of 255 = 65%
B 143 of 255 = 56%

130
166
143

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

Portions of RGB colors in percentages

R + G + B =
130 + 166 + 143 = 439 (100%)
R 130 of 439 ~ 29.61%
G 166 of 439 ~ 37.81%
B 143 of 439 ~ 32.57%

%29.61
%37.81
%32.57

CMYK color model

#82A68F color CMYK value is (22,0,14,35).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(22,0,14,35)
C22M0Y14K35 
(22%,0%,14%,35%)
(0.22/0.00/0.14/0.35)	

CMYK percentages

%21.69
%0
%13.86
%34.9

Codes

Color #82A68F in popluar color models

82A68F
RGB130166143
HSL142°16.82%58.04%
HSB/HSV142°21.69%65.10%
CMYK21.69%0.00%13.86%
34.90%

Color #82A68F in popluar number systems.

HEX82A68F
Decimal130166143
Binary100000101010011010001111
Octal202246217

Shades and tints

Shades of #82A68F

#82A68F
(130,166,143)
#779782
(119,151,130)
#6C8875
(108,136,117)
#617968
(97,121,104)
#566A5B
(86,106,91)
#4B5B4E
(75,91,78)
#404C41
(64,76,65)
#353D34
(53,61,52)
#2A2E27
(42,46,39)
#1F1F1A
(31,31,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #82A68F

#82A68F
(130,166,143)
#8DAE99
(141,174,153)
#98B6A3
(152,182,163)
#A3BEAD
(163,190,173)
#AEC6B7
(174,198,183)
#B9CEC1
(185,206,193)
#C4D6CB
(196,214,203)
#CFDED5
(207,222,213)
#DAE6DF
(218,230,223)
#E5EEE9
(229,238,233)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A68F; }

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

This text font color is #82A68F.


Background Color

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

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

This div background color is #82A68F.


Border color

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

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

This div border color is #82A68F.


Opacity

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

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

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

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

This text has shadow with #82A68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A68F on black background.


Color preview on white background

This text has color #82A68F on white background.



Black color preview on #82A68F background

This text has black color on #82A68F background.


White color preview on #82A68F background

This text has white color on #82A68F background.