COLOR #82BB85

HEX: #82BB85
RGB: (130,187,133)

Color info

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

RGB color model

#82BB85 color RGB value is (130,187,133).

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

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 133 of 255 = 52%

130
187
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 187 + 133 = 450 (100%)
R 130 of 450 ~ 28.89%
G 187 of 450 ~ 41.56%
B 133 of 450 ~ 29.56%

%28.89
%41.56
%29.56

CMYK color model

#82BB85 color CMYK value is (30,0,29,27).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK:
(30,0,29,27)
C30M0Y29K27 
(30%,0%,29%,27%)
(0.30/0.00/0.29/0.27)	

CMYK percentages

%30.48
%0
%28.88
%26.67

Codes

Color #82BB85 in popluar color models

82BB85
RGB130187133
HSL123°29.53%62.16%
HSB/HSV123°30.48%73.33%
CMYK30.48%0.00%28.88%
26.67%

Color #82BB85 in popluar number systems.

HEX82BB85
Decimal130187133
Binary100000101011101110000101
Octal202273205

Shades and tints

Shades of #82BB85

#82BB85
(130,187,133)
#77AA79
(119,170,121)
#6C996D
(108,153,109)
#618861
(97,136,97)
#567755
(86,119,85)
#4B6649
(75,102,73)
#40553D
(64,85,61)
#354431
(53,68,49)
#2A3325
(42,51,37)
#1F2219
(31,34,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #82BB85

#82BB85
(130,187,133)
#8DC190
(141,193,144)
#98C79B
(152,199,155)
#A3CDA6
(163,205,166)
#AED3B1
(174,211,177)
#B9D9BC
(185,217,188)
#C4DFC7
(196,223,199)
#CFE5D2
(207,229,210)
#DAEBDD
(218,235,221)
#E5F1E8
(229,241,232)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BB85; }

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

This text font color is #82BB85.


Background Color

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

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

This div background color is #82BB85.


Border color

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

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

This div border color is #82BB85.


Opacity

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

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

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

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

This text has shadow with #82BB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BB85 on black background.


Color preview on white background

This text has color #82BB85 on white background.



Black color preview on #82BB85 background

This text has black color on #82BB85 background.


White color preview on #82BB85 background

This text has white color on #82BB85 background.