HEX: #7D9EAA
RGB: (125,158,170)
#7D9EAA contains red, green and blue colors in about the same proportion. Web safe color of #7D9EAA is #669999 (or #699).
#7D9EAA color RGB value is (125,158,170).
RGB: (125,158,170)
(49%, 62%, 67%)
R 125 of 255 = 49%
G 158 of 255 = 62%
B 170 of 255 = 67%
R + G + B ~ 59%. #7D9EAA is middle color (not dark and not light).
R + G + B = 125 + 158 + 170 = 453 (100%)
R 125 of 453 ~ 27.59%
G 158 of 453 ~ 34.88%
B 170 of 453 ~ 37.53'%
#7D9EAA color CMYK value is (26,7,0,33).
CMYK: (26,7,0,33) C26M7Y0K33 (26%,7%,0%,33%) (0.26/0.07/0.00/0.33)
Color #7D9EAA in popluar color models
7D | 9E | AA | |
---|---|---|---|
RGB | 125 | 158 | 170 |
HSL | 196° | 20.93% | 57.84% |
HSB/HSV | 196° | 26.47% | 66.67% |
CMYK | 26.47% | 7.06% | 0.00% |
33.33% |
Color #7D9EAA in popluar number systems.
HEX | 7D | 9E | AA |
Decimal | 125 | 158 | 170 |
Binary | 1111101 | 10011110 | 10101010 |
Octal | 175 | 236 | 252 |
Shades of #7D9EAA
Tints of #7D9EAA
Examples of css and html codes for elements with #7D9EAA color. Also use rgb(125,158,170) instead hex code.
.myTextColor { color: #7D9EAA; }
<p style="color:#7D9EAA">This sample text font color is #7D9EAA.</p>
This text font color is #7D9EAA.
.myBgColor { background-color: #7D9EAA; }
<div style="background-color:#7D9EAA">Inner text</div>
This div background color is #7D9EAA.
.myBorderColor { border: 1px solid #7D9EAA; }
<div style="border:3px solid #7D9EAA">Div</div>
This div border color is #7D9EAA.
.myOpacity80 { color: #7D9EAA; opacity: 0.8; }
<p style="color:#7D9EAA;opacity:0.8;">80%</p>
Text with #7D9EAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D9EAA;}
<p style="text-shadow: 3px 3px 1px #7D9EAA">Text here.</p>
This text has shadow with #7D9EAA color.
.textShadow {text-shadow: 3px 3px 1px #7D9EAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D9EAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D9EAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D9EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D9EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D9EAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D9EAA;
-webkit-box-shadow: 1px 1px 3px 2px #7D9EAA;
box-shadow: 1px 1px 3px 2px #7D9EAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D9EAA; -webkit-box-shadow: 1px 1px 3px 2px #7D9EAA; box-shadow:1px 1px 3px 2px #7D9EAA;">
Div content here
</div>
This text has color #7D9EAA on black background.
This text has color #7D9EAA on white background.
This text has black color on #7D9EAA background.
This text has white color on #7D9EAA background.
Complementary color for #hex is #826155.