COLOR #82BF6B

HEX: #82BF6B
RGB: (130,191,107)

Color info

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

RGB color model

#82BF6B color RGB value is (130,191,107).

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

RGB channels and saturation

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

130
191
107

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

Portions of RGB colors in percentages

R + G + B =
130 + 191 + 107 = 428 (100%)
R 130 of 428 ~ 30.37%
G 191 of 428 ~ 44.63%
B 107 of 428 ~ 25%

%30.37
%44.63
%25

CMYK color model

#82BF6B color CMYK value is (32,0,44,25).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 25.10%
CMYK:
(32,0,44,25)
C32M0Y44K25 
(32%,0%,44%,25%)
(0.32/0.00/0.44/0.25)	

CMYK percentages

%31.94
%0
%43.98
%25.1

Codes

Color #82BF6B in popluar color models

82BF6B
RGB130191107
HSL104°39.62%58.43%
HSB/HSV104°43.98%74.90%
CMYK31.94%0.00%43.98%
25.10%

Color #82BF6B in popluar number systems.

HEX82BF6B
Decimal130191107
Binary10000010101111111101011
Octal202277153

Shades and tints

Shades of #82BF6B

#82BF6B
(130,191,107)
#77AE62
(119,174,98)
#6C9D59
(108,157,89)
#618C50
(97,140,80)
#567B47
(86,123,71)
#4B6A3E
(75,106,62)
#405935
(64,89,53)
#35482C
(53,72,44)
#2A3723
(42,55,35)
#1F261A
(31,38,26)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #82BF6B

#82BF6B
(130,191,107)
#8DC478
(141,196,120)
#98C985
(152,201,133)
#A3CE92
(163,206,146)
#AED39F
(174,211,159)
#B9D8AC
(185,216,172)
#C4DDB9
(196,221,185)
#CFE2C6
(207,226,198)
#DAE7D3
(218,231,211)
#E5ECE0
(229,236,224)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BF6B; }

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

This text font color is #82BF6B.


Background Color

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

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

This div background color is #82BF6B.


Border color

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

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

This div border color is #82BF6B.


Opacity

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

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

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

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

This text has shadow with #82BF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BF6B on black background.


Color preview on white background

This text has color #82BF6B on white background.



Black color preview on #82BF6B background

This text has black color on #82BF6B background.


White color preview on #82BF6B background

This text has white color on #82BF6B background.