COLOR #82B99E

HEX: #82B99E RGB: (130,185,158)

Color info

#82B99E contains red, green and blue colors in about the same proportion. Web safe color of #82B99E is #99CC99 (or #9C9).

RGB color model

#82B99E color RGB value is (130,185,158).

RGB: (130,185,158) (51%, 73%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 185 of 255 = 73%
B 158 of 255 = 62%

130
185
158

R + G + B ~ 62%. #82B99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 185 + 158 = 473 (100%)
R 130 of 473 ~ 27.48%
G 185 of 473 ~ 39.11%
B 158 of 473 ~ 33.4'%

%27.48
%39.11
%33.4

CMYK color model

#82B99E color CMYK value is (30,0,15,27).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%

CMYK: (30,0,15,27)
C30M0Y15K27 (30%, 0%, 15%, 27%)
(0.30 / 0.00 / 0.15 / 0.27)

CMYK percentages

%29.73
%0
%14.59
%27.45

Codes

Color #82B99E in popluar color models

82 B9 9E
RGB 130 185 158
HSL 151° 28.21% 61.76%
HSB/HSV 151° 29.73% 72.55%
CMYK 29.73% 0.00% 14.59%
27.45%

Color #82B99E in popluar number systems.

HEX 82 B9 9E
Decimal 130 185 158
Binary 10000010 10111001 10011110
Octal 202 271 236

Shades and tints

Shades of #82B99E

#82B99E
(130,185,158)
#77A990
(119,169,144)
#6C9982
(108,153,130)
#618974
(97,137,116)
#567966
(86,121,102)
#4B6958
(75,105,88)
#40594A
(64,89,74)
#35493C
(53,73,60)
#2A392E
(42,57,46)
#1F2920
(31,41,32)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #82B99E

#82B99E
(130,185,158)
#8DBFA6
(141,191,166)
#98C5AE
(152,197,174)
#A3CBB6
(163,203,182)
#AED1BE
(174,209,190)
#B9D7C6
(185,215,198)
#C4DDCE
(196,221,206)
#CFE3D6
(207,227,214)
#DAE9DE
(218,233,222)
#E5EFE6
(229,239,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B99E; }

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

This text font color is #82B99E.

Background Color

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

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

This div background color is #82B99E.

Border color

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

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

This div border color is #82B99E.

Opacity

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

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

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

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

This text has shadow with #82B99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B99E.

Preview

Color preview on black background

This text has color #82B99E on black background.


Color preview on white background

This text has color #82B99E on white background.


Black color preview on #82B99E background

This text has black color on #82B99E background.


White color preview on #82B99E background

This text has white color on #82B99E background.


Related colors

Complementary color

Complementary color for #hex is #7D4661.


I love getcolorcode.com

Triadic colors

1 #9E82B9 and #B99E82 with #82B99E are triadic colors.

2 #9EB982 and #B9829E with #82B99E are triadic colors.