COLOR #82A8E2

HEX: #82A8E2
RGB: (130,168,226)

Color info

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

RGB color model

#82A8E2 color RGB value is (130,168,226).

  • red value is 130;
  • green value is 168;
  • blue value is 226.
RGB:
(130,168,226)
(51%,66%,89%)

RGB channels and saturation

R 130 of 255 = 51%
G 168 of 255 = 66%
B 226 of 255 = 89%

130
168
226

R + G + B ~ 69%. #82A8E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 168 + 226 = 524 (100%)
R 130 of 524 ~ 24.81%
G 168 of 524 ~ 32.06%
B 226 of 524 ~ 43.13%

%24.81
%32.06
%43.13

CMYK color model

#82A8E2 color CMYK value is (42,26,0,11).

  • cyan value is 42.48%
  • magenta value is 25.66%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(42,26,0,11)
C42M26Y0K11 
(42%,26%,0%,11%)
(0.42/0.26/0.00/0.11)	

CMYK percentages

%42.48
%25.66
%0
%11.37

Codes

Color #82A8E2 in popluar color models

82A8E2
RGB130168226
HSL216°62.34%69.80%
HSB/HSV216°42.48%88.63%
CMYK42.48%25.66%0.00%
11.37%

Color #82A8E2 in popluar number systems.

HEX82A8E2
Decimal130168226
Binary100000101010100011100010
Octal202250342

Shades and tints

Shades of #82A8E2

#82A8E2
(130,168,226)
#7799CE
(119,153,206)
#6C8ABA
(108,138,186)
#617BA6
(97,123,166)
#566C92
(86,108,146)
#4B5D7E
(75,93,126)
#404E6A
(64,78,106)
#353F56
(53,63,86)
#2A3042
(42,48,66)
#1F212E
(31,33,46)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #82A8E2

#82A8E2
(130,168,226)
#8DAFE4
(141,175,228)
#98B6E6
(152,182,230)
#A3BDE8
(163,189,232)
#AEC4EA
(174,196,234)
#B9CBEC
(185,203,236)
#C4D2EE
(196,210,238)
#CFD9F0
(207,217,240)
#DAE0F2
(218,224,242)
#E5E7F4
(229,231,244)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A8E2; }

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

This text font color is #82A8E2.


Background Color

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

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

This div background color is #82A8E2.


Border color

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

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

This div border color is #82A8E2.


Opacity

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

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

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

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

This text has shadow with #82A8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A8E2 on black background.


Color preview on white background

This text has color #82A8E2 on white background.



Black color preview on #82A8E2 background

This text has black color on #82A8E2 background.


White color preview on #82A8E2 background

This text has white color on #82A8E2 background.