COLOR #82C1A5

HEX: #82C1A5
RGB: (130,193,165)

Color info

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

RGB color model

#82C1A5 color RGB value is (130,193,165).

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

RGB channels and saturation

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

130
193
165

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

Portions of RGB colors in percentages

R + G + B =
130 + 193 + 165 = 488 (100%)
R 130 of 488 ~ 26.64%
G 193 of 488 ~ 39.55%
B 165 of 488 ~ 33.81%

%26.64
%39.55
%33.81

CMYK color model

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

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

CMYK percentages

%32.64
%0
%14.51
%24.31

Codes

Color #82C1A5 in popluar color models

82C1A5
RGB130193165
HSL153°33.69%63.33%
HSB/HSV153°32.64%75.69%
CMYK32.64%0.00%14.51%
24.31%

Color #82C1A5 in popluar number systems.

HEX82C1A5
Decimal130193165
Binary100000101100000110100101
Octal202301245

Shades and tints

Shades of #82C1A5

#82C1A5
(130,193,165)
#77B096
(119,176,150)
#6C9F87
(108,159,135)
#618E78
(97,142,120)
#567D69
(86,125,105)
#4B6C5A
(75,108,90)
#405B4B
(64,91,75)
#354A3C
(53,74,60)
#2A392D
(42,57,45)
#1F281E
(31,40,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #82C1A5

#82C1A5
(130,193,165)
#8DC6AD
(141,198,173)
#98CBB5
(152,203,181)
#A3D0BD
(163,208,189)
#AED5C5
(174,213,197)
#B9DACD
(185,218,205)
#C4DFD5
(196,223,213)
#CFE4DD
(207,228,221)
#DAE9E5
(218,233,229)
#E5EEED
(229,238,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C1A5; }

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

This text font color is #82C1A5.


Background Color

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

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

This div background color is #82C1A5.


Border color

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

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

This div border color is #82C1A5.


Opacity

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

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

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

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

This text has shadow with #82C1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C1A5 on black background.


Color preview on white background

This text has color #82C1A5 on white background.



Black color preview on #82C1A5 background

This text has black color on #82C1A5 background.


White color preview on #82C1A5 background

This text has white color on #82C1A5 background.