COLOR #82AFAA

HEX: #82AFAA
RGB: (130,175,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
175
170

R + G + B ~ 62%. #82AFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 170 = 475 (100%)
R 130 of 475 ~ 27.37%
G 175 of 475 ~ 36.84%
B 170 of 475 ~ 35.79%

%27.37
%36.84
%35.79

CMYK color model

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

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

CMYK percentages

%25.71
%0
%2.86
%31.37

Codes

Color #82AFAA in popluar color models

82AFAA
RGB130175170
HSL173°21.95%59.80%
HSB/HSV173°25.71%68.63%
CMYK25.71%0.00%2.86%
31.37%

Color #82AFAA in popluar number systems.

HEX82AFAA
Decimal130175170
Binary100000101010111110101010
Octal202257252

Shades and tints

Shades of #82AFAA

#82AFAA
(130,175,170)
#77A09B
(119,160,155)
#6C918C
(108,145,140)
#61827D
(97,130,125)
#56736E
(86,115,110)
#4B645F
(75,100,95)
#405550
(64,85,80)
#354641
(53,70,65)
#2A3732
(42,55,50)
#1F2823
(31,40,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #82AFAA

#82AFAA
(130,175,170)
#8DB6B1
(141,182,177)
#98BDB8
(152,189,184)
#A3C4BF
(163,196,191)
#AECBC6
(174,203,198)
#B9D2CD
(185,210,205)
#C4D9D4
(196,217,212)
#CFE0DB
(207,224,219)
#DAE7E2
(218,231,226)
#E5EEE9
(229,238,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AFAA; }

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

This text font color is #82AFAA.


Background Color

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

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

This div background color is #82AFAA.


Border color

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

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

This div border color is #82AFAA.


Opacity

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

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

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

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

This text has shadow with #82AFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AFAA on black background.


Color preview on white background

This text has color #82AFAA on white background.



Black color preview on #82AFAA background

This text has black color on #82AFAA background.


White color preview on #82AFAA background

This text has white color on #82AFAA background.