COLOR #82B08B

HEX: #82B08B RGB: (130,176,139)

Color info

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

RGB color model

#82B08B color RGB value is (130,176,139).

RGB: (130,176,139) (51%, 69%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 139 of 255 = 55%

130
176
139

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

Portions of RGB colors in percentages

R + G + B = 130 + 176 + 139 = 445 (100%)
R 130 of 445 ~ 29.21%
G 176 of 445 ~ 39.55%
B 139 of 445 ~ 31.24'%

%29.21
%39.55
%31.24

CMYK color model

#82B08B color CMYK value is (26,0,21,31).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%

CMYK: (26,0,21,31)
C26M0Y21K31 (26%, 0%, 21%, 31%)
(0.26 / 0.00 / 0.21 / 0.31)

CMYK percentages

%26.14
%0
%21.02
%30.98

Codes

Color #82B08B in popluar color models

82 B0 8B
RGB 130 176 139
HSL 132° 22.55% 60.00%
HSB/HSV 132° 26.14% 69.02%
CMYK 26.14% 0.00% 21.02%
30.98%

Color #82B08B in popluar number systems.

HEX 82 B0 8B
Decimal 130 176 139
Binary 10000010 10110000 10001011
Octal 202 260 213

Shades and tints

Shades of #82B08B

#82B08B
(130,176,139)
#77A07F
(119,160,127)
#6C9073
(108,144,115)
#618067
(97,128,103)
#56705B
(86,112,91)
#4B604F
(75,96,79)
#405043
(64,80,67)
#354037
(53,64,55)
#2A302B
(42,48,43)
#1F201F
(31,32,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #82B08B

#82B08B
(130,176,139)
#8DB795
(141,183,149)
#98BE9F
(152,190,159)
#A3C5A9
(163,197,169)
#AECCB3
(174,204,179)
#B9D3BD
(185,211,189)
#C4DAC7
(196,218,199)
#CFE1D1
(207,225,209)
#DAE8DB
(218,232,219)
#E5EFE5
(229,239,229)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B08B color. Also use rgb(130,176,139) instead hex code.

Text Font Color

.myTextColor { color: #82B08B; }

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

This text font color is #82B08B.

Background Color

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

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

This div background color is #82B08B.

Border color

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

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

This div border color is #82B08B.

Opacity

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

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

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

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

This text has shadow with #82B08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B08B.

Preview

Color preview on black background

This text has color #82B08B on black background.


Color preview on white background

This text has color #82B08B on white background.


Black color preview on #82B08B background

This text has black color on #82B08B background.


White color preview on #82B08B background

This text has white color on #82B08B background.


Related colors

Complementary color

Complementary color for #hex is #7D4F74.


I love getcolorcode.com

Triadic colors

1 #8B82B0 and #B08B82 with #82B08B are triadic colors.

2 #8BB082 and #B0828B with #82B08B are triadic colors.