HEX: #717EAA
RGB: (113,126,170)
#717EAA contains red, green and blue colors in about the same proportion. Web safe color of #717EAA is #666699 (or #669).
#717EAA color RGB value is (113,126,170).
RGB: (113,126,170)
(44%, 49%, 67%)
R 113 of 255 = 44%
G 126 of 255 = 49%
B 170 of 255 = 67%
R + G + B ~ 53%. #717EAA is middle color (not dark and not light).
R + G + B = 113 + 126 + 170 = 409 (100%)
R 113 of 409 ~ 27.63%
G 126 of 409 ~ 30.81%
B 170 of 409 ~ 41.56'%
#717EAA color CMYK value is (34,26,0,33).
CMYK: (34,26,0,33) C34M26Y0K33 (34%,26%,0%,33%) (0.34/0.26/0.00/0.33)
Color #717EAA in popluar color models
71 | 7E | AA | |
---|---|---|---|
RGB | 113 | 126 | 170 |
HSL | 226° | 25.11% | 55.49% |
HSB/HSV | 226° | 33.53% | 66.67% |
CMYK | 33.53% | 25.88% | 0.00% |
33.33% |
Color #717EAA in popluar number systems.
HEX | 71 | 7E | AA |
Decimal | 113 | 126 | 170 |
Binary | 1110001 | 1111110 | 10101010 |
Octal | 161 | 176 | 252 |
Shades of #717EAA
Tints of #717EAA
Examples of css and html codes for elements with #717EAA color. Also use rgb(113,126,170) instead hex code.
.myTextColor { color: #717EAA; }
<p style="color:#717EAA">This sample text font color is #717EAA.</p>
This text font color is #717EAA.
.myBgColor { background-color: #717EAA; }
<div style="background-color:#717EAA">Inner text</div>
This div background color is #717EAA.
.myBorderColor { border: 1px solid #717EAA; }
<div style="border:3px solid #717EAA">Div</div>
This div border color is #717EAA.
.myOpacity80 { color: #717EAA; opacity: 0.8; }
<p style="color:#717EAA;opacity:0.8;">80%</p>
Text with #717EAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #717EAA;}
<p style="text-shadow: 3px 3px 1px #717EAA">Text here.</p>
This text has shadow with #717EAA color.
.textShadow {text-shadow: 3px 3px 1px #717EAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #717EAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #717EAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#717EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#717EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #717EAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #717EAA;
-webkit-box-shadow: 1px 1px 3px 2px #717EAA;
box-shadow: 1px 1px 3px 2px #717EAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #717EAA; -webkit-box-shadow: 1px 1px 3px 2px #717EAA; box-shadow:1px 1px 3px 2px #717EAA;">
Div content here
</div>
This text has color #717EAA on black background.
This text has color #717EAA on white background.
This text has black color on #717EAA background.
This text has white color on #717EAA background.
Complementary color for #hex is #8E8155.