COLOR #82B68E

HEX: #82B68E
RGB: (130,182,142)

Color info

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

RGB color model

#82B68E color RGB value is (130,182,142).

  • red value is 130;
  • green value is 182;
  • blue value is 142.
RGB:
(130,182,142)
(51%,71%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 182 of 255 = 71%
B 142 of 255 = 56%

130
182
142

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

Portions of RGB colors in percentages

R + G + B =
130 + 182 + 142 = 454 (100%)
R 130 of 454 ~ 28.63%
G 182 of 454 ~ 40.09%
B 142 of 454 ~ 31.28%

%28.63
%40.09
%31.28

CMYK color model

#82B68E color CMYK value is (29,0,22,29).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(29,0,22,29)
C29M0Y22K29 
(29%,0%,22%,29%)
(0.29/0.00/0.22/0.29)	

CMYK percentages

%28.57
%0
%21.98
%28.63

Codes

Color #82B68E in popluar color models

82B68E
RGB130182142
HSL134°26.26%61.18%
HSB/HSV134°28.57%71.37%
CMYK28.57%0.00%21.98%
28.63%

Color #82B68E in popluar number systems.

HEX82B68E
Decimal130182142
Binary100000101011011010001110
Octal202266216

Shades and tints

Shades of #82B68E

#82B68E
(130,182,142)
#77A682
(119,166,130)
#6C9676
(108,150,118)
#61866A
(97,134,106)
#56765E
(86,118,94)
#4B6652
(75,102,82)
#405646
(64,86,70)
#35463A
(53,70,58)
#2A362E
(42,54,46)
#1F2622
(31,38,34)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #82B68E

#82B68E
(130,182,142)
#8DBC98
(141,188,152)
#98C2A2
(152,194,162)
#A3C8AC
(163,200,172)
#AECEB6
(174,206,182)
#B9D4C0
(185,212,192)
#C4DACA
(196,218,202)
#CFE0D4
(207,224,212)
#DAE6DE
(218,230,222)
#E5ECE8
(229,236,232)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B68E color. Also use rgb(130,182,142) instead hex code.

Text Font Color

.myTextColor { color: #82B68E; }

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

This text font color is #82B68E.


Background Color

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

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

This div background color is #82B68E.


Border color

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

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

This div border color is #82B68E.


Opacity

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

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

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

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

This text has shadow with #82B68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B68E on black background.


Color preview on white background

This text has color #82B68E on white background.



Black color preview on #82B68E background

This text has black color on #82B68E background.


White color preview on #82B68E background

This text has white color on #82B68E background.