COLOR #82BC8A

HEX: #82BC8A
RGB: (130,188,138)

Color info

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

RGB color model

#82BC8A color RGB value is (130,188,138).

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

RGB channels and saturation

R 130 of 255 = 51%
G 188 of 255 = 74%
B 138 of 255 = 54%

130
188
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 188 + 138 = 456 (100%)
R 130 of 456 ~ 28.51%
G 188 of 456 ~ 41.23%
B 138 of 456 ~ 30.26%

%28.51
%41.23
%30.26

CMYK color model

#82BC8A color CMYK value is (31,0,27,26).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 26.27%
CMYK:
(31,0,27,26)
C31M0Y27K26 
(31%,0%,27%,26%)
(0.31/0.00/0.27/0.26)	

CMYK percentages

%30.85
%0
%26.6
%26.27

Codes

Color #82BC8A in popluar color models

82BC8A
RGB130188138
HSL128°30.21%62.35%
HSB/HSV128°30.85%73.73%
CMYK30.85%0.00%26.60%
26.27%

Color #82BC8A in popluar number systems.

HEX82BC8A
Decimal130188138
Binary100000101011110010001010
Octal202274212

Shades and tints

Shades of #82BC8A

#82BC8A
(130,188,138)
#77AB7E
(119,171,126)
#6C9A72
(108,154,114)
#618966
(97,137,102)
#56785A
(86,120,90)
#4B674E
(75,103,78)
#405642
(64,86,66)
#354536
(53,69,54)
#2A342A
(42,52,42)
#1F231E
(31,35,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82BC8A

#82BC8A
(130,188,138)
#8DC294
(141,194,148)
#98C89E
(152,200,158)
#A3CEA8
(163,206,168)
#AED4B2
(174,212,178)
#B9DABC
(185,218,188)
#C4E0C6
(196,224,198)
#CFE6D0
(207,230,208)
#DAECDA
(218,236,218)
#E5F2E4
(229,242,228)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BC8A; }

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

This text font color is #82BC8A.


Background Color

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

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

This div background color is #82BC8A.


Border color

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

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

This div border color is #82BC8A.


Opacity

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

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

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

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

This text has shadow with #82BC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BC8A on black background.


Color preview on white background

This text has color #82BC8A on white background.



Black color preview on #82BC8A background

This text has black color on #82BC8A background.


White color preview on #82BC8A background

This text has white color on #82BC8A background.