COLOR #82AAD2

HEX: #82AAD2
RGB: (130,170,210)

Color info

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

RGB color model

#82AAD2 color RGB value is (130,170,210).

  • red value is 130;
  • green value is 170;
  • blue value is 210.
RGB:
(130,170,210)
(51%,67%,82%)

RGB channels and saturation

R 130 of 255 = 51%
G 170 of 255 = 67%
B 210 of 255 = 82%

130
170
210

R + G + B ~ 67%. #82AAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 170 + 210 = 510 (100%)
R 130 of 510 ~ 25.49%
G 170 of 510 ~ 33.33%
B 210 of 510 ~ 41.18%

%25.49
%33.33
%41.18

CMYK color model

#82AAD2 color CMYK value is (38,19,0,18).

  • cyan value is 38.10%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(38,19,0,18)
C38M19Y0K18 
(38%,19%,0%,18%)
(0.38/0.19/0.00/0.18)	

CMYK percentages

%38.1
%19.05
%0
%17.65

Codes

Color #82AAD2 in popluar color models

82AAD2
RGB130170210
HSL210°47.06%66.67%
HSB/HSV210°38.10%82.35%
CMYK38.10%19.05%0.00%
17.65%

Color #82AAD2 in popluar number systems.

HEX82AAD2
Decimal130170210
Binary100000101010101011010010
Octal202252322

Shades and tints

Shades of #82AAD2

#82AAD2
(130,170,210)
#779BBF
(119,155,191)
#6C8CAC
(108,140,172)
#617D99
(97,125,153)
#566E86
(86,110,134)
#4B5F73
(75,95,115)
#405060
(64,80,96)
#35414D
(53,65,77)
#2A323A
(42,50,58)
#1F2327
(31,35,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #82AAD2

#82AAD2
(130,170,210)
#8DB1D6
(141,177,214)
#98B8DA
(152,184,218)
#A3BFDE
(163,191,222)
#AEC6E2
(174,198,226)
#B9CDE6
(185,205,230)
#C4D4EA
(196,212,234)
#CFDBEE
(207,219,238)
#DAE2F2
(218,226,242)
#E5E9F6
(229,233,246)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82AAD2; }

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

This text font color is #82AAD2.


Background Color

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

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

This div background color is #82AAD2.


Border color

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

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

This div border color is #82AAD2.


Opacity

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

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

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

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

This text has shadow with #82AAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AAD2 on black background.


Color preview on white background

This text has color #82AAD2 on white background.



Black color preview on #82AAD2 background

This text has black color on #82AAD2 background.


White color preview on #82AAD2 background

This text has white color on #82AAD2 background.