COLOR #82A78B

HEX: #82A78B
RGB: (130,167,139)

Color info

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

RGB color model

#82A78B color RGB value is (130,167,139).

  • red value is 130;
  • green value is 167;
  • blue value is 139.
RGB:
(130,167,139)
(51%,65%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 167 of 255 = 65%
B 139 of 255 = 55%

130
167
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 167 + 139 = 436 (100%)
R 130 of 436 ~ 29.82%
G 167 of 436 ~ 38.3%
B 139 of 436 ~ 31.88%

%29.82
%38.3
%31.88

CMYK color model

#82A78B color CMYK value is (22,0,17,35).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 34.51%
CMYK:
(22,0,17,35)
C22M0Y17K35 
(22%,0%,17%,35%)
(0.22/0.00/0.17/0.35)	

CMYK percentages

%22.16
%0
%16.77
%34.51

Codes

Color #82A78B in popluar color models

82A78B
RGB130167139
HSL135°17.37%58.24%
HSB/HSV135°22.16%65.49%
CMYK22.16%0.00%16.77%
34.51%

Color #82A78B in popluar number systems.

HEX82A78B
Decimal130167139
Binary100000101010011110001011
Octal202247213

Shades and tints

Shades of #82A78B

#82A78B
(130,167,139)
#77987F
(119,152,127)
#6C8973
(108,137,115)
#617A67
(97,122,103)
#566B5B
(86,107,91)
#4B5C4F
(75,92,79)
#404D43
(64,77,67)
#353E37
(53,62,55)
#2A2F2B
(42,47,43)
#1F201F
(31,32,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #82A78B

#82A78B
(130,167,139)
#8DAF95
(141,175,149)
#98B79F
(152,183,159)
#A3BFA9
(163,191,169)
#AEC7B3
(174,199,179)
#B9CFBD
(185,207,189)
#C4D7C7
(196,215,199)
#CFDFD1
(207,223,209)
#DAE7DB
(218,231,219)
#E5EFE5
(229,239,229)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A78B color. Also use rgb(130,167,139) instead hex code.

Text Font Color

.myTextColor { color: #82A78B; }

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

This text font color is #82A78B.


Background Color

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

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

This div background color is #82A78B.


Border color

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

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

This div border color is #82A78B.


Opacity

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

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

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

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

This text has shadow with #82A78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A78B on black background.


Color preview on white background

This text has color #82A78B on white background.



Black color preview on #82A78B background

This text has black color on #82A78B background.


White color preview on #82A78B background

This text has white color on #82A78B background.