COLOR #82B794

HEX: #82B794
RGB: (130,183,148)

Color info

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

RGB color model

#82B794 color RGB value is (130,183,148).

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

RGB channels and saturation

R 130 of 255 = 51%
G 183 of 255 = 72%
B 148 of 255 = 58%

130
183
148

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

Portions of RGB colors in percentages

R + G + B =
130 + 183 + 148 = 461 (100%)
R 130 of 461 ~ 28.2%
G 183 of 461 ~ 39.7%
B 148 of 461 ~ 32.1%

%28.2
%39.7
%32.1

CMYK color model

#82B794 color CMYK value is (29,0,19,28).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 28.24%
CMYK:
(29,0,19,28)
C29M0Y19K28 
(29%,0%,19%,28%)
(0.29/0.00/0.19/0.28)	

CMYK percentages

%28.96
%0
%19.13
%28.24

Codes

Color #82B794 in popluar color models

82B794
RGB130183148
HSL140°26.90%61.37%
HSB/HSV140°28.96%71.76%
CMYK28.96%0.00%19.13%
28.24%

Color #82B794 in popluar number systems.

HEX82B794
Decimal130183148
Binary100000101011011110010100
Octal202267224

Shades and tints

Shades of #82B794

#82B794
(130,183,148)
#77A787
(119,167,135)
#6C977A
(108,151,122)
#61876D
(97,135,109)
#567760
(86,119,96)
#4B6753
(75,103,83)
#405746
(64,87,70)
#354739
(53,71,57)
#2A372C
(42,55,44)
#1F271F
(31,39,31)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #82B794

#82B794
(130,183,148)
#8DBD9D
(141,189,157)
#98C3A6
(152,195,166)
#A3C9AF
(163,201,175)
#AECFB8
(174,207,184)
#B9D5C1
(185,213,193)
#C4DBCA
(196,219,202)
#CFE1D3
(207,225,211)
#DAE7DC
(218,231,220)
#E5EDE5
(229,237,229)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B794; }

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

This text font color is #82B794.


Background Color

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

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

This div background color is #82B794.


Border color

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

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

This div border color is #82B794.


Opacity

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

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

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

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

This text has shadow with #82B794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B794 on black background.


Color preview on white background

This text has color #82B794 on white background.



Black color preview on #82B794 background

This text has black color on #82B794 background.


White color preview on #82B794 background

This text has white color on #82B794 background.