COLOR #82A67F

HEX: #82A67F RGB: (130,166,127)

Color info

#82A67F contains red, green and blue colors in about the same proportion. Web safe color of #82A67F is #999966 (or #996).

RGB color model

#82A67F color RGB value is (130,166,127).

RGB: (130,166,127) (51%, 65%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 166 of 255 = 65%
B 127 of 255 = 50%

130
166
127

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

Portions of RGB colors in percentages

R + G + B = 130 + 166 + 127 = 423 (100%)
R 130 of 423 ~ 30.73%
G 166 of 423 ~ 39.24%
B 127 of 423 ~ 30.02'%

%30.73
%39.24
%30.02

CMYK color model

#82A67F color CMYK value is (22,0,23,35).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 34.90%

CMYK: (22,0,23,35)
C22M0Y23K35 (22%, 0%, 23%, 35%)
(0.22 / 0.00 / 0.23 / 0.35)

CMYK percentages

%21.69
%0
%23.49
%34.9

Codes

Color #82A67F in popluar color models

82 A6 7F
RGB 130 166 127
HSL 115° 17.97% 57.45%
HSB/HSV 115° 23.49% 65.10%
CMYK 21.69% 0.00% 23.49%
34.90%

Color #82A67F in popluar number systems.

HEX 82 A6 7F
Decimal 130 166 127
Binary 10000010 10100110 1111111
Octal 202 246 177

Shades and tints

Shades of #82A67F

#82A67F
(130,166,127)
#779774
(119,151,116)
#6C8869
(108,136,105)
#61795E
(97,121,94)
#566A53
(86,106,83)
#4B5B48
(75,91,72)
#404C3D
(64,76,61)
#353D32
(53,61,50)
#2A2E27
(42,46,39)
#1F1F1C
(31,31,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #82A67F

#82A67F
(130,166,127)
#8DAE8A
(141,174,138)
#98B695
(152,182,149)
#A3BEA0
(163,190,160)
#AEC6AB
(174,198,171)
#B9CEB6
(185,206,182)
#C4D6C1
(196,214,193)
#CFDECC
(207,222,204)
#DAE6D7
(218,230,215)
#E5EEE2
(229,238,226)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A67F; }

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

This text font color is #82A67F.

Background Color

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

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

This div background color is #82A67F.

Border color

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

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

This div border color is #82A67F.

Opacity

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

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

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

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

This text has shadow with #82A67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A67F.

Preview

Color preview on black background

This text has color #82A67F on black background.


Color preview on white background

This text has color #82A67F on white background.


Black color preview on #82A67F background

This text has black color on #82A67F background.


White color preview on #82A67F background

This text has white color on #82A67F background.


Related colors

Complementary color

Complementary color for #hex is #7D5980.


I love getcolorcode.com

Triadic colors

1 #7F82A6 and #A67F82 with #82A67F are triadic colors.

2 #7FA682 and #A6827F with #82A67F are triadic colors.