COLOR #82B2A7

HEX: #82B2A7
RGB: (130,178,167)

Color info

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

RGB color model

#82B2A7 color RGB value is (130,178,167).

  • red value is 130;
  • green value is 178;
  • blue value is 167.
RGB:
(130,178,167)
(51%,70%,65%)

RGB channels and saturation

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

130
178
167

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

Portions of RGB colors in percentages

R + G + B =
130 + 178 + 167 = 475 (100%)
R 130 of 475 ~ 27.37%
G 178 of 475 ~ 37.47%
B 167 of 475 ~ 35.16%

%27.37
%37.47
%35.16

CMYK color model

#82B2A7 color CMYK value is (27,0,6,30).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 6.18%
  • key color value is 30.20%
CMYK:
(27,0,6,30)
C27M0Y6K30 
(27%,0%,6%,30%)
(0.27/0.00/0.06/0.30)	

CMYK percentages

%26.97
%0
%6.18
%30.2

Codes

Color #82B2A7 in popluar color models

82B2A7
RGB130178167
HSL166°23.76%60.39%
HSB/HSV166°26.97%69.80%
CMYK26.97%0.00%6.18%
30.20%

Color #82B2A7 in popluar number systems.

HEX82B2A7
Decimal130178167
Binary100000101011001010100111
Octal202262247

Shades and tints

Shades of #82B2A7

#82B2A7
(130,178,167)
#77A298
(119,162,152)
#6C9289
(108,146,137)
#61827A
(97,130,122)
#56726B
(86,114,107)
#4B625C
(75,98,92)
#40524D
(64,82,77)
#35423E
(53,66,62)
#2A322F
(42,50,47)
#1F2220
(31,34,32)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #82B2A7

#82B2A7
(130,178,167)
#8DB9AF
(141,185,175)
#98C0B7
(152,192,183)
#A3C7BF
(163,199,191)
#AECEC7
(174,206,199)
#B9D5CF
(185,213,207)
#C4DCD7
(196,220,215)
#CFE3DF
(207,227,223)
#DAEAE7
(218,234,231)
#E5F1EF
(229,241,239)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B2A7; }

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

This text font color is #82B2A7.


Background Color

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

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

This div background color is #82B2A7.


Border color

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

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

This div border color is #82B2A7.


Opacity

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

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

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

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

This text has shadow with #82B2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B2A7 on black background.


Color preview on white background

This text has color #82B2A7 on white background.



Black color preview on #82B2A7 background

This text has black color on #82B2A7 background.


White color preview on #82B2A7 background

This text has white color on #82B2A7 background.