COLOR #82BF94

HEX: #82BF94
RGB: (130,191,148)

Color info

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

RGB color model

#82BF94 color RGB value is (130,191,148).

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

RGB channels and saturation

R 130 of 255 = 51%
G 191 of 255 = 75%
B 148 of 255 = 58%

130
191
148

R + G + B ~ 61%. #82BF94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 191 + 148 = 469 (100%)
R 130 of 469 ~ 27.72%
G 191 of 469 ~ 40.72%
B 148 of 469 ~ 31.56%

%27.72
%40.72
%31.56

CMYK color model

#82BF94 color CMYK value is (32,0,23,25).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 22.51%
  • key color value is 25.10%
CMYK:
(32,0,23,25)
C32M0Y23K25 
(32%,0%,23%,25%)
(0.32/0.00/0.23/0.25)	

CMYK percentages

%31.94
%0
%22.51
%25.1

Codes

Color #82BF94 in popluar color models

82BF94
RGB130191148
HSL138°32.28%62.94%
HSB/HSV138°31.94%74.90%
CMYK31.94%0.00%22.51%
25.10%

Color #82BF94 in popluar number systems.

HEX82BF94
Decimal130191148
Binary100000101011111110010100
Octal202277224

Shades and tints

Shades of #82BF94

#82BF94
(130,191,148)
#77AE87
(119,174,135)
#6C9D7A
(108,157,122)
#618C6D
(97,140,109)
#567B60
(86,123,96)
#4B6A53
(75,106,83)
#405946
(64,89,70)
#354839
(53,72,57)
#2A372C
(42,55,44)
#1F261F
(31,38,31)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #82BF94

#82BF94
(130,191,148)
#8DC49D
(141,196,157)
#98C9A6
(152,201,166)
#A3CEAF
(163,206,175)
#AED3B8
(174,211,184)
#B9D8C1
(185,216,193)
#C4DDCA
(196,221,202)
#CFE2D3
(207,226,211)
#DAE7DC
(218,231,220)
#E5ECE5
(229,236,229)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BF94; }

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

This text font color is #82BF94.


Background Color

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

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

This div background color is #82BF94.


Border color

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

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

This div border color is #82BF94.


Opacity

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

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

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

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

This text has shadow with #82BF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BF94 on black background.


Color preview on white background

This text has color #82BF94 on white background.



Black color preview on #82BF94 background

This text has black color on #82BF94 background.


White color preview on #82BF94 background

This text has white color on #82BF94 background.