COLOR #82ACFB

HEX: #82ACFB
RGB: (130,172,251)

Color info

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

RGB color model

#82ACFB color RGB value is (130,172,251).

  • red value is 130;
  • green value is 172;
  • blue value is 251.
RGB:
(130,172,251)
(51%,67%,98%)

RGB channels and saturation

R 130 of 255 = 51%
G 172 of 255 = 67%
B 251 of 255 = 98%

130
172
251

R + G + B ~ 72%. #82ACFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 172 + 251 = 553 (100%)
R 130 of 553 ~ 23.51%
G 172 of 553 ~ 31.1%
B 251 of 553 ~ 45.39%

%23.51
%31.1
%45.39

CMYK color model

#82ACFB color CMYK value is (48,31,0,2).

  • cyan value is 48.21%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(48,31,0,2)
C48M31Y0K2 
(48%,31%,0%,2%)
(0.48/0.31/0.00/0.02)	

CMYK percentages

%48.21
%31.47
%0
%1.57

Codes

Color #82ACFB in popluar color models

82ACFB
RGB130172251
HSL219°93.80%74.71%
HSB/HSV219°48.21%98.43%
CMYK48.21%31.47%0.00%
1.57%

Color #82ACFB in popluar number systems.

HEX82ACFB
Decimal130172251
Binary100000101010110011111011
Octal202254373

Shades and tints

Shades of #82ACFB

#82ACFB
(130,172,251)
#779DE5
(119,157,229)
#6C8ECF
(108,142,207)
#617FB9
(97,127,185)
#5670A3
(86,112,163)
#4B618D
(75,97,141)
#405277
(64,82,119)
#354361
(53,67,97)
#2A344B
(42,52,75)
#1F2535
(31,37,53)
#14161F
(20,22,31)
#000000
(0,0,0)

Tints of #82ACFB

#82ACFB
(130,172,251)
#8DB3FB
(141,179,251)
#98BAFB
(152,186,251)
#A3C1FB
(163,193,251)
#AEC8FB
(174,200,251)
#B9CFFB
(185,207,251)
#C4D6FB
(196,214,251)
#CFDDFB
(207,221,251)
#DAE4FB
(218,228,251)
#E5EBFB
(229,235,251)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82ACFB color. Also use rgb(130,172,251) instead hex code.

Text Font Color

.myTextColor { color: #82ACFB; }

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

This text font color is #82ACFB.


Background Color

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

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

This div background color is #82ACFB.


Border color

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

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

This div border color is #82ACFB.


Opacity

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

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

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

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

This text has shadow with #82ACFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82ACFB on black background.


Color preview on white background

This text has color #82ACFB on white background.



Black color preview on #82ACFB background

This text has black color on #82ACFB background.


White color preview on #82ACFB background

This text has white color on #82ACFB background.