COLOR #82A09F

HEX: #82A09F
RGB: (130,160,159)

Color info

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

RGB color model

#82A09F color RGB value is (130,160,159).

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

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 159 of 255 = 62%

130
160
159

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

Portions of RGB colors in percentages

R + G + B =
130 + 160 + 159 = 449 (100%)
R 130 of 449 ~ 28.95%
G 160 of 449 ~ 35.63%
B 159 of 449 ~ 35.41%

%28.95
%35.63
%35.41

CMYK color model

#82A09F color CMYK value is (19,0,1,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(19,0,1,37)
C19M0Y1K37 
(19%,0%,1%,37%)
(0.19/0.00/0.01/0.37)	

CMYK percentages

%18.75
%0
%0.62
%37.25

Codes

Color #82A09F in popluar color models

82A09F
RGB130160159
HSL178°13.64%56.86%
HSB/HSV178°18.75%62.75%
CMYK18.75%0.00%0.62%
37.25%

Color #82A09F in popluar number systems.

HEX82A09F
Decimal130160159
Binary100000101010000010011111
Octal202240237

Shades and tints

Shades of #82A09F

#82A09F
(130,160,159)
#779291
(119,146,145)
#6C8483
(108,132,131)
#617675
(97,118,117)
#566867
(86,104,103)
#4B5A59
(75,90,89)
#404C4B
(64,76,75)
#353E3D
(53,62,61)
#2A302F
(42,48,47)
#1F2221
(31,34,33)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #82A09F

#82A09F
(130,160,159)
#8DA8A7
(141,168,167)
#98B0AF
(152,176,175)
#A3B8B7
(163,184,183)
#AEC0BF
(174,192,191)
#B9C8C7
(185,200,199)
#C4D0CF
(196,208,207)
#CFD8D7
(207,216,215)
#DAE0DF
(218,224,223)
#E5E8E7
(229,232,231)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A09F; }

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

This text font color is #82A09F.


Background Color

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

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

This div background color is #82A09F.


Border color

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

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

This div border color is #82A09F.


Opacity

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

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

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

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

This text has shadow with #82A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A09F on black background.


Color preview on white background

This text has color #82A09F on white background.



Black color preview on #82A09F background

This text has black color on #82A09F background.


White color preview on #82A09F background

This text has white color on #82A09F background.