COLOR #82BABA

HEX: #82BABA
RGB: (130,186,186)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
186
186

R + G + B ~ 66%. #82BABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 186 + 186 = 502 (100%)
R 130 of 502 ~ 25.9%
G 186 of 502 ~ 37.05%
B 186 of 502 ~ 37.05%

%25.9
%37.05
%37.05

CMYK color model

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

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

CMYK percentages

%30.11
%0
%0
%27.06

Codes

Color #82BABA in popluar color models

82BABA
RGB130186186
HSL180°28.87%61.96%
HSB/HSV180°30.11%72.94%
CMYK30.11%0.00%0.00%
27.06%

Color #82BABA in popluar number systems.

HEX82BABA
Decimal130186186
Binary100000101011101010111010
Octal202272272

Shades and tints

Shades of #82BABA

#82BABA
(130,186,186)
#77AAAA
(119,170,170)
#6C9A9A
(108,154,154)
#618A8A
(97,138,138)
#567A7A
(86,122,122)
#4B6A6A
(75,106,106)
#405A5A
(64,90,90)
#354A4A
(53,74,74)
#2A3A3A
(42,58,58)
#1F2A2A
(31,42,42)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #82BABA

#82BABA
(130,186,186)
#8DC0C0
(141,192,192)
#98C6C6
(152,198,198)
#A3CCCC
(163,204,204)
#AED2D2
(174,210,210)
#B9D8D8
(185,216,216)
#C4DEDE
(196,222,222)
#CFE4E4
(207,228,228)
#DAEAEA
(218,234,234)
#E5F0F0
(229,240,240)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BABA; }

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

This text font color is #82BABA.


Background Color

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

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

This div background color is #82BABA.


Border color

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

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

This div border color is #82BABA.


Opacity

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

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

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

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

This text has shadow with #82BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BABA on black background.


Color preview on white background

This text has color #82BABA on white background.



Black color preview on #82BABA background

This text has black color on #82BABA background.


White color preview on #82BABA background

This text has white color on #82BABA background.