COLOR #82AF9F

HEX: #82AF9F
RGB: (130,175,159)

Color info

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

RGB color model

#82AF9F color RGB value is (130,175,159).

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

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 159 of 255 = 62%

130
175
159

R + G + B ~ 61%. #82AF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 159 = 464 (100%)
R 130 of 464 ~ 28.02%
G 175 of 464 ~ 37.72%
B 159 of 464 ~ 34.27%

%28.02
%37.72
%34.27

CMYK color model

#82AF9F color CMYK value is (26,0,9,31).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(26,0,9,31)
C26M0Y9K31 
(26%,0%,9%,31%)
(0.26/0.00/0.09/0.31)	

CMYK percentages

%25.71
%0
%9.14
%31.37

Codes

Color #82AF9F in popluar color models

82AF9F
RGB130175159
HSL159°21.95%59.80%
HSB/HSV159°25.71%68.63%
CMYK25.71%0.00%9.14%
31.37%

Color #82AF9F in popluar number systems.

HEX82AF9F
Decimal130175159
Binary100000101010111110011111
Octal202257237

Shades and tints

Shades of #82AF9F

#82AF9F
(130,175,159)
#77A091
(119,160,145)
#6C9183
(108,145,131)
#618275
(97,130,117)
#567367
(86,115,103)
#4B6459
(75,100,89)
#40554B
(64,85,75)
#35463D
(53,70,61)
#2A372F
(42,55,47)
#1F2821
(31,40,33)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #82AF9F

#82AF9F
(130,175,159)
#8DB6A7
(141,182,167)
#98BDAF
(152,189,175)
#A3C4B7
(163,196,183)
#AECBBF
(174,203,191)
#B9D2C7
(185,210,199)
#C4D9CF
(196,217,207)
#CFE0D7
(207,224,215)
#DAE7DF
(218,231,223)
#E5EEE7
(229,238,231)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AF9F; }

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

This text font color is #82AF9F.


Background Color

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

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

This div background color is #82AF9F.


Border color

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

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

This div border color is #82AF9F.


Opacity

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

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

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

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

This text has shadow with #82AF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AF9F on black background.


Color preview on white background

This text has color #82AF9F on white background.



Black color preview on #82AF9F background

This text has black color on #82AF9F background.


White color preview on #82AF9F background

This text has white color on #82AF9F background.