COLOR #82C67F

HEX: #82C67F
RGB: (130,198,127)

Color info

#82C67F contains mainly green color. Web safe color of #82C67F is #99CC66 (or #9C6).

RGB color model

#82C67F color RGB value is (130,198,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 198 of 255 = 78%
B 127 of 255 = 50%

130
198
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 198 + 127 = 455 (100%)
R 130 of 455 ~ 28.57%
G 198 of 455 ~ 43.52%
B 127 of 455 ~ 27.91%

%28.57
%43.52
%27.91

CMYK color model

#82C67F color CMYK value is (34,0,36,22).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(34,0,36,22)
C34M0Y36K22 
(34%,0%,36%,22%)
(0.34/0.00/0.36/0.22)	

CMYK percentages

%34.34
%0
%35.86
%22.35

Codes

Color #82C67F in popluar color models

82C67F
RGB130198127
HSL117°38.38%63.73%
HSB/HSV117°35.86%77.65%
CMYK34.34%0.00%35.86%
22.35%

Color #82C67F in popluar number systems.

HEX82C67F
Decimal130198127
Binary10000010110001101111111
Octal202306177

Shades and tints

Shades of #82C67F

#82C67F
(130,198,127)
#77B474
(119,180,116)
#6CA269
(108,162,105)
#61905E
(97,144,94)
#567E53
(86,126,83)
#4B6C48
(75,108,72)
#405A3D
(64,90,61)
#354832
(53,72,50)
#2A3627
(42,54,39)
#1F241C
(31,36,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #82C67F

#82C67F
(130,198,127)
#8DCB8A
(141,203,138)
#98D095
(152,208,149)
#A3D5A0
(163,213,160)
#AEDAAB
(174,218,171)
#B9DFB6
(185,223,182)
#C4E4C1
(196,228,193)
#CFE9CC
(207,233,204)
#DAEED7
(218,238,215)
#E5F3E2
(229,243,226)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C67F; }

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

This text font color is #82C67F.


Background Color

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

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

This div background color is #82C67F.


Border color

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

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

This div border color is #82C67F.


Opacity

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

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

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

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

This text has shadow with #82C67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C67F on black background.


Color preview on white background

This text has color #82C67F on white background.



Black color preview on #82C67F background

This text has black color on #82C67F background.


White color preview on #82C67F background

This text has white color on #82C67F background.