COLOR #82C3C1

HEX: #82C3C1
RGB: (130,195,193)

Color info

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

RGB color model

#82C3C1 color RGB value is (130,195,193).

  • red value is 130;
  • green value is 195;
  • blue value is 193.
RGB:
(130,195,193)
(51%,76%,76%)

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 193 of 255 = 76%

130
195
193

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

Portions of RGB colors in percentages

R + G + B =
130 + 195 + 193 = 518 (100%)
R 130 of 518 ~ 25.1%
G 195 of 518 ~ 37.64%
B 193 of 518 ~ 37.26%

%25.1
%37.64
%37.26

CMYK color model

#82C3C1 color CMYK value is (33,0,1,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 23.53%
CMYK:
(33,0,1,24)
C33M0Y1K24 
(33%,0%,1%,24%)
(0.33/0.00/0.01/0.24)	

CMYK percentages

%33.33
%0
%1.03
%23.53

Codes

Color #82C3C1 in popluar color models

82C3C1
RGB130195193
HSL178°35.14%63.73%
HSB/HSV178°33.33%76.47%
CMYK33.33%0.00%1.03%
23.53%

Color #82C3C1 in popluar number systems.

HEX82C3C1
Decimal130195193
Binary100000101100001111000001
Octal202303301

Shades and tints

Shades of #82C3C1

#82C3C1
(130,195,193)
#77B2B0
(119,178,176)
#6CA19F
(108,161,159)
#61908E
(97,144,142)
#567F7D
(86,127,125)
#4B6E6C
(75,110,108)
#405D5B
(64,93,91)
#354C4A
(53,76,74)
#2A3B39
(42,59,57)
#1F2A28
(31,42,40)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #82C3C1

#82C3C1
(130,195,193)
#8DC8C6
(141,200,198)
#98CDCB
(152,205,203)
#A3D2D0
(163,210,208)
#AED7D5
(174,215,213)
#B9DCDA
(185,220,218)
#C4E1DF
(196,225,223)
#CFE6E4
(207,230,228)
#DAEBE9
(218,235,233)
#E5F0EE
(229,240,238)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C3C1 color. Also use rgb(130,195,193) instead hex code.

Text Font Color

.myTextColor { color: #82C3C1; }

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

This text font color is #82C3C1.


Background Color

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

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

This div background color is #82C3C1.


Border color

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

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

This div border color is #82C3C1.


Opacity

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

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

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

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

This text has shadow with #82C3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C3C1 on black background.


Color preview on white background

This text has color #82C3C1 on white background.



Black color preview on #82C3C1 background

This text has black color on #82C3C1 background.


White color preview on #82C3C1 background

This text has white color on #82C3C1 background.