COLOR #82C3AD

HEX: #82C3AD
RGB: (130,195,173)

Color info

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

RGB color model

#82C3AD color RGB value is (130,195,173).

  • red value is 130;
  • green value is 195;
  • blue value is 173.
RGB:
(130,195,173)
(51%,76%,68%)

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 173 of 255 = 68%

130
195
173

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

Portions of RGB colors in percentages

R + G + B =
130 + 195 + 173 = 498 (100%)
R 130 of 498 ~ 26.1%
G 195 of 498 ~ 39.16%
B 173 of 498 ~ 34.74%

%26.1
%39.16
%34.74

CMYK color model

#82C3AD color CMYK value is (33,0,11,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 23.53%
CMYK:
(33,0,11,24)
C33M0Y11K24 
(33%,0%,11%,24%)
(0.33/0.00/0.11/0.24)	

CMYK percentages

%33.33
%0
%11.28
%23.53

Codes

Color #82C3AD in popluar color models

82C3AD
RGB130195173
HSL160°35.14%63.73%
HSB/HSV160°33.33%76.47%
CMYK33.33%0.00%11.28%
23.53%

Color #82C3AD in popluar number systems.

HEX82C3AD
Decimal130195173
Binary100000101100001110101101
Octal202303255

Shades and tints

Shades of #82C3AD

#82C3AD
(130,195,173)
#77B29E
(119,178,158)
#6CA18F
(108,161,143)
#619080
(97,144,128)
#567F71
(86,127,113)
#4B6E62
(75,110,98)
#405D53
(64,93,83)
#354C44
(53,76,68)
#2A3B35
(42,59,53)
#1F2A26
(31,42,38)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #82C3AD

#82C3AD
(130,195,173)
#8DC8B4
(141,200,180)
#98CDBB
(152,205,187)
#A3D2C2
(163,210,194)
#AED7C9
(174,215,201)
#B9DCD0
(185,220,208)
#C4E1D7
(196,225,215)
#CFE6DE
(207,230,222)
#DAEBE5
(218,235,229)
#E5F0EC
(229,240,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C3AD; }

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

This text font color is #82C3AD.


Background Color

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

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

This div background color is #82C3AD.


Border color

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

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

This div border color is #82C3AD.


Opacity

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

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

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

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

This text has shadow with #82C3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C3AD on black background.


Color preview on white background

This text has color #82C3AD on white background.



Black color preview on #82C3AD background

This text has black color on #82C3AD background.


White color preview on #82C3AD background

This text has white color on #82C3AD background.