COLOR #82B493

HEX: #82B493
RGB: (130,180,147)

Color info

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

RGB color model

#82B493 color RGB value is (130,180,147).

  • red value is 130;
  • green value is 180;
  • blue value is 147.
RGB:
(130,180,147)
(51%,71%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 180 of 255 = 71%
B 147 of 255 = 58%

130
180
147

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

Portions of RGB colors in percentages

R + G + B =
130 + 180 + 147 = 457 (100%)
R 130 of 457 ~ 28.45%
G 180 of 457 ~ 39.39%
B 147 of 457 ~ 32.17%

%28.45
%39.39
%32.17

CMYK color model

#82B493 color CMYK value is (28,0,18,29).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 29.41%
CMYK:
(28,0,18,29)
C28M0Y18K29 
(28%,0%,18%,29%)
(0.28/0.00/0.18/0.29)	

CMYK percentages

%27.78
%0
%18.33
%29.41

Codes

Color #82B493 in popluar color models

82B493
RGB130180147
HSL140°25.00%60.78%
HSB/HSV140°27.78%70.59%
CMYK27.78%0.00%18.33%
29.41%

Color #82B493 in popluar number systems.

HEX82B493
Decimal130180147
Binary100000101011010010010011
Octal202264223

Shades and tints

Shades of #82B493

#82B493
(130,180,147)
#77A486
(119,164,134)
#6C9479
(108,148,121)
#61846C
(97,132,108)
#56745F
(86,116,95)
#4B6452
(75,100,82)
#405445
(64,84,69)
#354438
(53,68,56)
#2A342B
(42,52,43)
#1F241E
(31,36,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #82B493

#82B493
(130,180,147)
#8DBA9C
(141,186,156)
#98C0A5
(152,192,165)
#A3C6AE
(163,198,174)
#AECCB7
(174,204,183)
#B9D2C0
(185,210,192)
#C4D8C9
(196,216,201)
#CFDED2
(207,222,210)
#DAE4DB
(218,228,219)
#E5EAE4
(229,234,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B493 color. Also use rgb(130,180,147) instead hex code.

Text Font Color

.myTextColor { color: #82B493; }

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

This text font color is #82B493.


Background Color

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

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

This div background color is #82B493.


Border color

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

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

This div border color is #82B493.


Opacity

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

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

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

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

This text has shadow with #82B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B493 on black background.


Color preview on white background

This text has color #82B493 on white background.



Black color preview on #82B493 background

This text has black color on #82B493 background.


White color preview on #82B493 background

This text has white color on #82B493 background.