COLOR #82ADB5

HEX: #82ADB5 RGB: (130,173,181)

Color info

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

RGB color model

#82ADB5 color RGB value is (130,173,181).

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

RGB channels and saturation

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

130
173
181

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

Portions of RGB colors in percentages

R + G + B = 130 + 173 + 181 = 484 (100%)
R 130 of 484 ~ 26.86%
G 173 of 484 ~ 35.74%
B 181 of 484 ~ 37.4'%

%26.86
%35.74
%37.4

CMYK color model

#82ADB5 color CMYK value is (28,4,0,29).

  • cyan value is 28.18%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (28,4,0,29)
C28M4Y0K29 (28%, 4%, 0%, 29%)
(0.28 / 0.04 / 0.00 / 0.29)

CMYK percentages

%28.18
%4.42
%0
%29.02

Codes

Color #82ADB5 in popluar color models

82 AD B5
RGB 130 173 181
HSL 189° 25.63% 60.98%
HSB/HSV 189° 28.18% 70.98%
CMYK 28.18% 4.42% 0.00%
29.02%

Color #82ADB5 in popluar number systems.

HEX 82 AD B5
Decimal 130 173 181
Binary 10000010 10101101 10110101
Octal 202 255 265

Shades and tints

Shades of #82ADB5

#82ADB5
(130,173,181)
#779EA5
(119,158,165)
#6C8F95
(108,143,149)
#618085
(97,128,133)
#567175
(86,113,117)
#4B6265
(75,98,101)
#405355
(64,83,85)
#354445
(53,68,69)
#2A3535
(42,53,53)
#1F2625
(31,38,37)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #82ADB5

#82ADB5
(130,173,181)
#8DB4BB
(141,180,187)
#98BBC1
(152,187,193)
#A3C2C7
(163,194,199)
#AEC9CD
(174,201,205)
#B9D0D3
(185,208,211)
#C4D7D9
(196,215,217)
#CFDEDF
(207,222,223)
#DAE5E5
(218,229,229)
#E5ECEB
(229,236,235)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ADB5; }

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

This text font color is #82ADB5.

Background Color

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

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

This div background color is #82ADB5.

Border color

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

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

This div border color is #82ADB5.

Opacity

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

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

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

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

This text has shadow with #82ADB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82ADB5.

Preview

Color preview on black background

This text has color #82ADB5 on black background.


Color preview on white background

This text has color #82ADB5 on white background.


Black color preview on #82ADB5 background

This text has black color on #82ADB5 background.


White color preview on #82ADB5 background

This text has white color on #82ADB5 background.


Related colors

Complementary color

Complementary color for #hex is #7D524A.


I love getcolorcode.com

Triadic colors

1 #B582AD and #ADB582 with #82ADB5 are triadic colors.

2 #B5AD82 and #AD82B5 with #82ADB5 are triadic colors.