COLOR #82ADAB

HEX: #82ADAB
RGB: (130,173,171)

Color info

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

RGB color model

#82ADAB color RGB value is (130,173,171).

  • red value is 130;
  • green value is 173;
  • blue value is 171.
RGB:
(130,173,171)
(51%,68%,67%)

RGB channels and saturation

R 130 of 255 = 51%
G 173 of 255 = 68%
B 171 of 255 = 67%

130
173
171

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

Portions of RGB colors in percentages

R + G + B =
130 + 173 + 171 = 474 (100%)
R 130 of 474 ~ 27.43%
G 173 of 474 ~ 36.5%
B 171 of 474 ~ 36.08%

%27.43
%36.5
%36.08

CMYK color model

#82ADAB color CMYK value is (25,0,1,32).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK:
(25,0,1,32)
C25M0Y1K32 
(25%,0%,1%,32%)
(0.25/0.00/0.01/0.32)	

CMYK percentages

%24.86
%0
%1.16
%32.16

Codes

Color #82ADAB in popluar color models

82ADAB
RGB130173171
HSL177°20.77%59.41%
HSB/HSV177°24.86%67.84%
CMYK24.86%0.00%1.16%
32.16%

Color #82ADAB in popluar number systems.

HEX82ADAB
Decimal130173171
Binary100000101010110110101011
Octal202255253

Shades and tints

Shades of #82ADAB

#82ADAB
(130,173,171)
#779E9C
(119,158,156)
#6C8F8D
(108,143,141)
#61807E
(97,128,126)
#56716F
(86,113,111)
#4B6260
(75,98,96)
#405351
(64,83,81)
#354442
(53,68,66)
#2A3533
(42,53,51)
#1F2624
(31,38,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #82ADAB

#82ADAB
(130,173,171)
#8DB4B2
(141,180,178)
#98BBB9
(152,187,185)
#A3C2C0
(163,194,192)
#AEC9C7
(174,201,199)
#B9D0CE
(185,208,206)
#C4D7D5
(196,215,213)
#CFDEDC
(207,222,220)
#DAE5E3
(218,229,227)
#E5ECEA
(229,236,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ADAB; }

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

This text font color is #82ADAB.


Background Color

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

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

This div background color is #82ADAB.


Border color

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

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

This div border color is #82ADAB.


Opacity

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

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

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

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

This text has shadow with #82ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ADAB on black background.


Color preview on white background

This text has color #82ADAB on white background.



Black color preview on #82ADAB background

This text has black color on #82ADAB background.


White color preview on #82ADAB background

This text has white color on #82ADAB background.