COLOR #82ABD2

HEX: #82ABD2 RGB: (130,171,210)

Color info

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

RGB color model

#82ABD2 color RGB value is (130,171,210).

RGB: (130,171,210) (51%, 67%, 82%)

RGB channels and saturation

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

130
171
210

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

Portions of RGB colors in percentages

R + G + B = 130 + 171 + 210 = 511 (100%)
R 130 of 511 ~ 25.44%
G 171 of 511 ~ 33.46%
B 210 of 511 ~ 41.1'%

%25.44
%33.46
%41.1

CMYK color model

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

  • cyan value is 38.10%
  • magenta value is 18.57%
  • 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
%18.57
%0
%17.65

Codes

Color #82ABD2 in popluar color models

82 AB D2
RGB 130 171 210
HSL 209° 47.06% 66.67%
HSB/HSV 209° 38.10% 82.35%
CMYK 38.10% 18.57% 0.00%
17.65%

Color #82ABD2 in popluar number systems.

HEX 82 AB D2
Decimal 130 171 210
Binary 10000010 10101011 11010010
Octal 202 253 322

Shades and tints

Shades of #82ABD2

#82ABD2
(130,171,210)
#779CBF
(119,156,191)
#6C8DAC
(108,141,172)
#617E99
(97,126,153)
#566F86
(86,111,134)
#4B6073
(75,96,115)
#405160
(64,81,96)
#35424D
(53,66,77)
#2A333A
(42,51,58)
#1F2427
(31,36,39)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #82ABD2

#82ABD2
(130,171,210)
#8DB2D6
(141,178,214)
#98B9DA
(152,185,218)
#A3C0DE
(163,192,222)
#AEC7E2
(174,199,226)
#B9CEE6
(185,206,230)
#C4D5EA
(196,213,234)
#CFDCEE
(207,220,238)
#DAE3F2
(218,227,242)
#E5EAF6
(229,234,246)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82ABD2; }

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

This text font color is #82ABD2.

Background Color

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

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

This div background color is #82ABD2.

Border color

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

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

This div border color is #82ABD2.

Opacity

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

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

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

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

This text has shadow with #82ABD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82ABD2.

Preview

Color preview on black background

This text has color #82ABD2 on black background.


Color preview on white background

This text has color #82ABD2 on white background.


Black color preview on #82ABD2 background

This text has black color on #82ABD2 background.


White color preview on #82ABD2 background

This text has white color on #82ABD2 background.


Related colors

Complementary color

Complementary color for #hex is #7D542D.


I love getcolorcode.com

Triadic colors

1 #D282AB and #ABD282 with #82ABD2 are triadic colors.

2 #D2AB82 and #AB82D2 with #82ABD2 are triadic colors.