COLOR #82FDB3

HEX: #82FDB3
RGB: (130,253,179)

Color info

#82FDB3 contains mainly green color. Web safe color of #82FDB3 is #99FF99 (or #9F9).

RGB color model

#82FDB3 color RGB value is (130,253,179).

  • red value is 130;
  • green value is 253;
  • blue value is 179.
RGB:
(130,253,179)
(51%,99%,70%)

RGB channels and saturation

R 130 of 255 = 51%
G 253 of 255 = 99%
B 179 of 255 = 70%

130
253
179

R + G + B ~ 73%. #82FDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 253 + 179 = 562 (100%)
R 130 of 562 ~ 23.13%
G 253 of 562 ~ 45.02%
B 179 of 562 ~ 31.85%

%23.13
%45.02
%31.85

CMYK color model

#82FDB3 color CMYK value is (49,0,29,1).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 0.78%
CMYK:
(49,0,29,1)
C49M0Y29K1 
(49%,0%,29%,1%)
(0.49/0.00/0.29/0.01)	

CMYK percentages

%48.62
%0
%29.25
%0.78

Codes

Color #82FDB3 in popluar color models

82FDB3
RGB130253179
HSL144°96.85%75.10%
HSB/HSV144°48.62%99.22%
CMYK48.62%0.00%29.25%
0.78%

Color #82FDB3 in popluar number systems.

HEX82FDB3
Decimal130253179
Binary100000101111110110110011
Octal202375263

Shades and tints

Shades of #82FDB3

#82FDB3
(130,253,179)
#77E6A3
(119,230,163)
#6CCF93
(108,207,147)
#61B883
(97,184,131)
#56A173
(86,161,115)
#4B8A63
(75,138,99)
#407353
(64,115,83)
#355C43
(53,92,67)
#2A4533
(42,69,51)
#1F2E23
(31,46,35)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #82FDB3

#82FDB3
(130,253,179)
#8DFDB9
(141,253,185)
#98FDBF
(152,253,191)
#A3FDC5
(163,253,197)
#AEFDCB
(174,253,203)
#B9FDD1
(185,253,209)
#C4FDD7
(196,253,215)
#CFFDDD
(207,253,221)
#DAFDE3
(218,253,227)
#E5FDE9
(229,253,233)
#F0FDEF
(240,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82FDB3 color. Also use rgb(130,253,179) instead hex code.

Text Font Color

.myTextColor { color: #82FDB3; }

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

This text font color is #82FDB3.


Background Color

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

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

This div background color is #82FDB3.


Border color

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

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

This div border color is #82FDB3.


Opacity

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

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

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

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

This text has shadow with #82FDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82FDB3 on black background.


Color preview on white background

This text has color #82FDB3 on white background.



Black color preview on #82FDB3 background

This text has black color on #82FDB3 background.


White color preview on #82FDB3 background

This text has white color on #82FDB3 background.