COLOR #82A78E

HEX: #82A78E
RGB: (130,167,142)

Color info

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

RGB color model

#82A78E color RGB value is (130,167,142).

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

RGB channels and saturation

R 130 of 255 = 51%
G 167 of 255 = 65%
B 142 of 255 = 56%

130
167
142

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

Portions of RGB colors in percentages

R + G + B =
130 + 167 + 142 = 439 (100%)
R 130 of 439 ~ 29.61%
G 167 of 439 ~ 38.04%
B 142 of 439 ~ 32.35%

%29.61
%38.04
%32.35

CMYK color model

#82A78E color CMYK value is (22,0,15,35).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(22,0,15,35)
C22M0Y15K35 
(22%,0%,15%,35%)
(0.22/0.00/0.15/0.35)	

CMYK percentages

%22.16
%0
%14.97
%34.51

Codes

Color #82A78E in popluar color models

82A78E
RGB130167142
HSL139°17.37%58.24%
HSB/HSV139°22.16%65.49%
CMYK22.16%0.00%14.97%
34.51%

Color #82A78E in popluar number systems.

HEX82A78E
Decimal130167142
Binary100000101010011110001110
Octal202247216

Shades and tints

Shades of #82A78E

#82A78E
(130,167,142)
#779882
(119,152,130)
#6C8976
(108,137,118)
#617A6A
(97,122,106)
#566B5E
(86,107,94)
#4B5C52
(75,92,82)
#404D46
(64,77,70)
#353E3A
(53,62,58)
#2A2F2E
(42,47,46)
#1F2022
(31,32,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #82A78E

#82A78E
(130,167,142)
#8DAF98
(141,175,152)
#98B7A2
(152,183,162)
#A3BFAC
(163,191,172)
#AEC7B6
(174,199,182)
#B9CFC0
(185,207,192)
#C4D7CA
(196,215,202)
#CFDFD4
(207,223,212)
#DAE7DE
(218,231,222)
#E5EFE8
(229,239,232)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A78E; }

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

This text font color is #82A78E.


Background Color

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

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

This div background color is #82A78E.


Border color

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

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

This div border color is #82A78E.


Opacity

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

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

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

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

This text has shadow with #82A78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A78E on black background.


Color preview on white background

This text has color #82A78E on white background.



Black color preview on #82A78E background

This text has black color on #82A78E background.


White color preview on #82A78E background

This text has white color on #82A78E background.