COLOR #82BEF9

HEX: #82BEF9 RGB: (130,190,249)

Color info

#82BEF9 contains mainly green and blue colors. Web safe color of #82BEF9 is #99CCFF (or #9CF).

RGB color model

#82BEF9 color RGB value is (130,190,249).

RGB: (130,190,249) (51%, 75%, 98%)

RGB channels and saturation

R 130 of 255 = 51%
G 190 of 255 = 75%
B 249 of 255 = 98%

130
190
249

R + G + B ~ 75%. #82BEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 190 + 249 = 569 (100%)
R 130 of 569 ~ 22.85%
G 190 of 569 ~ 33.39%
B 249 of 569 ~ 43.76'%

%22.85
%33.39
%43.76

CMYK color model

#82BEF9 color CMYK value is (48,24,0,2).

  • cyan value is 47.79%
  • magenta value is 23.69%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (48,24,0,2)
C48M24Y0K2 (48%, 24%, 0%, 2%)
(0.48 / 0.24 / 0.00 / 0.02)

CMYK percentages

%47.79
%23.69
%0
%2.35

Codes

Color #82BEF9 in popluar color models

82 BE F9
RGB 130 190 249
HSL 210° 90.84% 74.31%
HSB/HSV 210° 47.79% 97.65%
CMYK 47.79% 23.69% 0.00%
2.35%

Color #82BEF9 in popluar number systems.

HEX 82 BE F9
Decimal 130 190 249
Binary 10000010 10111110 11111001
Octal 202 276 371

Shades and tints

Shades of #82BEF9

#82BEF9
(130,190,249)
#77ADE3
(119,173,227)
#6C9CCD
(108,156,205)
#618BB7
(97,139,183)
#567AA1
(86,122,161)
#4B698B
(75,105,139)
#405875
(64,88,117)
#35475F
(53,71,95)
#2A3649
(42,54,73)
#1F2533
(31,37,51)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #82BEF9

#82BEF9
(130,190,249)
#8DC3F9
(141,195,249)
#98C8F9
(152,200,249)
#A3CDF9
(163,205,249)
#AED2F9
(174,210,249)
#B9D7F9
(185,215,249)
#C4DCF9
(196,220,249)
#CFE1F9
(207,225,249)
#DAE6F9
(218,230,249)
#E5EBF9
(229,235,249)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BEF9 color. Also use rgb(130,190,249) instead hex code.

Text Font Color

.myTextColor { color: #82BEF9; }

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

This text font color is #82BEF9.

Background Color

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

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

This div background color is #82BEF9.

Border color

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

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

This div border color is #82BEF9.

Opacity

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

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

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

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

This text has shadow with #82BEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BEF9.

Preview

Color preview on black background

This text has color #82BEF9 on black background.


Color preview on white background

This text has color #82BEF9 on white background.


Black color preview on #82BEF9 background

This text has black color on #82BEF9 background.


White color preview on #82BEF9 background

This text has white color on #82BEF9 background.


Related colors

Complementary color

Complementary color for #hex is #7D4106.


I love getcolorcode.com

Triadic colors

1 #F982BE and #BEF982 with #82BEF9 are triadic colors.

2 #F9BE82 and #BE82F9 with #82BEF9 are triadic colors.