HEX: #82BEF9
RGB: (130,190,249)
#82BEF9 contains mainly green and blue colors. Web safe color of #82BEF9 is #99CCFF (or #9CF).
#82BEF9 color RGB value is (130,190,249).
RGB: (130,190,249)
(51%, 75%, 98%)
R 130 of 255 = 51%
G 190 of 255 = 75%
B 249 of 255 = 98%
R + G + B ~ 75%. #82BEF9 is quite light color.
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'%
#82BEF9 color CMYK value is (48,24,0,2).
CMYK: (48,24,0,2)
C48M24Y0K2 (48%, 24%, 0%, 2%)
(0.48 / 0.24 / 0.00 / 0.02)
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 of #82BEF9
Tints of #82BEF9
Examples of css and html codes for elements with #82BEF9 color. Also use rgb(130,190,249) instead hex code.
.myTextColor { color: #82BEF9; }
<p style="color:#82BEF9">This sample text font color is #82BEF9.</p>
This text font color is #82BEF9.
.myBgColor { background-color: #82BEF9; }
<div style="background-color:#82BEF9">Inner text</div>
This div background color is #82BEF9.
.myBorderColor { border: 1px solid #82BEF9; }
<div style="border:3px solid #82BEF9">Div</div>
This div border color is #82BEF9.
.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%.
.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.
/* 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 text has color #82BEF9 on black background.
This text has color #82BEF9 on white background.
This text has black color on #82BEF9 background.
This text has white color on #82BEF9 background.
Complementary color for #hex is #7D4106.