COLOR #82C999

HEX: #82C999
RGB: (130,201,153)

Color info

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

RGB color model

#82C999 color RGB value is (130,201,153).

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

RGB channels and saturation

R 130 of 255 = 51%
G 201 of 255 = 79%
B 153 of 255 = 60%

130
201
153

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

Portions of RGB colors in percentages

R + G + B =
130 + 201 + 153 = 484 (100%)
R 130 of 484 ~ 26.86%
G 201 of 484 ~ 41.53%
B 153 of 484 ~ 31.61%

%26.86
%41.53
%31.61

CMYK color model

#82C999 color CMYK value is (35,0,24,21).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 21.18%
CMYK:
(35,0,24,21)
C35M0Y24K21 
(35%,0%,24%,21%)
(0.35/0.00/0.24/0.21)	

CMYK percentages

%35.32
%0
%23.88
%21.18

Codes

Color #82C999 in popluar color models

82C999
RGB130201153
HSL139°39.66%64.90%
HSB/HSV139°35.32%78.82%
CMYK35.32%0.00%23.88%
21.18%

Color #82C999 in popluar number systems.

HEX82C999
Decimal130201153
Binary100000101100100110011001
Octal202311231

Shades and tints

Shades of #82C999

#82C999
(130,201,153)
#77B78C
(119,183,140)
#6CA57F
(108,165,127)
#619372
(97,147,114)
#568165
(86,129,101)
#4B6F58
(75,111,88)
#405D4B
(64,93,75)
#354B3E
(53,75,62)
#2A3931
(42,57,49)
#1F2724
(31,39,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #82C999

#82C999
(130,201,153)
#8DCDA2
(141,205,162)
#98D1AB
(152,209,171)
#A3D5B4
(163,213,180)
#AED9BD
(174,217,189)
#B9DDC6
(185,221,198)
#C4E1CF
(196,225,207)
#CFE5D8
(207,229,216)
#DAE9E1
(218,233,225)
#E5EDEA
(229,237,234)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C999; }

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

This text font color is #82C999.


Background Color

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

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

This div background color is #82C999.


Border color

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

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

This div border color is #82C999.


Opacity

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

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

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

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

This text has shadow with #82C999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C999 on black background.


Color preview on white background

This text has color #82C999 on white background.



Black color preview on #82C999 background

This text has black color on #82C999 background.


White color preview on #82C999 background

This text has white color on #82C999 background.