COLOR #82B791

HEX: #82B791
RGB: (130,183,145)

Color info

#82B791 contains red, green and blue colors in about the same proportion. Web safe color of #82B791 is #99CC99 (or #9C9).

RGB color model

#82B791 color RGB value is (130,183,145).

  • red value is 130;
  • green value is 183;
  • blue value is 145.
RGB:
(130,183,145)
(51%,72%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 183 of 255 = 72%
B 145 of 255 = 57%

130
183
145

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

Portions of RGB colors in percentages

R + G + B =
130 + 183 + 145 = 458 (100%)
R 130 of 458 ~ 28.38%
G 183 of 458 ~ 39.96%
B 145 of 458 ~ 31.66%

%28.38
%39.96
%31.66

CMYK color model

#82B791 color CMYK value is (29,0,21,28).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 28.24%
CMYK:
(29,0,21,28)
C29M0Y21K28 
(29%,0%,21%,28%)
(0.29/0.00/0.21/0.28)	

CMYK percentages

%28.96
%0
%20.77
%28.24

Codes

Color #82B791 in popluar color models

82B791
RGB130183145
HSL137°26.90%61.37%
HSB/HSV137°28.96%71.76%
CMYK28.96%0.00%20.77%
28.24%

Color #82B791 in popluar number systems.

HEX82B791
Decimal130183145
Binary100000101011011110010001
Octal202267221

Shades and tints

Shades of #82B791

#82B791
(130,183,145)
#77A784
(119,167,132)
#6C9777
(108,151,119)
#61876A
(97,135,106)
#56775D
(86,119,93)
#4B6750
(75,103,80)
#405743
(64,87,67)
#354736
(53,71,54)
#2A3729
(42,55,41)
#1F271C
(31,39,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #82B791

#82B791
(130,183,145)
#8DBD9B
(141,189,155)
#98C3A5
(152,195,165)
#A3C9AF
(163,201,175)
#AECFB9
(174,207,185)
#B9D5C3
(185,213,195)
#C4DBCD
(196,219,205)
#CFE1D7
(207,225,215)
#DAE7E1
(218,231,225)
#E5EDEB
(229,237,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B791 color. Also use rgb(130,183,145) instead hex code.

Text Font Color

.myTextColor { color: #82B791; }

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

This text font color is #82B791.


Background Color

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

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

This div background color is #82B791.


Border color

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

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

This div border color is #82B791.


Opacity

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

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

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

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

This text has shadow with #82B791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B791 on black background.


Color preview on white background

This text has color #82B791 on white background.



Black color preview on #82B791 background

This text has black color on #82B791 background.


White color preview on #82B791 background

This text has white color on #82B791 background.