COLOR #82BB7B

HEX: #82BB7B
RGB: (130,187,123)

Color info

#82BB7B contains mainly red and green colors. Web safe color of #82BB7B is #99CC66 (or #9C6).

RGB color model

#82BB7B color RGB value is (130,187,123).

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

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 123 of 255 = 48%

130
187
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 187 + 123 = 440 (100%)
R 130 of 440 ~ 29.55%
G 187 of 440 ~ 42.5%
B 123 of 440 ~ 27.95%

%29.55
%42.5
%27.95

CMYK color model

#82BB7B color CMYK value is (30,0,34,27).

  • cyan value is 30.48%
  • magenta value is 0.00%
  • yellow value is 34.22%
  • key color value is 26.67%
CMYK:
(30,0,34,27)
C30M0Y34K27 
(30%,0%,34%,27%)
(0.30/0.00/0.34/0.27)	

CMYK percentages

%30.48
%0
%34.22
%26.67

Codes

Color #82BB7B in popluar color models

82BB7B
RGB130187123
HSL113°32.00%60.78%
HSB/HSV113°34.22%73.33%
CMYK30.48%0.00%34.22%
26.67%

Color #82BB7B in popluar number systems.

HEX82BB7B
Decimal130187123
Binary10000010101110111111011
Octal202273173

Shades and tints

Shades of #82BB7B

#82BB7B
(130,187,123)
#77AA70
(119,170,112)
#6C9965
(108,153,101)
#61885A
(97,136,90)
#56774F
(86,119,79)
#4B6644
(75,102,68)
#405539
(64,85,57)
#35442E
(53,68,46)
#2A3323
(42,51,35)
#1F2218
(31,34,24)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #82BB7B

#82BB7B
(130,187,123)
#8DC187
(141,193,135)
#98C793
(152,199,147)
#A3CD9F
(163,205,159)
#AED3AB
(174,211,171)
#B9D9B7
(185,217,183)
#C4DFC3
(196,223,195)
#CFE5CF
(207,229,207)
#DAEBDB
(218,235,219)
#E5F1E7
(229,241,231)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BB7B; }

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

This text font color is #82BB7B.


Background Color

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

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

This div background color is #82BB7B.


Border color

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

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

This div border color is #82BB7B.


Opacity

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

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

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

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

This text has shadow with #82BB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BB7B on black background.


Color preview on white background

This text has color #82BB7B on white background.



Black color preview on #82BB7B background

This text has black color on #82BB7B background.


White color preview on #82BB7B background

This text has white color on #82BB7B background.