COLOR #82A4D3

HEX: #82A4D3 RGB: (130,164,211)

Color info

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

RGB color model

#82A4D3 color RGB value is (130,164,211).

RGB: (130,164,211) (51%, 64%, 83%)

RGB channels and saturation

R 130 of 255 = 51%
G 164 of 255 = 64%
B 211 of 255 = 83%

130
164
211

R + G + B ~ 66%. #82A4D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 164 + 211 = 505 (100%)
R 130 of 505 ~ 25.74%
G 164 of 505 ~ 32.48%
B 211 of 505 ~ 41.78'%

%25.74
%32.48
%41.78

CMYK color model

#82A4D3 color CMYK value is (38,22,0,17).

  • cyan value is 38.39%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (38,22,0,17)
C38M22Y0K17 (38%, 22%, 0%, 17%)
(0.38 / 0.22 / 0.00 / 0.17)

CMYK percentages

%38.39
%22.27
%0
%17.25

Codes

Color #82A4D3 in popluar color models

82 A4 D3
RGB 130 164 211
HSL 215° 47.93% 66.86%
HSB/HSV 215° 38.39% 82.75%
CMYK 38.39% 22.27% 0.00%
17.25%

Color #82A4D3 in popluar number systems.

HEX 82 A4 D3
Decimal 130 164 211
Binary 10000010 10100100 11010011
Octal 202 244 323

Shades and tints

Shades of #82A4D3

#82A4D3
(130,164,211)
#7796C0
(119,150,192)
#6C88AD
(108,136,173)
#617A9A
(97,122,154)
#566C87
(86,108,135)
#4B5E74
(75,94,116)
#405061
(64,80,97)
#35424E
(53,66,78)
#2A343B
(42,52,59)
#1F2628
(31,38,40)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #82A4D3

#82A4D3
(130,164,211)
#8DACD7
(141,172,215)
#98B4DB
(152,180,219)
#A3BCDF
(163,188,223)
#AEC4E3
(174,196,227)
#B9CCE7
(185,204,231)
#C4D4EB
(196,212,235)
#CFDCEF
(207,220,239)
#DAE4F3
(218,228,243)
#E5ECF7
(229,236,247)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A4D3 color. Also use rgb(130,164,211) instead hex code.

Text Font Color

.myTextColor { color: #82A4D3; }

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

This text font color is #82A4D3.

Background Color

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

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

This div background color is #82A4D3.

Border color

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

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

This div border color is #82A4D3.

Opacity

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

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

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

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

This text has shadow with #82A4D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A4D3.

Preview

Color preview on black background

This text has color #82A4D3 on black background.


Color preview on white background

This text has color #82A4D3 on white background.


Black color preview on #82A4D3 background

This text has black color on #82A4D3 background.


White color preview on #82A4D3 background

This text has white color on #82A4D3 background.


Related colors

Complementary color

Complementary color for #hex is #7D5B2C.


I love getcolorcode.com

Triadic colors

1 #D382A4 and #A4D382 with #82A4D3 are triadic colors.

2 #D3A482 and #A482D3 with #82A4D3 are triadic colors.