COLOR #82C2A5

HEX: #82C2A5
RGB: (130,194,165)

Color info

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

RGB color model

#82C2A5 color RGB value is (130,194,165).

  • red value is 130;
  • green value is 194;
  • blue value is 165.
RGB:
(130,194,165)
(51%,76%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 194 of 255 = 76%
B 165 of 255 = 65%

130
194
165

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

Portions of RGB colors in percentages

R + G + B =
130 + 194 + 165 = 489 (100%)
R 130 of 489 ~ 26.58%
G 194 of 489 ~ 39.67%
B 165 of 489 ~ 33.74%

%26.58
%39.67
%33.74

CMYK color model

#82C2A5 color CMYK value is (33,0,15,24).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 23.92%
CMYK:
(33,0,15,24)
C33M0Y15K24 
(33%,0%,15%,24%)
(0.33/0.00/0.15/0.24)	

CMYK percentages

%32.99
%0
%14.95
%23.92

Codes

Color #82C2A5 in popluar color models

82C2A5
RGB130194165
HSL153°34.41%63.53%
HSB/HSV153°32.99%76.08%
CMYK32.99%0.00%14.95%
23.92%

Color #82C2A5 in popluar number systems.

HEX82C2A5
Decimal130194165
Binary100000101100001010100101
Octal202302245

Shades and tints

Shades of #82C2A5

#82C2A5
(130,194,165)
#77B196
(119,177,150)
#6CA087
(108,160,135)
#618F78
(97,143,120)
#567E69
(86,126,105)
#4B6D5A
(75,109,90)
#405C4B
(64,92,75)
#354B3C
(53,75,60)
#2A3A2D
(42,58,45)
#1F291E
(31,41,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #82C2A5

#82C2A5
(130,194,165)
#8DC7AD
(141,199,173)
#98CCB5
(152,204,181)
#A3D1BD
(163,209,189)
#AED6C5
(174,214,197)
#B9DBCD
(185,219,205)
#C4E0D5
(196,224,213)
#CFE5DD
(207,229,221)
#DAEAE5
(218,234,229)
#E5EFED
(229,239,237)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C2A5 color. Also use rgb(130,194,165) instead hex code.

Text Font Color

.myTextColor { color: #82C2A5; }

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

This text font color is #82C2A5.


Background Color

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

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

This div background color is #82C2A5.


Border color

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

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

This div border color is #82C2A5.


Opacity

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

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

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

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

This text has shadow with #82C2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C2A5 on black background.


Color preview on white background

This text has color #82C2A5 on white background.



Black color preview on #82C2A5 background

This text has black color on #82C2A5 background.


White color preview on #82C2A5 background

This text has white color on #82C2A5 background.