COLOR #82BF8B

HEX: #82BF8B
RGB: (130,191,139)

Color info

#82BF8B contains mainly green and blue colors. Web safe color of #82BF8B is #99CC99 (or #9C9).

RGB color model

#82BF8B color RGB value is (130,191,139).

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

RGB channels and saturation

R 130 of 255 = 51%
G 191 of 255 = 75%
B 139 of 255 = 55%

130
191
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 191 + 139 = 460 (100%)
R 130 of 460 ~ 28.26%
G 191 of 460 ~ 41.52%
B 139 of 460 ~ 30.22%

%28.26
%41.52
%30.22

CMYK color model

#82BF8B color CMYK value is (32,0,27,25).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 25.10%
CMYK:
(32,0,27,25)
C32M0Y27K25 
(32%,0%,27%,25%)
(0.32/0.00/0.27/0.25)	

CMYK percentages

%31.94
%0
%27.23
%25.1

Codes

Color #82BF8B in popluar color models

82BF8B
RGB130191139
HSL129°32.28%62.94%
HSB/HSV129°31.94%74.90%
CMYK31.94%0.00%27.23%
25.10%

Color #82BF8B in popluar number systems.

HEX82BF8B
Decimal130191139
Binary100000101011111110001011
Octal202277213

Shades and tints

Shades of #82BF8B

#82BF8B
(130,191,139)
#77AE7F
(119,174,127)
#6C9D73
(108,157,115)
#618C67
(97,140,103)
#567B5B
(86,123,91)
#4B6A4F
(75,106,79)
#405943
(64,89,67)
#354837
(53,72,55)
#2A372B
(42,55,43)
#1F261F
(31,38,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #82BF8B

#82BF8B
(130,191,139)
#8DC495
(141,196,149)
#98C99F
(152,201,159)
#A3CEA9
(163,206,169)
#AED3B3
(174,211,179)
#B9D8BD
(185,216,189)
#C4DDC7
(196,221,199)
#CFE2D1
(207,226,209)
#DAE7DB
(218,231,219)
#E5ECE5
(229,236,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BF8B; }

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

This text font color is #82BF8B.


Background Color

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

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

This div background color is #82BF8B.


Border color

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

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

This div border color is #82BF8B.


Opacity

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

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

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

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

This text has shadow with #82BF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BF8B on black background.


Color preview on white background

This text has color #82BF8B on white background.



Black color preview on #82BF8B background

This text has black color on #82BF8B background.


White color preview on #82BF8B background

This text has white color on #82BF8B background.