COLOR #82B59D

HEX: #82B59D
RGB: (130,181,157)

Color info

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

RGB color model

#82B59D color RGB value is (130,181,157).

  • red value is 130;
  • green value is 181;
  • blue value is 157.
RGB:
(130,181,157)
(51%,71%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 181 of 255 = 71%
B 157 of 255 = 62%

130
181
157

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

Portions of RGB colors in percentages

R + G + B =
130 + 181 + 157 = 468 (100%)
R 130 of 468 ~ 27.78%
G 181 of 468 ~ 38.68%
B 157 of 468 ~ 33.55%

%27.78
%38.68
%33.55

CMYK color model

#82B59D color CMYK value is (28,0,13,29).

  • cyan value is 28.18%
  • magenta value is 0.00%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(28,0,13,29)
C28M0Y13K29 
(28%,0%,13%,29%)
(0.28/0.00/0.13/0.29)	

CMYK percentages

%28.18
%0
%13.26
%29.02

Codes

Color #82B59D in popluar color models

82B59D
RGB130181157
HSL152°25.63%60.98%
HSB/HSV152°28.18%70.98%
CMYK28.18%0.00%13.26%
29.02%

Color #82B59D in popluar number systems.

HEX82B59D
Decimal130181157
Binary100000101011010110011101
Octal202265235

Shades and tints

Shades of #82B59D

#82B59D
(130,181,157)
#77A58F
(119,165,143)
#6C9581
(108,149,129)
#618573
(97,133,115)
#567565
(86,117,101)
#4B6557
(75,101,87)
#405549
(64,85,73)
#35453B
(53,69,59)
#2A352D
(42,53,45)
#1F251F
(31,37,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #82B59D

#82B59D
(130,181,157)
#8DBBA5
(141,187,165)
#98C1AD
(152,193,173)
#A3C7B5
(163,199,181)
#AECDBD
(174,205,189)
#B9D3C5
(185,211,197)
#C4D9CD
(196,217,205)
#CFDFD5
(207,223,213)
#DAE5DD
(218,229,221)
#E5EBE5
(229,235,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B59D color. Also use rgb(130,181,157) instead hex code.

Text Font Color

.myTextColor { color: #82B59D; }

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

This text font color is #82B59D.


Background Color

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

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

This div background color is #82B59D.


Border color

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

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

This div border color is #82B59D.


Opacity

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

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

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

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

This text has shadow with #82B59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B59D on black background.


Color preview on white background

This text has color #82B59D on white background.



Black color preview on #82B59D background

This text has black color on #82B59D background.


White color preview on #82B59D background

This text has white color on #82B59D background.