COLOR #82A08F

HEX: #82A08F
RGB: (130,160,143)

Color info

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

RGB color model

#82A08F color RGB value is (130,160,143).

  • red value is 130;
  • green value is 160;
  • blue value is 143.
RGB:
(130,160,143)
(51%,63%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 143 of 255 = 56%

130
160
143

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

Portions of RGB colors in percentages

R + G + B =
130 + 160 + 143 = 433 (100%)
R 130 of 433 ~ 30.02%
G 160 of 433 ~ 36.95%
B 143 of 433 ~ 33.03%

%30.02
%36.95
%33.03

CMYK color model

#82A08F color CMYK value is (19,0,11,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(19,0,11,37)
C19M0Y11K37 
(19%,0%,11%,37%)
(0.19/0.00/0.11/0.37)	

CMYK percentages

%18.75
%0
%10.63
%37.25

Codes

Color #82A08F in popluar color models

82A08F
RGB130160143
HSL146°13.64%56.86%
HSB/HSV146°18.75%62.75%
CMYK18.75%0.00%10.63%
37.25%

Color #82A08F in popluar number systems.

HEX82A08F
Decimal130160143
Binary100000101010000010001111
Octal202240217

Shades and tints

Shades of #82A08F

#82A08F
(130,160,143)
#779282
(119,146,130)
#6C8475
(108,132,117)
#617668
(97,118,104)
#56685B
(86,104,91)
#4B5A4E
(75,90,78)
#404C41
(64,76,65)
#353E34
(53,62,52)
#2A3027
(42,48,39)
#1F221A
(31,34,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #82A08F

#82A08F
(130,160,143)
#8DA899
(141,168,153)
#98B0A3
(152,176,163)
#A3B8AD
(163,184,173)
#AEC0B7
(174,192,183)
#B9C8C1
(185,200,193)
#C4D0CB
(196,208,203)
#CFD8D5
(207,216,213)
#DAE0DF
(218,224,223)
#E5E8E9
(229,232,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A08F color. Also use rgb(130,160,143) instead hex code.

Text Font Color

.myTextColor { color: #82A08F; }

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

This text font color is #82A08F.


Background Color

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

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

This div background color is #82A08F.


Border color

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

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

This div border color is #82A08F.


Opacity

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

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

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

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

This text has shadow with #82A08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A08F on black background.


Color preview on white background

This text has color #82A08F on white background.



Black color preview on #82A08F background

This text has black color on #82A08F background.


White color preview on #82A08F background

This text has white color on #82A08F background.