COLOR #82DFBE

HEX: #82DFBE
RGB: (130,223,190)

Color info

#82DFBE contains mainly green and blue colors. Web safe color of #82DFBE is #99CCCC (or #9CC).

RGB color model

#82DFBE color RGB value is (130,223,190).

  • red value is 130;
  • green value is 223;
  • blue value is 190.
RGB:
(130,223,190)
(51%,87%,75%)

RGB channels and saturation

R 130 of 255 = 51%
G 223 of 255 = 87%
B 190 of 255 = 75%

130
223
190

R + G + B ~ 71%. #82DFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 223 + 190 = 543 (100%)
R 130 of 543 ~ 23.94%
G 223 of 543 ~ 41.07%
B 190 of 543 ~ 34.99%

%23.94
%41.07
%34.99

CMYK color model

#82DFBE color CMYK value is (42,0,15,13).

  • cyan value is 41.70%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(42,0,15,13)
C42M0Y15K13 
(42%,0%,15%,13%)
(0.42/0.00/0.15/0.13)	

CMYK percentages

%41.7
%0
%14.8
%12.55

Codes

Color #82DFBE in popluar color models

82DFBE
RGB130223190
HSL159°59.24%69.22%
HSB/HSV159°41.70%87.45%
CMYK41.70%0.00%14.80%
12.55%

Color #82DFBE in popluar number systems.

HEX82DFBE
Decimal130223190
Binary100000101101111110111110
Octal202337276

Shades and tints

Shades of #82DFBE

#82DFBE
(130,223,190)
#77CBAD
(119,203,173)
#6CB79C
(108,183,156)
#61A38B
(97,163,139)
#568F7A
(86,143,122)
#4B7B69
(75,123,105)
#406758
(64,103,88)
#355347
(53,83,71)
#2A3F36
(42,63,54)
#1F2B25
(31,43,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #82DFBE

#82DFBE
(130,223,190)
#8DE1C3
(141,225,195)
#98E3C8
(152,227,200)
#A3E5CD
(163,229,205)
#AEE7D2
(174,231,210)
#B9E9D7
(185,233,215)
#C4EBDC
(196,235,220)
#CFEDE1
(207,237,225)
#DAEFE6
(218,239,230)
#E5F1EB
(229,241,235)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82DFBE color. Also use rgb(130,223,190) instead hex code.

Text Font Color

.myTextColor { color: #82DFBE; }

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

This text font color is #82DFBE.


Background Color

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

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

This div background color is #82DFBE.


Border color

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

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

This div border color is #82DFBE.


Opacity

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

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

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

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

This text has shadow with #82DFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82DFBE on black background.


Color preview on white background

This text has color #82DFBE on white background.



Black color preview on #82DFBE background

This text has black color on #82DFBE background.


White color preview on #82DFBE background

This text has white color on #82DFBE background.