COLOR #82B87B

HEX: #82B87B
RGB: (130,184,123)

Color info

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

RGB color model

#82B87B color RGB value is (130,184,123).

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

RGB channels and saturation

R 130 of 255 = 51%
G 184 of 255 = 72%
B 123 of 255 = 48%

130
184
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 184 + 123 = 437 (100%)
R 130 of 437 ~ 29.75%
G 184 of 437 ~ 42.11%
B 123 of 437 ~ 28.15%

%29.75
%42.11
%28.15

CMYK color model

#82B87B color CMYK value is (29,0,33,28).

  • cyan value is 29.35%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 27.84%
CMYK:
(29,0,33,28)
C29M0Y33K28 
(29%,0%,33%,28%)
(0.29/0.00/0.33/0.28)	

CMYK percentages

%29.35
%0
%33.15
%27.84

Codes

Color #82B87B in popluar color models

82B87B
RGB130184123
HSL113°30.05%60.20%
HSB/HSV113°33.15%72.16%
CMYK29.35%0.00%33.15%
27.84%

Color #82B87B in popluar number systems.

HEX82B87B
Decimal130184123
Binary10000010101110001111011
Octal202270173

Shades and tints

Shades of #82B87B

#82B87B
(130,184,123)
#77A870
(119,168,112)
#6C9865
(108,152,101)
#61885A
(97,136,90)
#56784F
(86,120,79)
#4B6844
(75,104,68)
#405839
(64,88,57)
#35482E
(53,72,46)
#2A3823
(42,56,35)
#1F2818
(31,40,24)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #82B87B

#82B87B
(130,184,123)
#8DBE87
(141,190,135)
#98C493
(152,196,147)
#A3CA9F
(163,202,159)
#AED0AB
(174,208,171)
#B9D6B7
(185,214,183)
#C4DCC3
(196,220,195)
#CFE2CF
(207,226,207)
#DAE8DB
(218,232,219)
#E5EEE7
(229,238,231)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B87B; }

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

This text font color is #82B87B.


Background Color

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

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

This div background color is #82B87B.


Border color

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

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

This div border color is #82B87B.


Opacity

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

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

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

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

This text has shadow with #82B87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B87B on black background.


Color preview on white background

This text has color #82B87B on white background.



Black color preview on #82B87B background

This text has black color on #82B87B background.


White color preview on #82B87B background

This text has white color on #82B87B background.