COLOR #82A07E

HEX: #82A07E RGB: (130,160,126)

Color info

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

RGB color model

#82A07E color RGB value is (130,160,126).

RGB: (130,160,126) (51%, 63%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 126 of 255 = 49%

130
160
126

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 126 = 416 (100%)
R 130 of 416 ~ 31.25%
G 160 of 416 ~ 38.46%
B 126 of 416 ~ 30.29'%

%31.25
%38.46
%30.29

CMYK color model

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

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • 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
%21.25
%37.25

Codes

Color #82A07E in popluar color models

82 A0 7E
RGB 130 160 126
HSL 113° 15.18% 56.08%
HSB/HSV 113° 21.25% 62.75%
CMYK 18.75% 0.00% 21.25%
37.25%

Color #82A07E in popluar number systems.

HEX 82 A0 7E
Decimal 130 160 126
Binary 10000010 10100000 1111110
Octal 202 240 176

Shades and tints

Shades of #82A07E

#82A07E
(130,160,126)
#779273
(119,146,115)
#6C8468
(108,132,104)
#61765D
(97,118,93)
#566852
(86,104,82)
#4B5A47
(75,90,71)
#404C3C
(64,76,60)
#353E31
(53,62,49)
#2A3026
(42,48,38)
#1F221B
(31,34,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #82A07E

#82A07E
(130,160,126)
#8DA889
(141,168,137)
#98B094
(152,176,148)
#A3B89F
(163,184,159)
#AEC0AA
(174,192,170)
#B9C8B5
(185,200,181)
#C4D0C0
(196,208,192)
#CFD8CB
(207,216,203)
#DAE0D6
(218,224,214)
#E5E8E1
(229,232,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A07E; }

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

This text font color is #82A07E.

Background Color

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

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

This div background color is #82A07E.

Border color

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

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

This div border color is #82A07E.

Opacity

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

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

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

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

This text has shadow with #82A07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A07E.

Preview

Color preview on black background

This text has color #82A07E on black background.


Color preview on white background

This text has color #82A07E on white background.


Black color preview on #82A07E background

This text has black color on #82A07E background.


White color preview on #82A07E background

This text has white color on #82A07E background.


Related colors

Complementary color

Complementary color for #hex is #7D5F81.


I love getcolorcode.com

Triadic colors

1 #7E82A0 and #A07E82 with #82A07E are triadic colors.

2 #7EA082 and #A0827E with #82A07E are triadic colors.