HEX: #829FAB
RGB: (130,159,171)
#829FAB contains red, green and blue colors in about the same proportion. Web safe color of #829FAB is #999999 (or #999).
#829FAB color RGB value is (130,159,171).
RGB: (130,159,171)
(51%, 62%, 67%)
R 130 of 255 = 51%
G 159 of 255 = 62%
B 171 of 255 = 67%
R + G + B ~ 60%. #829FAB is middle color (not dark and not light).
R + G + B = 130 + 159 + 171 = 460 (100%)
R 130 of 460 ~ 28.26%
G 159 of 460 ~ 34.57%
B 171 of 460 ~ 37.17'%
#829FAB color CMYK value is (24,7,0,33).
CMYK: (24,7,0,33)
C24M7Y0K33 (24%, 7%, 0%, 33%)
(0.24 / 0.07 / 0.00 / 0.33)
Color #829FAB in popluar color models
82 | 9F | AB | |
---|---|---|---|
RGB | 130 | 159 | 171 |
HSL | 198° | 19.62% | 59.02% |
HSB/HSV | 198° | 23.98% | 67.06% |
CMYK | 23.98% | 7.02% | 0.00% |
32.94% |
Color #829FAB in popluar number systems.
HEX | 82 | 9F | AB |
Decimal | 130 | 159 | 171 |
Binary | 10000010 | 10011111 | 10101011 |
Octal | 202 | 237 | 253 |
Shades of #829FAB
Tints of #829FAB
Examples of css and html codes for elements with #829FAB color. Also use rgb(130,159,171) instead hex code.
.myTextColor { color: #829FAB; }
<p style="color:#829FAB">This sample text font color is #829FAB.</p>
This text font color is #829FAB.
.myBgColor { background-color: #829FAB; }
<div style="background-color:#829FAB">Inner text</div>
This div background color is #829FAB.
.myBorderColor { border: 1px solid #829FAB; }
<div style="border:3px solid #829FAB">Div</div>
This div border color is #829FAB.
.myOpacity80 { color: #829FAB; opacity: 0.8; }
<p style="color:#829FAB;opacity:0.8;">80%</p>
Text with #829FAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829FAB;}
<p style="text-shadow: 3px 3px 1px #829FAB">Text here.</p>
This text has shadow with #829FAB color.
.textShadow {text-shadow: 3px 3px 1px #829FAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829FAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #829FAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #829FAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829FAB;
-webkit-box-shadow: 1px 1px 3px 2px #829FAB;
box-shadow: 1px 1px 3px 2px #829FAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829FAB; -webkit-box-shadow: 1px 1px 3px 2px #829FAB; box-shadow:1px 1px 3px 2px #829FAB;">
Div content here
</div>
This text has color #829FAB on black background.
This text has color #829FAB on white background.
This text has black color on #829FAB background.
This text has white color on #829FAB background.
Complementary color for #hex is #7D6054.