COLOR #82ADBA

HEX: #82ADBA RGB: (130,173,186)

Color info

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

RGB color model

#82ADBA color RGB value is (130,173,186).

RGB: (130,173,186) (51%, 68%, 73%)

RGB channels and saturation

R 130 of 255 = 51%
G 173 of 255 = 68%
B 186 of 255 = 73%

130
173
186

R + G + B ~ 64%. #82ADBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 173 + 186 = 489 (100%)
R 130 of 489 ~ 26.58%
G 173 of 489 ~ 35.38%
B 186 of 489 ~ 38.04'%

%26.58
%35.38
%38.04

CMYK color model

#82ADBA color CMYK value is (30,7,0,27).

  • cyan value is 30.11%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (30,7,0,27) C30M7Y0K27 (30%,7%,0%,27%) (0.30/0.07/0.00/0.27) 

CMYK percentages

%30.11
%6.99
%0
%27.06

Codes

Color #82ADBA in popluar color models

82 AD BA
RGB 130 173 186
HSL 194° 28.87% 61.96%
HSB/HSV 194° 30.11% 72.94%
CMYK 30.11% 6.99% 0.00%
27.06%

Color #82ADBA in popluar number systems.

HEX 82 AD BA
Decimal 130 173 186
Binary 10000010 10101101 10111010
Octal 202 255 272

Shades and tints

Shades of #82ADBA

#82ADBA
(130,173,186)
#779EAA
(119,158,170)
#6C8F9A
(108,143,154)
#61808A
(97,128,138)
#56717A
(86,113,122)
#4B626A
(75,98,106)
#40535A
(64,83,90)
#35444A
(53,68,74)
#2A353A
(42,53,58)
#1F262A
(31,38,42)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #82ADBA

#82ADBA
(130,173,186)
#8DB4C0
(141,180,192)
#98BBC6
(152,187,198)
#A3C2CC
(163,194,204)
#AEC9D2
(174,201,210)
#B9D0D8
(185,208,216)
#C4D7DE
(196,215,222)
#CFDEE4
(207,222,228)
#DAE5EA
(218,229,234)
#E5ECF0
(229,236,240)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ADBA; }

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

This text font color is #82ADBA.

Background Color

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

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

This div background color is #82ADBA.

Border color

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

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

This div border color is #82ADBA.

Opacity

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

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

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

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

This text has shadow with #82ADBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82ADBA.

Preview

Color preview on black background

This text has color #82ADBA on black background.


Color preview on white background

This text has color #82ADBA on white background.


Black color preview on #82ADBA background

This text has black color on #82ADBA background.


White color preview on #82ADBA background

This text has white color on #82ADBA background.


Related colors

Complementary color

Complementary color for #hex is #7D5245.


I love getcolorcode.com

Triadic colors

1 #BA82AD and #ADBA82 with #82ADBA are triadic colors.

2 #BAAD82 and #AD82BA with #82ADBA are triadic colors.