COLOR #82B285

HEX: #82B285
RGB: (130,178,133)

Color info

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

RGB color model

#82B285 color RGB value is (130,178,133).

  • red value is 130;
  • green value is 178;
  • blue value is 133.
RGB:
(130,178,133)
(51%,70%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 178 of 255 = 70%
B 133 of 255 = 52%

130
178
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 178 + 133 = 441 (100%)
R 130 of 441 ~ 29.48%
G 178 of 441 ~ 40.36%
B 133 of 441 ~ 30.16%

%29.48
%40.36
%30.16

CMYK color model

#82B285 color CMYK value is (27,0,25,30).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 25.28%
  • key color value is 30.20%
CMYK:
(27,0,25,30)
C27M0Y25K30 
(27%,0%,25%,30%)
(0.27/0.00/0.25/0.30)	

CMYK percentages

%26.97
%0
%25.28
%30.2

Codes

Color #82B285 in popluar color models

82B285
RGB130178133
HSL124°23.76%60.39%
HSB/HSV124°26.97%69.80%
CMYK26.97%0.00%25.28%
30.20%

Color #82B285 in popluar number systems.

HEX82B285
Decimal130178133
Binary100000101011001010000101
Octal202262205

Shades and tints

Shades of #82B285

#82B285
(130,178,133)
#77A279
(119,162,121)
#6C926D
(108,146,109)
#618261
(97,130,97)
#567255
(86,114,85)
#4B6249
(75,98,73)
#40523D
(64,82,61)
#354231
(53,66,49)
#2A3225
(42,50,37)
#1F2219
(31,34,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82B285

#82B285
(130,178,133)
#8DB990
(141,185,144)
#98C09B
(152,192,155)
#A3C7A6
(163,199,166)
#AECEB1
(174,206,177)
#B9D5BC
(185,213,188)
#C4DCC7
(196,220,199)
#CFE3D2
(207,227,210)
#DAEADD
(218,234,221)
#E5F1E8
(229,241,232)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B285 color. Also use rgb(130,178,133) instead hex code.

Text Font Color

.myTextColor { color: #82B285; }

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

This text font color is #82B285.


Background Color

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

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

This div background color is #82B285.


Border color

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

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

This div border color is #82B285.


Opacity

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

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

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

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

This text has shadow with #82B285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B285 on black background.


Color preview on white background

This text has color #82B285 on white background.



Black color preview on #82B285 background

This text has black color on #82B285 background.


White color preview on #82B285 background

This text has white color on #82B285 background.