COLOR #82A6BC

HEX: #82A6BC
RGB: (130,166,188)

Color info

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

RGB color model

#82A6BC color RGB value is (130,166,188).

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

RGB channels and saturation

R 130 of 255 = 51%
G 166 of 255 = 65%
B 188 of 255 = 74%

130
166
188

R + G + B ~ 63%. #82A6BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 166 + 188 = 484 (100%)
R 130 of 484 ~ 26.86%
G 166 of 484 ~ 34.3%
B 188 of 484 ~ 38.84%

%26.86
%34.3
%38.84

CMYK color model

#82A6BC color CMYK value is (31,12,0,26).

  • cyan value is 30.85%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(31,12,0,26)
C31M12Y0K26 
(31%,12%,0%,26%)
(0.31/0.12/0.00/0.26)	

CMYK percentages

%30.85
%11.7
%0
%26.27

Codes

Color #82A6BC in popluar color models

82A6BC
RGB130166188
HSL203°30.21%62.35%
HSB/HSV203°30.85%73.73%
CMYK30.85%11.70%0.00%
26.27%

Color #82A6BC in popluar number systems.

HEX82A6BC
Decimal130166188
Binary100000101010011010111100
Octal202246274

Shades and tints

Shades of #82A6BC

#82A6BC
(130,166,188)
#7797AB
(119,151,171)
#6C889A
(108,136,154)
#617989
(97,121,137)
#566A78
(86,106,120)
#4B5B67
(75,91,103)
#404C56
(64,76,86)
#353D45
(53,61,69)
#2A2E34
(42,46,52)
#1F1F23
(31,31,35)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #82A6BC

#82A6BC
(130,166,188)
#8DAEC2
(141,174,194)
#98B6C8
(152,182,200)
#A3BECE
(163,190,206)
#AEC6D4
(174,198,212)
#B9CEDA
(185,206,218)
#C4D6E0
(196,214,224)
#CFDEE6
(207,222,230)
#DAE6EC
(218,230,236)
#E5EEF2
(229,238,242)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A6BC; }

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

This text font color is #82A6BC.


Background Color

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

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

This div background color is #82A6BC.


Border color

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

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

This div border color is #82A6BC.


Opacity

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

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

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

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

This text has shadow with #82A6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A6BC on black background.


Color preview on white background

This text has color #82A6BC on white background.



Black color preview on #82A6BC background

This text has black color on #82A6BC background.


White color preview on #82A6BC background

This text has white color on #82A6BC background.