COLOR #82ADB6

HEX: #82ADB6 RGB: (130,173,182)

Color info

#82ADB6 contains red, green and blue colors in about the same proportion. Web safe color of #82ADB6 is #9999CC (or #99C).

RGB color model

#82ADB6 color RGB value is (130,173,182).

RGB: (130,173,182) (51%, 68%, 71%)

RGB channels and saturation

R 130 of 255 = 51%
G 173 of 255 = 68%
B 182 of 255 = 71%

130
173
182

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

Portions of RGB colors in percentages

R + G + B = 130 + 173 + 182 = 485 (100%)
R 130 of 485 ~ 26.8%
G 173 of 485 ~ 35.67%
B 182 of 485 ~ 37.53'%

%26.8
%35.67
%37.53

CMYK color model

#82ADB6 color CMYK value is (29,5,0,29).

  • cyan value is 28.57%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (29,5,0,29)
C29M5Y0K29 (29%, 5%, 0%, 29%)
(0.29 / 0.05 / 0.00 / 0.29)

CMYK percentages

%28.57
%4.95
%0
%28.63

Codes

Color #82ADB6 in popluar color models

82 AD B6
RGB 130 173 182
HSL 190° 26.26% 61.18%
HSB/HSV 190° 28.57% 71.37%
CMYK 28.57% 4.95% 0.00%
28.63%

Color #82ADB6 in popluar number systems.

HEX 82 AD B6
Decimal 130 173 182
Binary 10000010 10101101 10110110
Octal 202 255 266

Shades and tints

Shades of #82ADB6

#82ADB6
(130,173,182)
#779EA6
(119,158,166)
#6C8F96
(108,143,150)
#618086
(97,128,134)
#567176
(86,113,118)
#4B6266
(75,98,102)
#405356
(64,83,86)
#354446
(53,68,70)
#2A3536
(42,53,54)
#1F2626
(31,38,38)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #82ADB6

#82ADB6
(130,173,182)
#8DB4BC
(141,180,188)
#98BBC2
(152,187,194)
#A3C2C8
(163,194,200)
#AEC9CE
(174,201,206)
#B9D0D4
(185,208,212)
#C4D7DA
(196,215,218)
#CFDEE0
(207,222,224)
#DAE5E6
(218,229,230)
#E5ECEC
(229,236,236)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ADB6; }

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

This text font color is #82ADB6.

Background Color

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

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

This div background color is #82ADB6.

Border color

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

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

This div border color is #82ADB6.

Opacity

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

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

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

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

This text has shadow with #82ADB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82ADB6.

Preview

Color preview on black background

This text has color #82ADB6 on black background.


Color preview on white background

This text has color #82ADB6 on white background.


Black color preview on #82ADB6 background

This text has black color on #82ADB6 background.


White color preview on #82ADB6 background

This text has white color on #82ADB6 background.


Related colors

Complementary color

Complementary color for #hex is #7D5249.


I love getcolorcode.com

Triadic colors

1 #B682AD and #ADB682 with #82ADB6 are triadic colors.

2 #B6AD82 and #AD82B6 with #82ADB6 are triadic colors.