COLOR #82B08A

HEX: #82B08A
RGB: (130,176,138)

Color info

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

RGB color model

#82B08A color RGB value is (130,176,138).

  • red value is 130;
  • green value is 176;
  • blue value is 138.
RGB:
(130,176,138)
(51%,69%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 138 of 255 = 54%

130
176
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 176 + 138 = 444 (100%)
R 130 of 444 ~ 29.28%
G 176 of 444 ~ 39.64%
B 138 of 444 ~ 31.08%

%29.28
%39.64
%31.08

CMYK color model

#82B08A color CMYK value is (26,0,22,31).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(26,0,22,31)
C26M0Y22K31 
(26%,0%,22%,31%)
(0.26/0.00/0.22/0.31)	

CMYK percentages

%26.14
%0
%21.59
%30.98

Codes

Color #82B08A in popluar color models

82B08A
RGB130176138
HSL130°22.55%60.00%
HSB/HSV130°26.14%69.02%
CMYK26.14%0.00%21.59%
30.98%

Color #82B08A in popluar number systems.

HEX82B08A
Decimal130176138
Binary100000101011000010001010
Octal202260212

Shades and tints

Shades of #82B08A

#82B08A
(130,176,138)
#77A07E
(119,160,126)
#6C9072
(108,144,114)
#618066
(97,128,102)
#56705A
(86,112,90)
#4B604E
(75,96,78)
#405042
(64,80,66)
#354036
(53,64,54)
#2A302A
(42,48,42)
#1F201E
(31,32,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #82B08A

#82B08A
(130,176,138)
#8DB794
(141,183,148)
#98BE9E
(152,190,158)
#A3C5A8
(163,197,168)
#AECCB2
(174,204,178)
#B9D3BC
(185,211,188)
#C4DAC6
(196,218,198)
#CFE1D0
(207,225,208)
#DAE8DA
(218,232,218)
#E5EFE4
(229,239,228)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B08A; }

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

This text font color is #82B08A.


Background Color

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

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

This div background color is #82B08A.


Border color

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

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

This div border color is #82B08A.


Opacity

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

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

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

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

This text has shadow with #82B08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B08A on black background.


Color preview on white background

This text has color #82B08A on white background.



Black color preview on #82B08A background

This text has black color on #82B08A background.


White color preview on #82B08A background

This text has white color on #82B08A background.