COLOR #82BF95

HEX: #82BF95
RGB: (130,191,149)

Color info

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

RGB color model

#82BF95 color RGB value is (130,191,149).

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

RGB channels and saturation

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

130
191
149

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

Portions of RGB colors in percentages

R + G + B =
130 + 191 + 149 = 470 (100%)
R 130 of 470 ~ 27.66%
G 191 of 470 ~ 40.64%
B 149 of 470 ~ 31.7%

%27.66
%40.64
%31.7

CMYK color model

#82BF95 color CMYK value is (32,0,22,25).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 25.10%
CMYK:
(32,0,22,25)
C32M0Y22K25 
(32%,0%,22%,25%)
(0.32/0.00/0.22/0.25)	

CMYK percentages

%31.94
%0
%21.99
%25.1

Codes

Color #82BF95 in popluar color models

82BF95
RGB130191149
HSL139°32.28%62.94%
HSB/HSV139°31.94%74.90%
CMYK31.94%0.00%21.99%
25.10%

Color #82BF95 in popluar number systems.

HEX82BF95
Decimal130191149
Binary100000101011111110010101
Octal202277225

Shades and tints

Shades of #82BF95

#82BF95
(130,191,149)
#77AE88
(119,174,136)
#6C9D7B
(108,157,123)
#618C6E
(97,140,110)
#567B61
(86,123,97)
#4B6A54
(75,106,84)
#405947
(64,89,71)
#35483A
(53,72,58)
#2A372D
(42,55,45)
#1F2620
(31,38,32)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #82BF95

#82BF95
(130,191,149)
#8DC49E
(141,196,158)
#98C9A7
(152,201,167)
#A3CEB0
(163,206,176)
#AED3B9
(174,211,185)
#B9D8C2
(185,216,194)
#C4DDCB
(196,221,203)
#CFE2D4
(207,226,212)
#DAE7DD
(218,231,221)
#E5ECE6
(229,236,230)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BF95; }

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

This text font color is #82BF95.


Background Color

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

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

This div background color is #82BF95.


Border color

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

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

This div border color is #82BF95.


Opacity

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

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

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

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

This text has shadow with #82BF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BF95 on black background.


Color preview on white background

This text has color #82BF95 on white background.



Black color preview on #82BF95 background

This text has black color on #82BF95 background.


White color preview on #82BF95 background

This text has white color on #82BF95 background.