COLOR #82B79D

HEX: #82B79D RGB: (130,183,157)

Color info

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

RGB color model

#82B79D color RGB value is (130,183,157).

RGB: (130,183,157) (51%, 72%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 183 of 255 = 72%
B 157 of 255 = 62%

130
183
157

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

Portions of RGB colors in percentages

R + G + B = 130 + 183 + 157 = 470 (100%)
R 130 of 470 ~ 27.66%
G 183 of 470 ~ 38.94%
B 157 of 470 ~ 33.4'%

%27.66
%38.94
%33.4

CMYK color model

#82B79D color CMYK value is (29,0,14,28).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%

CMYK: (29,0,14,28)
C29M0Y14K28 (29%, 0%, 14%, 28%)
(0.29 / 0.00 / 0.14 / 0.28)

CMYK percentages

%28.96
%0
%14.21
%28.24

Codes

Color #82B79D in popluar color models

82 B7 9D
RGB 130 183 157
HSL 151° 26.90% 61.37%
HSB/HSV 151° 28.96% 71.76%
CMYK 28.96% 0.00% 14.21%
28.24%

Color #82B79D in popluar number systems.

HEX 82 B7 9D
Decimal 130 183 157
Binary 10000010 10110111 10011101
Octal 202 267 235

Shades and tints

Shades of #82B79D

#82B79D
(130,183,157)
#77A78F
(119,167,143)
#6C9781
(108,151,129)
#618773
(97,135,115)
#567765
(86,119,101)
#4B6757
(75,103,87)
#405749
(64,87,73)
#35473B
(53,71,59)
#2A372D
(42,55,45)
#1F271F
(31,39,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #82B79D

#82B79D
(130,183,157)
#8DBDA5
(141,189,165)
#98C3AD
(152,195,173)
#A3C9B5
(163,201,181)
#AECFBD
(174,207,189)
#B9D5C5
(185,213,197)
#C4DBCD
(196,219,205)
#CFE1D5
(207,225,213)
#DAE7DD
(218,231,221)
#E5EDE5
(229,237,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B79D; }

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

This text font color is #82B79D.

Background Color

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

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

This div background color is #82B79D.

Border color

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

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

This div border color is #82B79D.

Opacity

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

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

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

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

This text has shadow with #82B79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B79D.

Preview

Color preview on black background

This text has color #82B79D on black background.


Color preview on white background

This text has color #82B79D on white background.


Black color preview on #82B79D background

This text has black color on #82B79D background.


White color preview on #82B79D background

This text has white color on #82B79D background.


Related colors

Complementary color

Complementary color for #hex is #7D4862.


I love getcolorcode.com

Triadic colors

1 #9D82B7 and #B79D82 with #82B79D are triadic colors.

2 #9DB782 and #B7829D with #82B79D are triadic colors.