COLOR #82C5AC

HEX: #82C5AC
RGB: (130,197,172)

Color info

#82C5AC contains mainly green and blue colors. Web safe color of #82C5AC is #99CC99 (or #9C9).

RGB color model

#82C5AC color RGB value is (130,197,172).

  • red value is 130;
  • green value is 197;
  • blue value is 172.
RGB:
(130,197,172)
(51%,77%,67%)

RGB channels and saturation

R 130 of 255 = 51%
G 197 of 255 = 77%
B 172 of 255 = 67%

130
197
172

R + G + B ~ 65%. #82C5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 197 + 172 = 499 (100%)
R 130 of 499 ~ 26.05%
G 197 of 499 ~ 39.48%
B 172 of 499 ~ 34.47%

%26.05
%39.48
%34.47

CMYK color model

#82C5AC color CMYK value is (34,0,13,23).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(34,0,13,23)
C34M0Y13K23 
(34%,0%,13%,23%)
(0.34/0.00/0.13/0.23)	

CMYK percentages

%34.01
%0
%12.69
%22.75

Codes

Color #82C5AC in popluar color models

82C5AC
RGB130197172
HSL158°36.61%64.12%
HSB/HSV158°34.01%77.25%
CMYK34.01%0.00%12.69%
22.75%

Color #82C5AC in popluar number systems.

HEX82C5AC
Decimal130197172
Binary100000101100010110101100
Octal202305254

Shades and tints

Shades of #82C5AC

#82C5AC
(130,197,172)
#77B49D
(119,180,157)
#6CA38E
(108,163,142)
#61927F
(97,146,127)
#568170
(86,129,112)
#4B7061
(75,112,97)
#405F52
(64,95,82)
#354E43
(53,78,67)
#2A3D34
(42,61,52)
#1F2C25
(31,44,37)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #82C5AC

#82C5AC
(130,197,172)
#8DCAB3
(141,202,179)
#98CFBA
(152,207,186)
#A3D4C1
(163,212,193)
#AED9C8
(174,217,200)
#B9DECF
(185,222,207)
#C4E3D6
(196,227,214)
#CFE8DD
(207,232,221)
#DAEDE4
(218,237,228)
#E5F2EB
(229,242,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C5AC color. Also use rgb(130,197,172) instead hex code.

Text Font Color

.myTextColor { color: #82C5AC; }

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

This text font color is #82C5AC.


Background Color

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

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

This div background color is #82C5AC.


Border color

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

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

This div border color is #82C5AC.


Opacity

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

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

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

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

This text has shadow with #82C5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C5AC on black background.


Color preview on white background

This text has color #82C5AC on white background.



Black color preview on #82C5AC background

This text has black color on #82C5AC background.


White color preview on #82C5AC background

This text has white color on #82C5AC background.