COLOR #82C09D

HEX: #82C09D
RGB: (130,192,157)

Color info

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

RGB color model

#82C09D color RGB value is (130,192,157).

  • red value is 130;
  • green value is 192;
  • blue value is 157.
RGB:
(130,192,157)
(51%,75%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 157 of 255 = 62%

130
192
157

R + G + B ~ 63%. #82C09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 192 + 157 = 479 (100%)
R 130 of 479 ~ 27.14%
G 192 of 479 ~ 40.08%
B 157 of 479 ~ 32.78%

%27.14
%40.08
%32.78

CMYK color model

#82C09D color CMYK value is (32,0,18,25).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 24.71%
CMYK:
(32,0,18,25)
C32M0Y18K25 
(32%,0%,18%,25%)
(0.32/0.00/0.18/0.25)	

CMYK percentages

%32.29
%0
%18.23
%24.71

Codes

Color #82C09D in popluar color models

82C09D
RGB130192157
HSL146°32.98%63.14%
HSB/HSV146°32.29%75.29%
CMYK32.29%0.00%18.23%
24.71%

Color #82C09D in popluar number systems.

HEX82C09D
Decimal130192157
Binary100000101100000010011101
Octal202300235

Shades and tints

Shades of #82C09D

#82C09D
(130,192,157)
#77AF8F
(119,175,143)
#6C9E81
(108,158,129)
#618D73
(97,141,115)
#567C65
(86,124,101)
#4B6B57
(75,107,87)
#405A49
(64,90,73)
#35493B
(53,73,59)
#2A382D
(42,56,45)
#1F271F
(31,39,31)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #82C09D

#82C09D
(130,192,157)
#8DC5A5
(141,197,165)
#98CAAD
(152,202,173)
#A3CFB5
(163,207,181)
#AED4BD
(174,212,189)
#B9D9C5
(185,217,197)
#C4DECD
(196,222,205)
#CFE3D5
(207,227,213)
#DAE8DD
(218,232,221)
#E5EDE5
(229,237,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C09D color. Also use rgb(130,192,157) instead hex code.

Text Font Color

.myTextColor { color: #82C09D; }

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

This text font color is #82C09D.


Background Color

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

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

This div background color is #82C09D.


Border color

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

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

This div border color is #82C09D.


Opacity

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

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

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

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

This text has shadow with #82C09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C09D on black background.


Color preview on white background

This text has color #82C09D on white background.



Black color preview on #82C09D background

This text has black color on #82C09D background.


White color preview on #82C09D background

This text has white color on #82C09D background.