HEX: #829BBD
RGB: (130,155,189)
#829BBD contains red, green and blue colors in about the same proportion. Web safe color of #829BBD is #9999CC (or #99C).
#829BBD color RGB value is (130,155,189).
RGB: (130,155,189)
(51%, 61%, 74%)
R 130 of 255 = 51%
G 155 of 255 = 61%
B 189 of 255 = 74%
R + G + B ~ 62%. #829BBD is quite light color.
R + G + B = 130 + 155 + 189 = 474 (100%)
R 130 of 474 ~ 27.43%
G 155 of 474 ~ 32.7%
B 189 of 474 ~ 39.87'%
#829BBD color CMYK value is (31,18,0,26).
CMYK: (31,18,0,26)
C31M18Y0K26 (31%, 18%, 0%, 26%)
(0.31 / 0.18 / 0.00 / 0.26)
Color #829BBD in popluar color models
82 | 9B | BD | |
---|---|---|---|
RGB | 130 | 155 | 189 |
HSL | 215° | 30.89% | 62.55% |
HSB/HSV | 215° | 31.22% | 74.12% |
CMYK | 31.22% | 17.99% | 0.00% |
25.88% |
Color #829BBD in popluar number systems.
HEX | 82 | 9B | BD |
Decimal | 130 | 155 | 189 |
Binary | 10000010 | 10011011 | 10111101 |
Octal | 202 | 233 | 275 |
Shades of #829BBD
Tints of #829BBD
Examples of css and html codes for elements with #829BBD color. Also use rgb(130,155,189) instead hex code.
.myTextColor { color: #829BBD; }
<p style="color:#829BBD">This sample text font color is #829BBD.</p>
This text font color is #829BBD.
.myBgColor { background-color: #829BBD; }
<div style="background-color:#829BBD">Inner text</div>
This div background color is #829BBD.
.myBorderColor { border: 1px solid #829BBD; }
<div style="border:3px solid #829BBD">Div</div>
This div border color is #829BBD.
.myOpacity80 { color: #829BBD; opacity: 0.8; }
<p style="color:#829BBD;opacity:0.8;">80%</p>
Text with #829BBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829BBD;}
<p style="text-shadow: 3px 3px 1px #829BBD">Text here.</p>
This text has shadow with #829BBD color.
.textShadow {text-shadow: 3px 3px 1px #829BBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829BBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #829BBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829BBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829BBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #829BBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829BBD;
-webkit-box-shadow: 1px 1px 3px 2px #829BBD;
box-shadow: 1px 1px 3px 2px #829BBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829BBD; -webkit-box-shadow: 1px 1px 3px 2px #829BBD; box-shadow:1px 1px 3px 2px #829BBD;">
Div content here
</div>
This text has color #829BBD on black background.
This text has color #829BBD on white background.
This text has black color on #829BBD background.
This text has white color on #829BBD background.
Complementary color for #hex is #7D6442.