COLOR #82C5BE

HEX: #82C5BE
RGB: (130,197,190)

Color info

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

RGB color model

#82C5BE color RGB value is (130,197,190).

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

RGB channels and saturation

R 130 of 255 = 51%
G 197 of 255 = 77%
B 190 of 255 = 75%

130
197
190

R + G + B ~ 68%. #82C5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 197 + 190 = 517 (100%)
R 130 of 517 ~ 25.15%
G 197 of 517 ~ 38.1%
B 190 of 517 ~ 36.75%

%25.15
%38.1
%36.75

CMYK color model

#82C5BE color CMYK value is (34,0,4,23).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(34,0,4,23)
C34M0Y4K23 
(34%,0%,4%,23%)
(0.34/0.00/0.04/0.23)	

CMYK percentages

%34.01
%0
%3.55
%22.75

Codes

Color #82C5BE in popluar color models

82C5BE
RGB130197190
HSL174°36.61%64.12%
HSB/HSV174°34.01%77.25%
CMYK34.01%0.00%3.55%
22.75%

Color #82C5BE in popluar number systems.

HEX82C5BE
Decimal130197190
Binary100000101100010110111110
Octal202305276

Shades and tints

Shades of #82C5BE

#82C5BE
(130,197,190)
#77B4AD
(119,180,173)
#6CA39C
(108,163,156)
#61928B
(97,146,139)
#56817A
(86,129,122)
#4B7069
(75,112,105)
#405F58
(64,95,88)
#354E47
(53,78,71)
#2A3D36
(42,61,54)
#1F2C25
(31,44,37)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #82C5BE

#82C5BE
(130,197,190)
#8DCAC3
(141,202,195)
#98CFC8
(152,207,200)
#A3D4CD
(163,212,205)
#AED9D2
(174,217,210)
#B9DED7
(185,222,215)
#C4E3DC
(196,227,220)
#CFE8E1
(207,232,225)
#DAEDE6
(218,237,230)
#E5F2EB
(229,242,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82C5BE; }

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

This text font color is #82C5BE.


Background Color

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

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

This div background color is #82C5BE.


Border color

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

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

This div border color is #82C5BE.


Opacity

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

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

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

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

This text has shadow with #82C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C5BE on black background.


Color preview on white background

This text has color #82C5BE on white background.



Black color preview on #82C5BE background

This text has black color on #82C5BE background.


White color preview on #82C5BE background

This text has white color on #82C5BE background.