HEX: #82B0DD
RGB: (130,176,221)
#82B0DD contains mainly green and blue colors. Web safe color of #82B0DD is #9999CC (or #99C).
#82B0DD color RGB value is (130,176,221).
RGB: (130,176,221)
(51%, 69%, 87%)
R 130 of 255 = 51%
G 176 of 255 = 69%
B 221 of 255 = 87%
R + G + B ~ 69%. #82B0DD is quite light color.
R + G + B = 130 + 176 + 221 = 527 (100%)
R 130 of 527 ~ 24.67%
G 176 of 527 ~ 33.4%
B 221 of 527 ~ 41.94'%
#82B0DD color CMYK value is (41,20,0,13).
CMYK: (41,20,0,13)
C41M20Y0K13 (41%, 20%, 0%, 13%)
(0.41 / 0.20 / 0.00 / 0.13)
Color #82B0DD in popluar color models
82 | B0 | DD | |
---|---|---|---|
RGB | 130 | 176 | 221 |
HSL | 210° | 57.23% | 68.82% |
HSB/HSV | 210° | 41.18% | 86.67% |
CMYK | 41.18% | 20.36% | 0.00% |
13.33% |
Color #82B0DD in popluar number systems.
HEX | 82 | B0 | DD |
Decimal | 130 | 176 | 221 |
Binary | 10000010 | 10110000 | 11011101 |
Octal | 202 | 260 | 335 |
Shades of #82B0DD
Tints of #82B0DD
Examples of css and html codes for elements with #82B0DD color. Also use rgb(130,176,221) instead hex code.
.myTextColor { color: #82B0DD; }
<p style="color:#82B0DD">This sample text font color is #82B0DD.</p>
This text font color is #82B0DD.
.myBgColor { background-color: #82B0DD; }
<div style="background-color:#82B0DD">Inner text</div>
This div background color is #82B0DD.
.myBorderColor { border: 1px solid #82B0DD; }
<div style="border:3px solid #82B0DD">Div</div>
This div border color is #82B0DD.
.myOpacity80 { color: #82B0DD; opacity: 0.8; }
<p style="color:#82B0DD;opacity:0.8;">80%</p>
Text with #82B0DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82B0DD;}
<p style="text-shadow: 3px 3px 1px #82B0DD">Text here.</p>
This text has shadow with #82B0DD color.
.textShadow {text-shadow: 3px 3px 1px #82B0DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82B0DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #82B0DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82B0DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82B0DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #82B0DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82B0DD;
-webkit-box-shadow: 1px 1px 3px 2px #82B0DD;
box-shadow: 1px 1px 3px 2px #82B0DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82B0DD; -webkit-box-shadow: 1px 1px 3px 2px #82B0DD; box-shadow:1px 1px 3px 2px #82B0DD;">
Div content here
</div>
This text has color #82B0DD on black background.
This text has color #82B0DD on white background.
This text has black color on #82B0DD background.
This text has white color on #82B0DD background.
Complementary color for #hex is #7D4F22.