COLOR #82BCB3

HEX: #82BCB3
RGB: (130,188,179)

Color info

#82BCB3 contains red, green and blue colors in about the same proportion. Web safe color of #82BCB3 is #99CC99 (or #9C9).

RGB color model

#82BCB3 color RGB value is (130,188,179).

  • red value is 130;
  • green value is 188;
  • blue value is 179.
RGB:
(130,188,179)
(51%,74%,70%)

RGB channels and saturation

R 130 of 255 = 51%
G 188 of 255 = 74%
B 179 of 255 = 70%

130
188
179

R + G + B ~ 65%. #82BCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 188 + 179 = 497 (100%)
R 130 of 497 ~ 26.16%
G 188 of 497 ~ 37.83%
B 179 of 497 ~ 36.02%

%26.16
%37.83
%36.02

CMYK color model

#82BCB3 color CMYK value is (31,0,5,26).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(31,0,5,26)
C31M0Y5K26 
(31%,0%,5%,26%)
(0.31/0.00/0.05/0.26)	

CMYK percentages

%30.85
%0
%4.79
%26.27

Codes

Color #82BCB3 in popluar color models

82BCB3
RGB130188179
HSL171°30.21%62.35%
HSB/HSV171°30.85%73.73%
CMYK30.85%0.00%4.79%
26.27%

Color #82BCB3 in popluar number systems.

HEX82BCB3
Decimal130188179
Binary100000101011110010110011
Octal202274263

Shades and tints

Shades of #82BCB3

#82BCB3
(130,188,179)
#77ABA3
(119,171,163)
#6C9A93
(108,154,147)
#618983
(97,137,131)
#567873
(86,120,115)
#4B6763
(75,103,99)
#405653
(64,86,83)
#354543
(53,69,67)
#2A3433
(42,52,51)
#1F2323
(31,35,35)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82BCB3

#82BCB3
(130,188,179)
#8DC2B9
(141,194,185)
#98C8BF
(152,200,191)
#A3CEC5
(163,206,197)
#AED4CB
(174,212,203)
#B9DAD1
(185,218,209)
#C4E0D7
(196,224,215)
#CFE6DD
(207,230,221)
#DAECE3
(218,236,227)
#E5F2E9
(229,242,233)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BCB3 color. Also use rgb(130,188,179) instead hex code.

Text Font Color

.myTextColor { color: #82BCB3; }

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

This text font color is #82BCB3.


Background Color

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

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

This div background color is #82BCB3.


Border color

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

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

This div border color is #82BCB3.


Opacity

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

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

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

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

This text has shadow with #82BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BCB3 on black background.


Color preview on white background

This text has color #82BCB3 on white background.



Black color preview on #82BCB3 background

This text has black color on #82BCB3 background.


White color preview on #82BCB3 background

This text has white color on #82BCB3 background.