COLOR #82B168

HEX: #82B168
RGB: (130,177,104)

Color info

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

RGB color model

#82B168 color RGB value is (130,177,104).

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

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 104 of 255 = 41%

130
177
104

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

Portions of RGB colors in percentages

R + G + B =
130 + 177 + 104 = 411 (100%)
R 130 of 411 ~ 31.63%
G 177 of 411 ~ 43.07%
B 104 of 411 ~ 25.3%

%31.63
%43.07
%25.3

CMYK color model

#82B168 color CMYK value is (27,0,41,31).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 30.59%
CMYK:
(27,0,41,31)
C27M0Y41K31 
(27%,0%,41%,31%)
(0.27/0.00/0.41/0.31)	

CMYK percentages

%26.55
%0
%41.24
%30.59

Codes

Color #82B168 in popluar color models

82B168
RGB130177104
HSL99°31.88%55.10%
HSB/HSV99°41.24%69.41%
CMYK26.55%0.00%41.24%
30.59%

Color #82B168 in popluar number systems.

HEX82B168
Decimal130177104
Binary10000010101100011101000
Octal202261150

Shades and tints

Shades of #82B168

#82B168
(130,177,104)
#77A15F
(119,161,95)
#6C9156
(108,145,86)
#61814D
(97,129,77)
#567144
(86,113,68)
#4B613B
(75,97,59)
#405132
(64,81,50)
#354129
(53,65,41)
#2A3120
(42,49,32)
#1F2117
(31,33,23)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #82B168

#82B168
(130,177,104)
#8DB875
(141,184,117)
#98BF82
(152,191,130)
#A3C68F
(163,198,143)
#AECD9C
(174,205,156)
#B9D4A9
(185,212,169)
#C4DBB6
(196,219,182)
#CFE2C3
(207,226,195)
#DAE9D0
(218,233,208)
#E5F0DD
(229,240,221)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B168; }

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

This text font color is #82B168.


Background Color

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

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

This div background color is #82B168.


Border color

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

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

This div border color is #82B168.


Opacity

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

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

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

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

This text has shadow with #82B168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B168 on black background.


Color preview on white background

This text has color #82B168 on white background.



Black color preview on #82B168 background

This text has black color on #82B168 background.


White color preview on #82B168 background

This text has white color on #82B168 background.