COLOR #82F9D5

HEX: #82F9D5
RGB: (130,249,213)

Color info

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

RGB color model

#82F9D5 color RGB value is (130,249,213).

  • red value is 130;
  • green value is 249;
  • blue value is 213.
RGB:
(130,249,213)
(51%,98%,84%)

RGB channels and saturation

R 130 of 255 = 51%
G 249 of 255 = 98%
B 213 of 255 = 84%

130
249
213

R + G + B ~ 78%. #82F9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 249 + 213 = 592 (100%)
R 130 of 592 ~ 21.96%
G 249 of 592 ~ 42.06%
B 213 of 592 ~ 35.98%

%21.96
%42.06
%35.98

CMYK color model

#82F9D5 color CMYK value is (48,0,14,2).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 2.35%
CMYK:
(48,0,14,2)
C48M0Y14K2 
(48%,0%,14%,2%)
(0.48/0.00/0.14/0.02)	

CMYK percentages

%47.79
%0
%14.46
%2.35

Codes

Color #82F9D5 in popluar color models

82F9D5
RGB130249213
HSL162°90.84%74.31%
HSB/HSV162°47.79%97.65%
CMYK47.79%0.00%14.46%
2.35%

Color #82F9D5 in popluar number systems.

HEX82F9D5
Decimal130249213
Binary100000101111100111010101
Octal202371325

Shades and tints

Shades of #82F9D5

#82F9D5
(130,249,213)
#77E3C2
(119,227,194)
#6CCDAF
(108,205,175)
#61B79C
(97,183,156)
#56A189
(86,161,137)
#4B8B76
(75,139,118)
#407563
(64,117,99)
#355F50
(53,95,80)
#2A493D
(42,73,61)
#1F332A
(31,51,42)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #82F9D5

#82F9D5
(130,249,213)
#8DF9D8
(141,249,216)
#98F9DB
(152,249,219)
#A3F9DE
(163,249,222)
#AEF9E1
(174,249,225)
#B9F9E4
(185,249,228)
#C4F9E7
(196,249,231)
#CFF9EA
(207,249,234)
#DAF9ED
(218,249,237)
#E5F9F0
(229,249,240)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82F9D5 color. Also use rgb(130,249,213) instead hex code.

Text Font Color

.myTextColor { color: #82F9D5; }

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

This text font color is #82F9D5.


Background Color

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

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

This div background color is #82F9D5.


Border color

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

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

This div border color is #82F9D5.


Opacity

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

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

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

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

This text has shadow with #82F9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82F9D5 on black background.


Color preview on white background

This text has color #82F9D5 on white background.



Black color preview on #82F9D5 background

This text has black color on #82F9D5 background.


White color preview on #82F9D5 background

This text has white color on #82F9D5 background.