COLOR #82F5D1

HEX: #82F5D1
RGB: (130,245,209)

Color info

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

RGB color model

#82F5D1 color RGB value is (130,245,209).

  • red value is 130;
  • green value is 245;
  • blue value is 209.
RGB:
(130,245,209)
(51%,96%,82%)

RGB channels and saturation

R 130 of 255 = 51%
G 245 of 255 = 96%
B 209 of 255 = 82%

130
245
209

R + G + B ~ 76%. #82F5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 245 + 209 = 584 (100%)
R 130 of 584 ~ 22.26%
G 245 of 584 ~ 41.95%
B 209 of 584 ~ 35.79%

%22.26
%41.95
%35.79

CMYK color model

#82F5D1 color CMYK value is (47,0,15,4).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 3.92%
CMYK:
(47,0,15,4)
C47M0Y15K4 
(47%,0%,15%,4%)
(0.47/0.00/0.15/0.04)	

CMYK percentages

%46.94
%0
%14.69
%3.92

Codes

Color #82F5D1 in popluar color models

82F5D1
RGB130245209
HSL161°85.19%73.53%
HSB/HSV161°46.94%96.08%
CMYK46.94%0.00%14.69%
3.92%

Color #82F5D1 in popluar number systems.

HEX82F5D1
Decimal130245209
Binary100000101111010111010001
Octal202365321

Shades and tints

Shades of #82F5D1

#82F5D1
(130,245,209)
#77DFBE
(119,223,190)
#6CC9AB
(108,201,171)
#61B398
(97,179,152)
#569D85
(86,157,133)
#4B8772
(75,135,114)
#40715F
(64,113,95)
#355B4C
(53,91,76)
#2A4539
(42,69,57)
#1F2F26
(31,47,38)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #82F5D1

#82F5D1
(130,245,209)
#8DF5D5
(141,245,213)
#98F5D9
(152,245,217)
#A3F5DD
(163,245,221)
#AEF5E1
(174,245,225)
#B9F5E5
(185,245,229)
#C4F5E9
(196,245,233)
#CFF5ED
(207,245,237)
#DAF5F1
(218,245,241)
#E5F5F5
(229,245,245)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82F5D1 color. Also use rgb(130,245,209) instead hex code.

Text Font Color

.myTextColor { color: #82F5D1; }

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

This text font color is #82F5D1.


Background Color

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

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

This div background color is #82F5D1.


Border color

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

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

This div border color is #82F5D1.


Opacity

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

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

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

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

This text has shadow with #82F5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82F5D1 on black background.


Color preview on white background

This text has color #82F5D1 on white background.



Black color preview on #82F5D1 background

This text has black color on #82F5D1 background.


White color preview on #82F5D1 background

This text has white color on #82F5D1 background.