COLOR #82C8B4

HEX: #82C8B4
RGB: (130,200,180)

Color info

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

RGB color model

#82C8B4 color RGB value is (130,200,180).

  • red value is 130;
  • green value is 200;
  • blue value is 180.
RGB:
(130,200,180)
(51%,78%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 200 of 255 = 78%
B 180 of 255 = 71%

130
200
180

R + G + B ~ 67%. #82C8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 200 + 180 = 510 (100%)
R 130 of 510 ~ 25.49%
G 200 of 510 ~ 39.22%
B 180 of 510 ~ 35.29%

%25.49
%39.22
%35.29

CMYK color model

#82C8B4 color CMYK value is (35,0,10,22).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%
CMYK:
(35,0,10,22)
C35M0Y10K22 
(35%,0%,10%,22%)
(0.35/0.00/0.10/0.22)	

CMYK percentages

%35
%0
%10
%21.57

Codes

Color #82C8B4 in popluar color models

82C8B4
RGB130200180
HSL163°38.89%64.71%
HSB/HSV163°35.00%78.43%
CMYK35.00%0.00%10.00%
21.57%

Color #82C8B4 in popluar number systems.

HEX82C8B4
Decimal130200180
Binary100000101100100010110100
Octal202310264

Shades and tints

Shades of #82C8B4

#82C8B4
(130,200,180)
#77B6A4
(119,182,164)
#6CA494
(108,164,148)
#619284
(97,146,132)
#568074
(86,128,116)
#4B6E64
(75,110,100)
#405C54
(64,92,84)
#354A44
(53,74,68)
#2A3834
(42,56,52)
#1F2624
(31,38,36)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #82C8B4

#82C8B4
(130,200,180)
#8DCDBA
(141,205,186)
#98D2C0
(152,210,192)
#A3D7C6
(163,215,198)
#AEDCCC
(174,220,204)
#B9E1D2
(185,225,210)
#C4E6D8
(196,230,216)
#CFEBDE
(207,235,222)
#DAF0E4
(218,240,228)
#E5F5EA
(229,245,234)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C8B4 color. Also use rgb(130,200,180) instead hex code.

Text Font Color

.myTextColor { color: #82C8B4; }

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

This text font color is #82C8B4.


Background Color

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

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

This div background color is #82C8B4.


Border color

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

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

This div border color is #82C8B4.


Opacity

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

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

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

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

This text has shadow with #82C8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82C8B4 on black background.


Color preview on white background

This text has color #82C8B4 on white background.



Black color preview on #82C8B4 background

This text has black color on #82C8B4 background.


White color preview on #82C8B4 background

This text has white color on #82C8B4 background.