COLOR #82A07F

HEX: #82A07F RGB: (130,160,127)

Color info

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

RGB color model

#82A07F color RGB value is (130,160,127).

RGB: (130,160,127) (51%, 63%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 127 of 255 = 50%

130
160
127

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 127 = 417 (100%)
R 130 of 417 ~ 31.18%
G 160 of 417 ~ 38.37%
B 127 of 417 ~ 30.46'%

%31.18
%38.37
%30.46

CMYK color model

#82A07F color CMYK value is (19,0,21,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 37.25%

CMYK: (19,0,21,37)
C19M0Y21K37 (19%, 0%, 21%, 37%)
(0.19 / 0.00 / 0.21 / 0.37)

CMYK percentages

%18.75
%0
%20.63
%37.25

Codes

Color #82A07F in popluar color models

82 A0 7F
RGB 130 160 127
HSL 115° 14.80% 56.27%
HSB/HSV 115° 20.63% 62.75%
CMYK 18.75% 0.00% 20.63%
37.25%

Color #82A07F in popluar number systems.

HEX 82 A0 7F
Decimal 130 160 127
Binary 10000010 10100000 1111111
Octal 202 240 177

Shades and tints

Shades of #82A07F

#82A07F
(130,160,127)
#779274
(119,146,116)
#6C8469
(108,132,105)
#61765E
(97,118,94)
#566853
(86,104,83)
#4B5A48
(75,90,72)
#404C3D
(64,76,61)
#353E32
(53,62,50)
#2A3027
(42,48,39)
#1F221C
(31,34,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #82A07F

#82A07F
(130,160,127)
#8DA88A
(141,168,138)
#98B095
(152,176,149)
#A3B8A0
(163,184,160)
#AEC0AB
(174,192,171)
#B9C8B6
(185,200,182)
#C4D0C1
(196,208,193)
#CFD8CC
(207,216,204)
#DAE0D7
(218,224,215)
#E5E8E2
(229,232,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A07F; }

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

This text font color is #82A07F.

Background Color

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

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

This div background color is #82A07F.

Border color

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

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

This div border color is #82A07F.

Opacity

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

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

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

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

This text has shadow with #82A07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A07F.

Preview

Color preview on black background

This text has color #82A07F on black background.


Color preview on white background

This text has color #82A07F on white background.


Black color preview on #82A07F background

This text has black color on #82A07F background.


White color preview on #82A07F background

This text has white color on #82A07F background.


Related colors

Complementary color

Complementary color for #hex is #7D5F80.


I love getcolorcode.com

Triadic colors

1 #7F82A0 and #A07F82 with #82A07F are triadic colors.

2 #7FA082 and #A0827F with #82A07F are triadic colors.