HEX: #829BBF
RGB: (130,155,191)
#829BBF contains mainly green and blue colors. Web safe color of #829BBF is #9999CC (or #99C).
#829BBF color RGB value is (130,155,191).
RGB: (130,155,191)
(51%, 61%, 75%)
R 130 of 255 = 51%
G 155 of 255 = 61%
B 191 of 255 = 75%
R + G + B ~ 62%. #829BBF is quite light color.
R + G + B = 130 + 155 + 191 = 476 (100%)
R 130 of 476 ~ 27.31%
G 155 of 476 ~ 32.56%
B 191 of 476 ~ 40.13'%
#829BBF color CMYK value is (32,19,0,25).
CMYK: (32,19,0,25) C32M19Y0K25 (32%,19%,0%,25%) (0.32/0.19/0.00/0.25)
Color #829BBF in popluar color models
82 | 9B | BF | |
---|---|---|---|
RGB | 130 | 155 | 191 |
HSL | 215° | 32.28% | 62.94% |
HSB/HSV | 215° | 31.94% | 74.90% |
CMYK | 31.94% | 18.85% | 0.00% |
25.10% |
Color #829BBF in popluar number systems.
HEX | 82 | 9B | BF |
Decimal | 130 | 155 | 191 |
Binary | 10000010 | 10011011 | 10111111 |
Octal | 202 | 233 | 277 |
Shades of #829BBF
Tints of #829BBF
Examples of css and html codes for elements with #829BBF color. Also use rgb(130,155,191) instead hex code.
.myTextColor { color: #829BBF; }
<p style="color:#829BBF">This sample text font color is #829BBF.</p>
This text font color is #829BBF.
.myBgColor { background-color: #829BBF; }
<div style="background-color:#829BBF">Inner text</div>
This div background color is #829BBF.
.myBorderColor { border: 1px solid #829BBF; }
<div style="border:3px solid #829BBF">Div</div>
This div border color is #829BBF.
.myOpacity80 { color: #829BBF; opacity: 0.8; }
<p style="color:#829BBF;opacity:0.8;">80%</p>
Text with #829BBF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829BBF;}
<p style="text-shadow: 3px 3px 1px #829BBF">Text here.</p>
This text has shadow with #829BBF color.
.textShadow {text-shadow: 3px 3px 1px #829BBF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829BBF, 5px 5px 20px red">Text here.</p>
This text has shadow with #829BBF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829BBF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829BBF, Direction=45, Strength=4)">Text</p>
This text has shadow with #829BBF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #829BBF;
-webkit-box-shadow: 1px 1px 3px 2px #829BBF;
box-shadow: 1px 1px 3px 2px #829BBF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829BBF; -webkit-box-shadow: 1px 1px 3px 2px #829BBF; box-shadow:1px 1px 3px 2px #829BBF;">
Div content here
</div>
This text has color #829BBF on black background.
This text has color #829BBF on white background.
This text has black color on #829BBF background.
This text has white color on #829BBF background.
Complementary color for #hex is #7D6440.