COLOR #82B26C

HEX: #82B26C
RGB: (130,178,108)

Color info

#82B26C contains mainly red and green colors. Web safe color of #82B26C is #999966 (or #996).

RGB color model

#82B26C color RGB value is (130,178,108).

  • red value is 130;
  • green value is 178;
  • blue value is 108.
RGB:
(130,178,108)
(51%,70%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 178 of 255 = 70%
B 108 of 255 = 42%

130
178
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 178 + 108 = 416 (100%)
R 130 of 416 ~ 31.25%
G 178 of 416 ~ 42.79%
B 108 of 416 ~ 25.96%

%31.25
%42.79
%25.96

CMYK color model

#82B26C color CMYK value is (27,0,39,30).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 39.33%
  • key color value is 30.20%
CMYK:
(27,0,39,30)
C27M0Y39K30 
(27%,0%,39%,30%)
(0.27/0.00/0.39/0.30)	

CMYK percentages

%26.97
%0
%39.33
%30.2

Codes

Color #82B26C in popluar color models

82B26C
RGB130178108
HSL101°31.25%56.08%
HSB/HSV101°39.33%69.80%
CMYK26.97%0.00%39.33%
30.20%

Color #82B26C in popluar number systems.

HEX82B26C
Decimal130178108
Binary10000010101100101101100
Octal202262154

Shades and tints

Shades of #82B26C

#82B26C
(130,178,108)
#77A263
(119,162,99)
#6C925A
(108,146,90)
#618251
(97,130,81)
#567248
(86,114,72)
#4B623F
(75,98,63)
#405236
(64,82,54)
#35422D
(53,66,45)
#2A3224
(42,50,36)
#1F221B
(31,34,27)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82B26C

#82B26C
(130,178,108)
#8DB979
(141,185,121)
#98C086
(152,192,134)
#A3C793
(163,199,147)
#AECEA0
(174,206,160)
#B9D5AD
(185,213,173)
#C4DCBA
(196,220,186)
#CFE3C7
(207,227,199)
#DAEAD4
(218,234,212)
#E5F1E1
(229,241,225)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B26C color. Also use rgb(130,178,108) instead hex code.

Text Font Color

.myTextColor { color: #82B26C; }

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

This text font color is #82B26C.


Background Color

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

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

This div background color is #82B26C.


Border color

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

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

This div border color is #82B26C.


Opacity

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

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

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

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

This text has shadow with #82B26C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B26C on black background.


Color preview on white background

This text has color #82B26C on white background.



Black color preview on #82B26C background

This text has black color on #82B26C background.


White color preview on #82B26C background

This text has white color on #82B26C background.