COLOR #82B184

HEX: #82B184
RGB: (130,177,132)

Color info

#82B184 contains red, green and blue colors in about the same proportion. Web safe color of #82B184 is #999999 (or #999).

RGB color model

#82B184 color RGB value is (130,177,132).

  • red value is 130;
  • green value is 177;
  • blue value is 132.
RGB:
(130,177,132)
(51%,69%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 132 of 255 = 52%

130
177
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 177 + 132 = 439 (100%)
R 130 of 439 ~ 29.61%
G 177 of 439 ~ 40.32%
B 132 of 439 ~ 30.07%

%29.61
%40.32
%30.07

CMYK color model

#82B184 color CMYK value is (27,0,25,31).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 30.59%
CMYK:
(27,0,25,31)
C27M0Y25K31 
(27%,0%,25%,31%)
(0.27/0.00/0.25/0.31)	

CMYK percentages

%26.55
%0
%25.42
%30.59

Codes

Color #82B184 in popluar color models

82B184
RGB130177132
HSL123°23.15%60.20%
HSB/HSV123°26.55%69.41%
CMYK26.55%0.00%25.42%
30.59%

Color #82B184 in popluar number systems.

HEX82B184
Decimal130177132
Binary100000101011000110000100
Octal202261204

Shades and tints

Shades of #82B184

#82B184
(130,177,132)
#77A178
(119,161,120)
#6C916C
(108,145,108)
#618160
(97,129,96)
#567154
(86,113,84)
#4B6148
(75,97,72)
#40513C
(64,81,60)
#354130
(53,65,48)
#2A3124
(42,49,36)
#1F2118
(31,33,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #82B184

#82B184
(130,177,132)
#8DB88F
(141,184,143)
#98BF9A
(152,191,154)
#A3C6A5
(163,198,165)
#AECDB0
(174,205,176)
#B9D4BB
(185,212,187)
#C4DBC6
(196,219,198)
#CFE2D1
(207,226,209)
#DAE9DC
(218,233,220)
#E5F0E7
(229,240,231)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B184 color. Also use rgb(130,177,132) instead hex code.

Text Font Color

.myTextColor { color: #82B184; }

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

This text font color is #82B184.


Background Color

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

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

This div background color is #82B184.


Border color

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

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

This div border color is #82B184.


Opacity

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

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

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

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

This text has shadow with #82B184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B184 on black background.


Color preview on white background

This text has color #82B184 on white background.



Black color preview on #82B184 background

This text has black color on #82B184 background.


White color preview on #82B184 background

This text has white color on #82B184 background.