COLOR #82B167

HEX: #82B167
RGB: (130,177,103)

Color info

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

RGB color model

#82B167 color RGB value is (130,177,103).

  • red value is 130;
  • green value is 177;
  • blue value is 103.
RGB:
(130,177,103)
(51%,69%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 103 of 255 = 40%

130
177
103

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

Portions of RGB colors in percentages

R + G + B =
130 + 177 + 103 = 410 (100%)
R 130 of 410 ~ 31.71%
G 177 of 410 ~ 43.17%
B 103 of 410 ~ 25.12%

%31.71
%43.17
%25.12

CMYK color model

#82B167 color CMYK value is (27,0,42,31).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 41.81%
  • key color value is 30.59%
CMYK:
(27,0,42,31)
C27M0Y42K31 
(27%,0%,42%,31%)
(0.27/0.00/0.42/0.31)	

CMYK percentages

%26.55
%0
%41.81
%30.59

Codes

Color #82B167 in popluar color models

82B167
RGB130177103
HSL98°32.17%54.90%
HSB/HSV98°41.81%69.41%
CMYK26.55%0.00%41.81%
30.59%

Color #82B167 in popluar number systems.

HEX82B167
Decimal130177103
Binary10000010101100011100111
Octal202261147

Shades and tints

Shades of #82B167

#82B167
(130,177,103)
#77A15E
(119,161,94)
#6C9155
(108,145,85)
#61814C
(97,129,76)
#567143
(86,113,67)
#4B613A
(75,97,58)
#405131
(64,81,49)
#354128
(53,65,40)
#2A311F
(42,49,31)
#1F2116
(31,33,22)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #82B167

#82B167
(130,177,103)
#8DB874
(141,184,116)
#98BF81
(152,191,129)
#A3C68E
(163,198,142)
#AECD9B
(174,205,155)
#B9D4A8
(185,212,168)
#C4DBB5
(196,219,181)
#CFE2C2
(207,226,194)
#DAE9CF
(218,233,207)
#E5F0DC
(229,240,220)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B167 color. Also use rgb(130,177,103) instead hex code.

Text Font Color

.myTextColor { color: #82B167; }

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

This text font color is #82B167.


Background Color

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

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

This div background color is #82B167.


Border color

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

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

This div border color is #82B167.


Opacity

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

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

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

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

This text has shadow with #82B167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B167 on black background.


Color preview on white background

This text has color #82B167 on white background.



Black color preview on #82B167 background

This text has black color on #82B167 background.


White color preview on #82B167 background

This text has white color on #82B167 background.