COLOR #82AFFA

HEX: #82AFFA RGB: (130,175,250)

Color info

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

RGB color model

#82AFFA color RGB value is (130,175,250).

RGB: (130,175,250) (51%, 69%, 98%)

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 250 of 255 = 98%

130
175
250

R + G + B ~ 73%. #82AFFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 175 + 250 = 555 (100%)
R 130 of 555 ~ 23.42%
G 175 of 555 ~ 31.53%
B 250 of 555 ~ 45.05'%

%23.42
%31.53
%45.05

CMYK color model

#82AFFA color CMYK value is (48,30,0,2).

  • cyan value is 48.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (48,30,0,2)
C48M30Y0K2 (48%, 30%, 0%, 2%)
(0.48 / 0.30 / 0.00 / 0.02)

CMYK percentages

%48
%30
%0
%1.96

Codes

Color #82AFFA in popluar color models

82 AF FA
RGB 130 175 250
HSL 218° 92.31% 74.51%
HSB/HSV 218° 48.00% 98.04%
CMYK 48.00% 30.00% 0.00%
1.96%

Color #82AFFA in popluar number systems.

HEX 82 AF FA
Decimal 130 175 250
Binary 10000010 10101111 11111010
Octal 202 257 372

Shades and tints

Shades of #82AFFA

#82AFFA
(130,175,250)
#77A0E4
(119,160,228)
#6C91CE
(108,145,206)
#6182B8
(97,130,184)
#5673A2
(86,115,162)
#4B648C
(75,100,140)
#405576
(64,85,118)
#354660
(53,70,96)
#2A374A
(42,55,74)
#1F2834
(31,40,52)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #82AFFA

#82AFFA
(130,175,250)
#8DB6FA
(141,182,250)
#98BDFA
(152,189,250)
#A3C4FA
(163,196,250)
#AECBFA
(174,203,250)
#B9D2FA
(185,210,250)
#C4D9FA
(196,217,250)
#CFE0FA
(207,224,250)
#DAE7FA
(218,231,250)
#E5EEFA
(229,238,250)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AFFA color. Also use rgb(130,175,250) instead hex code.

Text Font Color

.myTextColor { color: #82AFFA; }

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

This text font color is #82AFFA.

Background Color

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

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

This div background color is #82AFFA.

Border color

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

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

This div border color is #82AFFA.

Opacity

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

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

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

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

This text has shadow with #82AFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82AFFA.

Preview

Color preview on black background

This text has color #82AFFA on black background.


Color preview on white background

This text has color #82AFFA on white background.


Black color preview on #82AFFA background

This text has black color on #82AFFA background.


White color preview on #82AFFA background

This text has white color on #82AFFA background.


Related colors

Complementary color

Complementary color for #hex is #7D5005.


I love getcolorcode.com

Triadic colors

1 #FA82AF and #AFFA82 with #82AFFA are triadic colors.

2 #FAAF82 and #AF82FA with #82AFFA are triadic colors.