COLOR #82B1A1

HEX: #82B1A1
RGB: (130,177,161)

Color info

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

RGB color model

#82B1A1 color RGB value is (130,177,161).

  • red value is 130;
  • green value is 177;
  • blue value is 161.
RGB:
(130,177,161)
(51%,69%,63%)

RGB channels and saturation

R 130 of 255 = 51%
G 177 of 255 = 69%
B 161 of 255 = 63%

130
177
161

R + G + B ~ 61%. #82B1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 177 + 161 = 468 (100%)
R 130 of 468 ~ 27.78%
G 177 of 468 ~ 37.82%
B 161 of 468 ~ 34.4%

%27.78
%37.82
%34.4

CMYK color model

#82B1A1 color CMYK value is (27,0,9,31).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 30.59%
CMYK:
(27,0,9,31)
C27M0Y9K31 
(27%,0%,9%,31%)
(0.27/0.00/0.09/0.31)	

CMYK percentages

%26.55
%0
%9.04
%30.59

Codes

Color #82B1A1 in popluar color models

82B1A1
RGB130177161
HSL160°23.15%60.20%
HSB/HSV160°26.55%69.41%
CMYK26.55%0.00%9.04%
30.59%

Color #82B1A1 in popluar number systems.

HEX82B1A1
Decimal130177161
Binary100000101011000110100001
Octal202261241

Shades and tints

Shades of #82B1A1

#82B1A1
(130,177,161)
#77A193
(119,161,147)
#6C9185
(108,145,133)
#618177
(97,129,119)
#567169
(86,113,105)
#4B615B
(75,97,91)
#40514D
(64,81,77)
#35413F
(53,65,63)
#2A3131
(42,49,49)
#1F2123
(31,33,35)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #82B1A1

#82B1A1
(130,177,161)
#8DB8A9
(141,184,169)
#98BFB1
(152,191,177)
#A3C6B9
(163,198,185)
#AECDC1
(174,205,193)
#B9D4C9
(185,212,201)
#C4DBD1
(196,219,209)
#CFE2D9
(207,226,217)
#DAE9E1
(218,233,225)
#E5F0E9
(229,240,233)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B1A1 color. Also use rgb(130,177,161) instead hex code.

Text Font Color

.myTextColor { color: #82B1A1; }

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

This text font color is #82B1A1.


Background Color

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

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

This div background color is #82B1A1.


Border color

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

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

This div border color is #82B1A1.


Opacity

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

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

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

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

This text has shadow with #82B1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B1A1 on black background.


Color preview on white background

This text has color #82B1A1 on white background.



Black color preview on #82B1A1 background

This text has black color on #82B1A1 background.


White color preview on #82B1A1 background

This text has white color on #82B1A1 background.