COLOR #82A1E9

HEX: #82A1E9 RGB: (130,161,233)

Color info

#82A1E9 contains mainly blue color. Web safe color of #82A1E9 is #9999FF (or #99F).

RGB color model

#82A1E9 color RGB value is (130,161,233).

RGB: (130,161,233) (51%, 63%, 91%)

RGB channels and saturation

R 130 of 255 = 51%
G 161 of 255 = 63%
B 233 of 255 = 91%

130
161
233

R + G + B ~ 68%. #82A1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 161 + 233 = 524 (100%)
R 130 of 524 ~ 24.81%
G 161 of 524 ~ 30.73%
B 233 of 524 ~ 44.47'%

%24.81
%30.73
%44.47

CMYK color model

#82A1E9 color CMYK value is (44,31,0,9).

  • cyan value is 44.21%
  • magenta value is 30.90%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (44,31,0,9)
C44M31Y0K9 (44%, 31%, 0%, 9%)
(0.44 / 0.31 / 0.00 / 0.09)

CMYK percentages

%44.21
%30.9
%0
%8.63

Codes

Color #82A1E9 in popluar color models

82 A1 E9
RGB 130 161 233
HSL 222° 70.07% 71.18%
HSB/HSV 222° 44.21% 91.37%
CMYK 44.21% 30.90% 0.00%
8.63%

Color #82A1E9 in popluar number systems.

HEX 82 A1 E9
Decimal 130 161 233
Binary 10000010 10100001 11101001
Octal 202 241 351

Shades and tints

Shades of #82A1E9

#82A1E9
(130,161,233)
#7793D4
(119,147,212)
#6C85BF
(108,133,191)
#6177AA
(97,119,170)
#566995
(86,105,149)
#4B5B80
(75,91,128)
#404D6B
(64,77,107)
#353F56
(53,63,86)
#2A3141
(42,49,65)
#1F232C
(31,35,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #82A1E9

#82A1E9
(130,161,233)
#8DA9EB
(141,169,235)
#98B1ED
(152,177,237)
#A3B9EF
(163,185,239)
#AEC1F1
(174,193,241)
#B9C9F3
(185,201,243)
#C4D1F5
(196,209,245)
#CFD9F7
(207,217,247)
#DAE1F9
(218,225,249)
#E5E9FB
(229,233,251)
#F0F1FD
(240,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82A1E9; }

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

This text font color is #82A1E9.

Background Color

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

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

This div background color is #82A1E9.

Border color

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

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

This div border color is #82A1E9.

Opacity

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

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

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

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

This text has shadow with #82A1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A1E9.

Preview

Color preview on black background

This text has color #82A1E9 on black background.


Color preview on white background

This text has color #82A1E9 on white background.


Black color preview on #82A1E9 background

This text has black color on #82A1E9 background.


White color preview on #82A1E9 background

This text has white color on #82A1E9 background.


Related colors

Complementary color

Complementary color for #hex is #7D5E16.


I love getcolorcode.com

Triadic colors

1 #E982A1 and #A1E982 with #82A1E9 are triadic colors.

2 #E9A182 and #A182E9 with #82A1E9 are triadic colors.