COLOR #82AED1

HEX: #82AED1 RGB: (130,174,209)

Color info

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

RGB color model

#82AED1 color RGB value is (130,174,209).

RGB: (130,174,209) (51%, 68%, 82%)

RGB channels and saturation

R 130 of 255 = 51%
G 174 of 255 = 68%
B 209 of 255 = 82%

130
174
209

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

Portions of RGB colors in percentages

R + G + B = 130 + 174 + 209 = 513 (100%)
R 130 of 513 ~ 25.34%
G 174 of 513 ~ 33.92%
B 209 of 513 ~ 40.74'%

%25.34
%33.92
%40.74

CMYK color model

#82AED1 color CMYK value is (38,17,0,18).

  • cyan value is 37.80%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (38,17,0,18)
C38M17Y0K18 (38%, 17%, 0%, 18%)
(0.38 / 0.17 / 0.00 / 0.18)

CMYK percentages

%37.8
%16.75
%0
%18.04

Codes

Color #82AED1 in popluar color models

82 AE D1
RGB 130 174 209
HSL 207° 46.20% 66.47%
HSB/HSV 207° 37.80% 81.96%
CMYK 37.80% 16.75% 0.00%
18.04%

Color #82AED1 in popluar number systems.

HEX 82 AE D1
Decimal 130 174 209
Binary 10000010 10101110 11010001
Octal 202 256 321

Shades and tints

Shades of #82AED1

#82AED1
(130,174,209)
#779FBE
(119,159,190)
#6C90AB
(108,144,171)
#618198
(97,129,152)
#567285
(86,114,133)
#4B6372
(75,99,114)
#40545F
(64,84,95)
#35454C
(53,69,76)
#2A3639
(42,54,57)
#1F2726
(31,39,38)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #82AED1

#82AED1
(130,174,209)
#8DB5D5
(141,181,213)
#98BCD9
(152,188,217)
#A3C3DD
(163,195,221)
#AECAE1
(174,202,225)
#B9D1E5
(185,209,229)
#C4D8E9
(196,216,233)
#CFDFED
(207,223,237)
#DAE6F1
(218,230,241)
#E5EDF5
(229,237,245)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AED1 color. Also use rgb(130,174,209) instead hex code.

Text Font Color

.myTextColor { color: #82AED1; }

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

This text font color is #82AED1.

Background Color

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

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

This div background color is #82AED1.

Border color

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

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

This div border color is #82AED1.

Opacity

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

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

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

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

This text has shadow with #82AED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AED1.

Preview

Color preview on black background

This text has color #82AED1 on black background.


Color preview on white background

This text has color #82AED1 on white background.


Black color preview on #82AED1 background

This text has black color on #82AED1 background.


White color preview on #82AED1 background

This text has white color on #82AED1 background.


Related colors

Complementary color

Complementary color for #hex is #7D512E.


I love getcolorcode.com

Triadic colors

1 #D182AE and #AED182 with #82AED1 are triadic colors.

2 #D1AE82 and #AE82D1 with #82AED1 are triadic colors.