HEX: #829BAE
RGB: (130,155,174)
#829BAE contains red, green and blue colors in about the same proportion. Web safe color of #829BAE is #999999 (or #999).
#829BAE color RGB value is (130,155,174).
RGB: (130,155,174)
(51%, 61%, 68%)
R 130 of 255 = 51%
G 155 of 255 = 61%
B 174 of 255 = 68%
R + G + B ~ 60%. #829BAE is middle color (not dark and not light).
R + G + B = 130 + 155 + 174 = 459 (100%)
R 130 of 459 ~ 28.32%
G 155 of 459 ~ 33.77%
B 174 of 459 ~ 37.91'%
#829BAE color CMYK value is (25,11,0,32).
CMYK: (25,11,0,32)
C25M11Y0K32 (25%, 11%, 0%, 32%)
(0.25 / 0.11 / 0.00 / 0.32)
Color #829BAE in popluar color models
82 | 9B | AE | |
---|---|---|---|
RGB | 130 | 155 | 174 |
HSL | 206° | 21.36% | 59.61% |
HSB/HSV | 206° | 25.29% | 68.24% |
CMYK | 25.29% | 10.92% | 0.00% |
31.76% |
Color #829BAE in popluar number systems.
HEX | 82 | 9B | AE |
Decimal | 130 | 155 | 174 |
Binary | 10000010 | 10011011 | 10101110 |
Octal | 202 | 233 | 256 |
Shades of #829BAE
Tints of #829BAE
Examples of css and html codes for elements with #829BAE color. Also use rgb(130,155,174) instead hex code.
.myTextColor { color: #829BAE; }
<p style="color:#829BAE">This sample text font color is #829BAE.</p>
This text font color is #829BAE.
.myBgColor { background-color: #829BAE; }
<div style="background-color:#829BAE">Inner text</div>
This div background color is #829BAE.
.myBorderColor { border: 1px solid #829BAE; }
<div style="border:3px solid #829BAE">Div</div>
This div border color is #829BAE.
.myOpacity80 { color: #829BAE; opacity: 0.8; }
<p style="color:#829BAE;opacity:0.8;">80%</p>
Text with #829BAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829BAE;}
<p style="text-shadow: 3px 3px 1px #829BAE">Text here.</p>
This text has shadow with #829BAE color.
.textShadow {text-shadow: 3px 3px 1px #829BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829BAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #829BAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #829BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829BAE;
-webkit-box-shadow: 1px 1px 3px 2px #829BAE;
box-shadow: 1px 1px 3px 2px #829BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829BAE; -webkit-box-shadow: 1px 1px 3px 2px #829BAE; box-shadow:1px 1px 3px 2px #829BAE;">
Div content here
</div>
This text has color #829BAE on black background.
This text has color #829BAE on white background.
This text has black color on #829BAE background.
This text has white color on #829BAE background.
Complementary color for #hex is #7D6451.