COLOR #82B67F

HEX: #82B67F
RGB: (130,182,127)

Color info

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

RGB color model

#82B67F color RGB value is (130,182,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 182 of 255 = 71%
B 127 of 255 = 50%

130
182
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 182 + 127 = 439 (100%)
R 130 of 439 ~ 29.61%
G 182 of 439 ~ 41.46%
B 127 of 439 ~ 28.93%

%29.61
%41.46
%28.93

CMYK color model

#82B67F color CMYK value is (29,0,30,29).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(29,0,30,29)
C29M0Y30K29 
(29%,0%,30%,29%)
(0.29/0.00/0.30/0.29)	

CMYK percentages

%28.57
%0
%30.22
%28.63

Codes

Color #82B67F in popluar color models

82B67F
RGB130182127
HSL117°27.36%60.59%
HSB/HSV117°30.22%71.37%
CMYK28.57%0.00%30.22%
28.63%

Color #82B67F in popluar number systems.

HEX82B67F
Decimal130182127
Binary10000010101101101111111
Octal202266177

Shades and tints

Shades of #82B67F

#82B67F
(130,182,127)
#77A674
(119,166,116)
#6C9669
(108,150,105)
#61865E
(97,134,94)
#567653
(86,118,83)
#4B6648
(75,102,72)
#40563D
(64,86,61)
#354632
(53,70,50)
#2A3627
(42,54,39)
#1F261C
(31,38,28)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #82B67F

#82B67F
(130,182,127)
#8DBC8A
(141,188,138)
#98C295
(152,194,149)
#A3C8A0
(163,200,160)
#AECEAB
(174,206,171)
#B9D4B6
(185,212,182)
#C4DAC1
(196,218,193)
#CFE0CC
(207,224,204)
#DAE6D7
(218,230,215)
#E5ECE2
(229,236,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B67F; }

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

This text font color is #82B67F.


Background Color

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

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

This div background color is #82B67F.


Border color

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

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

This div border color is #82B67F.


Opacity

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

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

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

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

This text has shadow with #82B67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B67F on black background.


Color preview on white background

This text has color #82B67F on white background.



Black color preview on #82B67F background

This text has black color on #82B67F background.


White color preview on #82B67F background

This text has white color on #82B67F background.