COLOR #82A6C5

HEX: #82A6C5 RGB: (130,166,197)

Color info

#82A6C5 contains mainly green and blue colors. Web safe color of #82A6C5 is #9999CC (or #99C).

RGB color model

#82A6C5 color RGB value is (130,166,197).

RGB: (130,166,197) (51%, 65%, 77%)

RGB channels and saturation

R 130 of 255 = 51%
G 166 of 255 = 65%
B 197 of 255 = 77%

130
166
197

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

Portions of RGB colors in percentages

R + G + B = 130 + 166 + 197 = 493 (100%)
R 130 of 493 ~ 26.37%
G 166 of 493 ~ 33.67%
B 197 of 493 ~ 39.96'%

%26.37
%33.67
%39.96

CMYK color model

#82A6C5 color CMYK value is (34,16,0,23).

  • cyan value is 34.01%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (34,16,0,23)
C34M16Y0K23 (34%, 16%, 0%, 23%)
(0.34 / 0.16 / 0.00 / 0.23)

CMYK percentages

%34.01
%15.74
%0
%22.75

Codes

Color #82A6C5 in popluar color models

82 A6 C5
RGB 130 166 197
HSL 208° 36.61% 64.12%
HSB/HSV 208° 34.01% 77.25%
CMYK 34.01% 15.74% 0.00%
22.75%

Color #82A6C5 in popluar number systems.

HEX 82 A6 C5
Decimal 130 166 197
Binary 10000010 10100110 11000101
Octal 202 246 305

Shades and tints

Shades of #82A6C5

#82A6C5
(130,166,197)
#7797B4
(119,151,180)
#6C88A3
(108,136,163)
#617992
(97,121,146)
#566A81
(86,106,129)
#4B5B70
(75,91,112)
#404C5F
(64,76,95)
#353D4E
(53,61,78)
#2A2E3D
(42,46,61)
#1F1F2C
(31,31,44)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #82A6C5

#82A6C5
(130,166,197)
#8DAECA
(141,174,202)
#98B6CF
(152,182,207)
#A3BED4
(163,190,212)
#AEC6D9
(174,198,217)
#B9CEDE
(185,206,222)
#C4D6E3
(196,214,227)
#CFDEE8
(207,222,232)
#DAE6ED
(218,230,237)
#E5EEF2
(229,238,242)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A6C5; }

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

This text font color is #82A6C5.

Background Color

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

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

This div background color is #82A6C5.

Border color

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

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

This div border color is #82A6C5.

Opacity

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

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

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

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

This text has shadow with #82A6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A6C5.

Preview

Color preview on black background

This text has color #82A6C5 on black background.


Color preview on white background

This text has color #82A6C5 on white background.


Black color preview on #82A6C5 background

This text has black color on #82A6C5 background.


White color preview on #82A6C5 background

This text has white color on #82A6C5 background.


Related colors

Complementary color

Complementary color for #hex is #7D593A.


I love getcolorcode.com

Triadic colors

1 #C582A6 and #A6C582 with #82A6C5 are triadic colors.

2 #C5A682 and #A682C5 with #82A6C5 are triadic colors.