COLOR #82AFAF

HEX: #82AFAF
RGB: (130,175,175)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
175
175

R + G + B ~ 63%. #82AFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 175 = 480 (100%)
R 130 of 480 ~ 27.08%
G 175 of 480 ~ 36.46%
B 175 of 480 ~ 36.46%

%27.08
%36.46
%36.46

CMYK color model

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

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

CMYK percentages

%25.71
%0
%0
%31.37

Codes

Color #82AFAF in popluar color models

82AFAF
RGB130175175
HSL180°21.95%59.80%
HSB/HSV180°25.71%68.63%
CMYK25.71%0.00%0.00%
31.37%

Color #82AFAF in popluar number systems.

HEX82AFAF
Decimal130175175
Binary100000101010111110101111
Octal202257257

Shades and tints

Shades of #82AFAF

#82AFAF
(130,175,175)
#77A0A0
(119,160,160)
#6C9191
(108,145,145)
#618282
(97,130,130)
#567373
(86,115,115)
#4B6464
(75,100,100)
#405555
(64,85,85)
#354646
(53,70,70)
#2A3737
(42,55,55)
#1F2828
(31,40,40)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #82AFAF

#82AFAF
(130,175,175)
#8DB6B6
(141,182,182)
#98BDBD
(152,189,189)
#A3C4C4
(163,196,196)
#AECBCB
(174,203,203)
#B9D2D2
(185,210,210)
#C4D9D9
(196,217,217)
#CFE0E0
(207,224,224)
#DAE7E7
(218,231,231)
#E5EEEE
(229,238,238)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AFAF; }

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

This text font color is #82AFAF.


Background Color

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

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

This div background color is #82AFAF.


Border color

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

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

This div border color is #82AFAF.


Opacity

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

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

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

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

This text has shadow with #82AFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AFAF on black background.


Color preview on white background

This text has color #82AFAF on white background.



Black color preview on #82AFAF background

This text has black color on #82AFAF background.


White color preview on #82AFAF background

This text has white color on #82AFAF background.