COLOR #82C3A4

HEX: #82C3A4 RGB: (130,195,164)

Color info

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

RGB color model

#82C3A4 color RGB value is (130,195,164).

RGB: (130,195,164) (51%, 76%, 64%)

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 164 of 255 = 64%

130
195
164

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

Portions of RGB colors in percentages

R + G + B = 130 + 195 + 164 = 489 (100%)
R 130 of 489 ~ 26.58%
G 195 of 489 ~ 39.88%
B 164 of 489 ~ 33.54'%

%26.58
%39.88
%33.54

CMYK color model

#82C3A4 color CMYK value is (33,0,16,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 23.53%

CMYK: (33,0,16,24)
C33M0Y16K24 (33%, 0%, 16%, 24%)
(0.33 / 0.00 / 0.16 / 0.24)

CMYK percentages

%33.33
%0
%15.9
%23.53

Codes

Color #82C3A4 in popluar color models

82 C3 A4
RGB 130 195 164
HSL 151° 35.14% 63.73%
HSB/HSV 151° 33.33% 76.47%
CMYK 33.33% 0.00% 15.90%
23.53%

Color #82C3A4 in popluar number systems.

HEX 82 C3 A4
Decimal 130 195 164
Binary 10000010 11000011 10100100
Octal 202 303 244

Shades and tints

Shades of #82C3A4

#82C3A4
(130,195,164)
#77B296
(119,178,150)
#6CA188
(108,161,136)
#61907A
(97,144,122)
#567F6C
(86,127,108)
#4B6E5E
(75,110,94)
#405D50
(64,93,80)
#354C42
(53,76,66)
#2A3B34
(42,59,52)
#1F2A26
(31,42,38)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #82C3A4

#82C3A4
(130,195,164)
#8DC8AC
(141,200,172)
#98CDB4
(152,205,180)
#A3D2BC
(163,210,188)
#AED7C4
(174,215,196)
#B9DCCC
(185,220,204)
#C4E1D4
(196,225,212)
#CFE6DC
(207,230,220)
#DAEBE4
(218,235,228)
#E5F0EC
(229,240,236)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C3A4 color. Also use rgb(130,195,164) instead hex code.

Text Font Color

.myTextColor { color: #82C3A4; }

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

This text font color is #82C3A4.

Background Color

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

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

This div background color is #82C3A4.

Border color

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

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

This div border color is #82C3A4.

Opacity

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

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

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

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

This text has shadow with #82C3A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82C3A4.

Preview

Color preview on black background

This text has color #82C3A4 on black background.


Color preview on white background

This text has color #82C3A4 on white background.


Black color preview on #82C3A4 background

This text has black color on #82C3A4 background.


White color preview on #82C3A4 background

This text has white color on #82C3A4 background.


Related colors

Complementary color

Complementary color for #hex is #7D3C5B.


I love getcolorcode.com

Triadic colors

1 #A482C3 and #C3A482 with #82C3A4 are triadic colors.

2 #A4C382 and #C382A4 with #82C3A4 are triadic colors.