COLOR #82C099

HEX: #82C099
RGB: (130,192,153)

Color info

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

RGB color model

#82C099 color RGB value is (130,192,153).

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

RGB channels and saturation

R 130 of 255 = 51%
G 192 of 255 = 75%
B 153 of 255 = 60%

130
192
153

R + G + B ~ 62%. #82C099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 192 + 153 = 475 (100%)
R 130 of 475 ~ 27.37%
G 192 of 475 ~ 40.42%
B 153 of 475 ~ 32.21%

%27.37
%40.42
%32.21

CMYK color model

#82C099 color CMYK value is (32,0,20,25).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 24.71%
CMYK:
(32,0,20,25)
C32M0Y20K25 
(32%,0%,20%,25%)
(0.32/0.00/0.20/0.25)	

CMYK percentages

%32.29
%0
%20.31
%24.71

Codes

Color #82C099 in popluar color models

82C099
RGB130192153
HSL142°32.98%63.14%
HSB/HSV142°32.29%75.29%
CMYK32.29%0.00%20.31%
24.71%

Color #82C099 in popluar number systems.

HEX82C099
Decimal130192153
Binary100000101100000010011001
Octal202300231

Shades and tints

Shades of #82C099

#82C099
(130,192,153)
#77AF8C
(119,175,140)
#6C9E7F
(108,158,127)
#618D72
(97,141,114)
#567C65
(86,124,101)
#4B6B58
(75,107,88)
#405A4B
(64,90,75)
#35493E
(53,73,62)
#2A3831
(42,56,49)
#1F2724
(31,39,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #82C099

#82C099
(130,192,153)
#8DC5A2
(141,197,162)
#98CAAB
(152,202,171)
#A3CFB4
(163,207,180)
#AED4BD
(174,212,189)
#B9D9C6
(185,217,198)
#C4DECF
(196,222,207)
#CFE3D8
(207,227,216)
#DAE8E1
(218,232,225)
#E5EDEA
(229,237,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C099; }

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

This text font color is #82C099.


Background Color

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

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

This div background color is #82C099.


Border color

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

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

This div border color is #82C099.


Opacity

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

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

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

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

This text has shadow with #82C099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C099 on black background.


Color preview on white background

This text has color #82C099 on white background.



Black color preview on #82C099 background

This text has black color on #82C099 background.


White color preview on #82C099 background

This text has white color on #82C099 background.