COLOR #82B0BA

HEX: #82B0BA
RGB: (130,176,186)

Color info

#82B0BA contains red, green and blue colors in about the same proportion. Web safe color of #82B0BA is #9999CC (or #99C).

RGB color model

#82B0BA color RGB value is (130,176,186).

  • red value is 130;
  • green value is 176;
  • blue value is 186.
RGB:
(130,176,186)
(51%,69%,73%)

RGB channels and saturation

R 130 of 255 = 51%
G 176 of 255 = 69%
B 186 of 255 = 73%

130
176
186

R + G + B ~ 64%. #82B0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 176 + 186 = 492 (100%)
R 130 of 492 ~ 26.42%
G 176 of 492 ~ 35.77%
B 186 of 492 ~ 37.8%

%26.42
%35.77
%37.8

CMYK color model

#82B0BA color CMYK value is (30,5,0,27).

  • cyan value is 30.11%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(30,5,0,27)
C30M5Y0K27 
(30%,5%,0%,27%)
(0.30/0.05/0.00/0.27)	

CMYK percentages

%30.11
%5.38
%0
%27.06

Codes

Color #82B0BA in popluar color models

82B0BA
RGB130176186
HSL191°28.87%61.96%
HSB/HSV191°30.11%72.94%
CMYK30.11%5.38%0.00%
27.06%

Color #82B0BA in popluar number systems.

HEX82B0BA
Decimal130176186
Binary100000101011000010111010
Octal202260272

Shades and tints

Shades of #82B0BA

#82B0BA
(130,176,186)
#77A0AA
(119,160,170)
#6C909A
(108,144,154)
#61808A
(97,128,138)
#56707A
(86,112,122)
#4B606A
(75,96,106)
#40505A
(64,80,90)
#35404A
(53,64,74)
#2A303A
(42,48,58)
#1F202A
(31,32,42)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #82B0BA

#82B0BA
(130,176,186)
#8DB7C0
(141,183,192)
#98BEC6
(152,190,198)
#A3C5CC
(163,197,204)
#AECCD2
(174,204,210)
#B9D3D8
(185,211,216)
#C4DADE
(196,218,222)
#CFE1E4
(207,225,228)
#DAE8EA
(218,232,234)
#E5EFF0
(229,239,240)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B0BA color. Also use rgb(130,176,186) instead hex code.

Text Font Color

.myTextColor { color: #82B0BA; }

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

This text font color is #82B0BA.


Background Color

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

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

This div background color is #82B0BA.


Border color

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

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

This div border color is #82B0BA.


Opacity

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

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

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

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

This text has shadow with #82B0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82B0BA on black background.


Color preview on white background

This text has color #82B0BA on white background.



Black color preview on #82B0BA background

This text has black color on #82B0BA background.


White color preview on #82B0BA background

This text has white color on #82B0BA background.