COLOR #82BF6A

HEX: #82BF6A
RGB: (130,191,106)

Color info

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

RGB color model

#82BF6A color RGB value is (130,191,106).

  • red value is 130;
  • green value is 191;
  • blue value is 106.
RGB:
(130,191,106)
(51%,75%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 191 of 255 = 75%
B 106 of 255 = 42%

130
191
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 191 + 106 = 427 (100%)
R 130 of 427 ~ 30.44%
G 191 of 427 ~ 44.73%
B 106 of 427 ~ 24.82%

%30.44
%44.73
%24.82

CMYK color model

#82BF6A color CMYK value is (32,0,45,25).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 44.50%
  • key color value is 25.10%
CMYK:
(32,0,45,25)
C32M0Y45K25 
(32%,0%,45%,25%)
(0.32/0.00/0.45/0.25)	

CMYK percentages

%31.94
%0
%44.5
%25.1

Codes

Color #82BF6A in popluar color models

82BF6A
RGB130191106
HSL103°39.91%58.24%
HSB/HSV103°44.50%74.90%
CMYK31.94%0.00%44.50%
25.10%

Color #82BF6A in popluar number systems.

HEX82BF6A
Decimal130191106
Binary10000010101111111101010
Octal202277152

Shades and tints

Shades of #82BF6A

#82BF6A
(130,191,106)
#77AE61
(119,174,97)
#6C9D58
(108,157,88)
#618C4F
(97,140,79)
#567B46
(86,123,70)
#4B6A3D
(75,106,61)
#405934
(64,89,52)
#35482B
(53,72,43)
#2A3722
(42,55,34)
#1F2619
(31,38,25)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #82BF6A

#82BF6A
(130,191,106)
#8DC477
(141,196,119)
#98C984
(152,201,132)
#A3CE91
(163,206,145)
#AED39E
(174,211,158)
#B9D8AB
(185,216,171)
#C4DDB8
(196,221,184)
#CFE2C5
(207,226,197)
#DAE7D2
(218,231,210)
#E5ECDF
(229,236,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BF6A color. Also use rgb(130,191,106) instead hex code.

Text Font Color

.myTextColor { color: #82BF6A; }

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

This text font color is #82BF6A.


Background Color

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

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

This div background color is #82BF6A.


Border color

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

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

This div border color is #82BF6A.


Opacity

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

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

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

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

This text has shadow with #82BF6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BF6A on black background.


Color preview on white background

This text has color #82BF6A on white background.



Black color preview on #82BF6A background

This text has black color on #82BF6A background.


White color preview on #82BF6A background

This text has white color on #82BF6A background.