COLOR #82B19E

HEX: #82B19E RGB: (130,177,158)

Color info

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

RGB color model

#82B19E color RGB value is (130,177,158).

RGB: (130,177,158) (51%, 69%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 158 of 255 = 62%

130
177
158

R + G + B ~ 61%. #82B19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 177 + 158 = 465 (100%)
R 130 of 465 ~ 27.96%
G 177 of 465 ~ 38.06%
B 158 of 465 ~ 33.98'%

%27.96
%38.06
%33.98

CMYK color model

#82B19E color CMYK value is (27,0,11,31).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%

CMYK: (27,0,11,31)
C27M0Y11K31 (27%, 0%, 11%, 31%)
(0.27 / 0.00 / 0.11 / 0.31)

CMYK percentages

%26.55
%0
%10.73
%30.59

Codes

Color #82B19E in popluar color models

82 B1 9E
RGB 130 177 158
HSL 156° 23.15% 60.20%
HSB/HSV 156° 26.55% 69.41%
CMYK 26.55% 0.00% 10.73%
30.59%

Color #82B19E in popluar number systems.

HEX 82 B1 9E
Decimal 130 177 158
Binary 10000010 10110001 10011110
Octal 202 261 236

Shades and tints

Shades of #82B19E

#82B19E
(130,177,158)
#77A190
(119,161,144)
#6C9182
(108,145,130)
#618174
(97,129,116)
#567166
(86,113,102)
#4B6158
(75,97,88)
#40514A
(64,81,74)
#35413C
(53,65,60)
#2A312E
(42,49,46)
#1F2120
(31,33,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #82B19E

#82B19E
(130,177,158)
#8DB8A6
(141,184,166)
#98BFAE
(152,191,174)
#A3C6B6
(163,198,182)
#AECDBE
(174,205,190)
#B9D4C6
(185,212,198)
#C4DBCE
(196,219,206)
#CFE2D6
(207,226,214)
#DAE9DE
(218,233,222)
#E5F0E6
(229,240,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B19E color. Also use rgb(130,177,158) instead hex code.

Text Font Color

.myTextColor { color: #82B19E; }

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

This text font color is #82B19E.

Background Color

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

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

This div background color is #82B19E.

Border color

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

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

This div border color is #82B19E.

Opacity

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

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

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

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

This text has shadow with #82B19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B19E.

Preview

Color preview on black background

This text has color #82B19E on black background.


Color preview on white background

This text has color #82B19E on white background.


Black color preview on #82B19E background

This text has black color on #82B19E background.


White color preview on #82B19E background

This text has white color on #82B19E background.


Related colors

Complementary color

Complementary color for #hex is #7D4E61.


I love getcolorcode.com

Triadic colors

1 #9E82B1 and #B19E82 with #82B19E are triadic colors.

2 #9EB182 and #B1829E with #82B19E are triadic colors.