COLOR #82B2A6

HEX: #82B2A6 RGB: (130,178,166)

Color info

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

RGB color model

#82B2A6 color RGB value is (130,178,166).

RGB: (130,178,166) (51%, 70%, 65%)

RGB channels and saturation

R 130 of 255 = 51%
G 178 of 255 = 70%
B 166 of 255 = 65%

130
178
166

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

Portions of RGB colors in percentages

R + G + B = 130 + 178 + 166 = 474 (100%)
R 130 of 474 ~ 27.43%
G 178 of 474 ~ 37.55%
B 166 of 474 ~ 35.02'%

%27.43
%37.55
%35.02

CMYK color model

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

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 30.20%

CMYK: (27,0,7,30)
C27M0Y7K30 (27%, 0%, 7%, 30%)
(0.27 / 0.00 / 0.07 / 0.30)

CMYK percentages

%26.97
%0
%6.74
%30.2

Codes

Color #82B2A6 in popluar color models

82 B2 A6
RGB 130 178 166
HSL 165° 23.76% 60.39%
HSB/HSV 165° 26.97% 69.80%
CMYK 26.97% 0.00% 6.74%
30.20%

Color #82B2A6 in popluar number systems.

HEX 82 B2 A6
Decimal 130 178 166
Binary 10000010 10110010 10100110
Octal 202 262 246

Shades and tints

Shades of #82B2A6

#82B2A6
(130,178,166)
#77A297
(119,162,151)
#6C9288
(108,146,136)
#618279
(97,130,121)
#56726A
(86,114,106)
#4B625B
(75,98,91)
#40524C
(64,82,76)
#35423D
(53,66,61)
#2A322E
(42,50,46)
#1F221F
(31,34,31)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #82B2A6

#82B2A6
(130,178,166)
#8DB9AE
(141,185,174)
#98C0B6
(152,192,182)
#A3C7BE
(163,199,190)
#AECEC6
(174,206,198)
#B9D5CE
(185,213,206)
#C4DCD6
(196,220,214)
#CFE3DE
(207,227,222)
#DAEAE6
(218,234,230)
#E5F1EE
(229,241,238)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B2A6 color. Also use rgb(130,178,166) instead hex code.

Text Font Color

.myTextColor { color: #82B2A6; }

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

This text font color is #82B2A6.

Background Color

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

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

This div background color is #82B2A6.

Border color

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

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

This div border color is #82B2A6.

Opacity

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

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

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

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

This text has shadow with #82B2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B2A6.

Preview

Color preview on black background

This text has color #82B2A6 on black background.


Color preview on white background

This text has color #82B2A6 on white background.


Black color preview on #82B2A6 background

This text has black color on #82B2A6 background.


White color preview on #82B2A6 background

This text has white color on #82B2A6 background.


Related colors

Complementary color

Complementary color for #hex is #7D4D59.


I love getcolorcode.com

Triadic colors

1 #A682B2 and #B2A682 with #82B2A6 are triadic colors.

2 #A6B282 and #B282A6 with #82B2A6 are triadic colors.