COLOR #82E0AB

HEX: #82E0AB
RGB: (130,224,171)

Color info

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

RGB color model

#82E0AB color RGB value is (130,224,171).

  • red value is 130;
  • green value is 224;
  • blue value is 171.
RGB:
(130,224,171)
(51%,88%,67%)

RGB channels and saturation

R 130 of 255 = 51%
G 224 of 255 = 88%
B 171 of 255 = 67%

130
224
171

R + G + B ~ 69%. #82E0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 224 + 171 = 525 (100%)
R 130 of 525 ~ 24.76%
G 224 of 525 ~ 42.67%
B 171 of 525 ~ 32.57%

%24.76
%42.67
%32.57

CMYK color model

#82E0AB color CMYK value is (42,0,24,12).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK:
(42,0,24,12)
C42M0Y24K12 
(42%,0%,24%,12%)
(0.42/0.00/0.24/0.12)	

CMYK percentages

%41.96
%0
%23.66
%12.16

Codes

Color #82E0AB in popluar color models

82E0AB
RGB130224171
HSL146°60.26%69.41%
HSB/HSV146°41.96%87.84%
CMYK41.96%0.00%23.66%
12.16%

Color #82E0AB in popluar number systems.

HEX82E0AB
Decimal130224171
Binary100000101110000010101011
Octal202340253

Shades and tints

Shades of #82E0AB

#82E0AB
(130,224,171)
#77CC9C
(119,204,156)
#6CB88D
(108,184,141)
#61A47E
(97,164,126)
#56906F
(86,144,111)
#4B7C60
(75,124,96)
#406851
(64,104,81)
#355442
(53,84,66)
#2A4033
(42,64,51)
#1F2C24
(31,44,36)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #82E0AB

#82E0AB
(130,224,171)
#8DE2B2
(141,226,178)
#98E4B9
(152,228,185)
#A3E6C0
(163,230,192)
#AEE8C7
(174,232,199)
#B9EACE
(185,234,206)
#C4ECD5
(196,236,213)
#CFEEDC
(207,238,220)
#DAF0E3
(218,240,227)
#E5F2EA
(229,242,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E0AB color. Also use rgb(130,224,171) instead hex code.

Text Font Color

.myTextColor { color: #82E0AB; }

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

This text font color is #82E0AB.


Background Color

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

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

This div background color is #82E0AB.


Border color

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

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

This div border color is #82E0AB.


Opacity

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

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

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

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

This text has shadow with #82E0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E0AB on black background.


Color preview on white background

This text has color #82E0AB on white background.



Black color preview on #82E0AB background

This text has black color on #82E0AB background.


White color preview on #82E0AB background

This text has white color on #82E0AB background.