COLOR #82E8B9

HEX: #82E8B9
RGB: (130,232,185)

Color info

#82E8B9 contains mainly green and blue colors. Web safe color of #82E8B9 is #99FFCC (or #9FC).

RGB color model

#82E8B9 color RGB value is (130,232,185).

  • red value is 130;
  • green value is 232;
  • blue value is 185.
RGB:
(130,232,185)
(51%,91%,73%)

RGB channels and saturation

R 130 of 255 = 51%
G 232 of 255 = 91%
B 185 of 255 = 73%

130
232
185

R + G + B ~ 72%. #82E8B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 232 + 185 = 547 (100%)
R 130 of 547 ~ 23.77%
G 232 of 547 ~ 42.41%
B 185 of 547 ~ 33.82%

%23.77
%42.41
%33.82

CMYK color model

#82E8B9 color CMYK value is (44,0,20,9).

  • cyan value is 43.97%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 9.02%
CMYK:
(44,0,20,9)
C44M0Y20K9 
(44%,0%,20%,9%)
(0.44/0.00/0.20/0.09)	

CMYK percentages

%43.97
%0
%20.26
%9.02

Codes

Color #82E8B9 in popluar color models

82E8B9
RGB130232185
HSL152°68.92%70.98%
HSB/HSV152°43.97%90.98%
CMYK43.97%0.00%20.26%
9.02%

Color #82E8B9 in popluar number systems.

HEX82E8B9
Decimal130232185
Binary100000101110100010111001
Octal202350271

Shades and tints

Shades of #82E8B9

#82E8B9
(130,232,185)
#77D3A9
(119,211,169)
#6CBE99
(108,190,153)
#61A989
(97,169,137)
#569479
(86,148,121)
#4B7F69
(75,127,105)
#406A59
(64,106,89)
#355549
(53,85,73)
#2A4039
(42,64,57)
#1F2B29
(31,43,41)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #82E8B9

#82E8B9
(130,232,185)
#8DEABF
(141,234,191)
#98ECC5
(152,236,197)
#A3EECB
(163,238,203)
#AEF0D1
(174,240,209)
#B9F2D7
(185,242,215)
#C4F4DD
(196,244,221)
#CFF6E3
(207,246,227)
#DAF8E9
(218,248,233)
#E5FAEF
(229,250,239)
#F0FCF5
(240,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82E8B9 color. Also use rgb(130,232,185) instead hex code.

Text Font Color

.myTextColor { color: #82E8B9; }

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

This text font color is #82E8B9.


Background Color

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

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

This div background color is #82E8B9.


Border color

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

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

This div border color is #82E8B9.


Opacity

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

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

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

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

This text has shadow with #82E8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82E8B9 on black background.


Color preview on white background

This text has color #82E8B9 on white background.



Black color preview on #82E8B9 background

This text has black color on #82E8B9 background.


White color preview on #82E8B9 background

This text has white color on #82E8B9 background.