HEX: #817DAA
RGB: (129,125,170)
#817DAA contains red, green and blue colors in about the same proportion. Web safe color of #817DAA is #996699 (or #969).
#817DAA color RGB value is (129,125,170).
RGB: (129,125,170)
(51%, 49%, 67%)
R 129 of 255 = 51%
G 125 of 255 = 49%
B 170 of 255 = 67%
R + G + B ~ 56%. #817DAA is middle color (not dark and not light).
R + G + B = 129 + 125 + 170 = 424 (100%)
R 129 of 424 ~ 30.42%
G 125 of 424 ~ 29.48%
B 170 of 424 ~ 40.09'%
#817DAA color CMYK value is (24,26,0,33).
CMYK: (24,26,0,33)
C24M26Y0K33 (24%, 26%, 0%, 33%)
(0.24 / 0.26 / 0.00 / 0.33)
Color #817DAA in popluar color models
81 | 7D | AA | |
---|---|---|---|
RGB | 129 | 125 | 170 |
HSL | 245° | 20.93% | 57.84% |
HSB/HSV | 245° | 26.47% | 66.67% |
CMYK | 24.12% | 26.47% | 0.00% |
33.33% |
Color #817DAA in popluar number systems.
HEX | 81 | 7D | AA |
Decimal | 129 | 125 | 170 |
Binary | 10000001 | 1111101 | 10101010 |
Octal | 201 | 175 | 252 |
Shades of #817DAA
Tints of #817DAA
Examples of css and html codes for elements with #817DAA color. Also use rgb(129,125,170) instead hex code.
.myTextColor { color: #817DAA; }
<p style="color:#817DAA">This sample text font color is #817DAA.</p>
This text font color is #817DAA.
.myBgColor { background-color: #817DAA; }
<div style="background-color:#817DAA">Inner text</div>
This div background color is #817DAA.
.myBorderColor { border: 1px solid #817DAA; }
<div style="border:3px solid #817DAA">Div</div>
This div border color is #817DAA.
.myOpacity80 { color: #817DAA; opacity: 0.8; }
<p style="color:#817DAA;opacity:0.8;">80%</p>
Text with #817DAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #817DAA;}
<p style="text-shadow: 3px 3px 1px #817DAA">Text here.</p>
This text has shadow with #817DAA color.
.textShadow {text-shadow: 3px 3px 1px #817DAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #817DAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #817DAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#817DAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#817DAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #817DAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #817DAA;
-webkit-box-shadow: 1px 1px 3px 2px #817DAA;
box-shadow: 1px 1px 3px 2px #817DAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #817DAA; -webkit-box-shadow: 1px 1px 3px 2px #817DAA; box-shadow:1px 1px 3px 2px #817DAA;">
Div content here
</div>
This text has color #817DAA on black background.
This text has color #817DAA on white background.
This text has black color on #817DAA background.
This text has white color on #817DAA background.
Complementary color for #hex is #7E8255.