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