HEX: #789CAD
RGB: (120,156,173)
#789CAD contains red, green and blue colors in about the same proportion. Web safe color of #789CAD is #669999 (or #699).
#789CAD color RGB value is (120,156,173).
RGB: (120,156,173)
(47%, 61%, 68%)
R 120 of 255 = 47%
G 156 of 255 = 61%
B 173 of 255 = 68%
R + G + B ~ 59%. #789CAD is middle color (not dark and not light).
R + G + B = 120 + 156 + 173 = 449 (100%)
R 120 of 449 ~ 26.73%
G 156 of 449 ~ 34.74%
B 173 of 449 ~ 38.53'%
#789CAD color CMYK value is (31,10,0,32).
CMYK: (31,10,0,32)
C31M10Y0K32 (31%, 10%, 0%, 32%)
(0.31 / 0.10 / 0.00 / 0.32)
Color #789CAD in popluar color models
78 | 9C | AD | |
---|---|---|---|
RGB | 120 | 156 | 173 |
HSL | 199° | 24.42% | 57.45% |
HSB/HSV | 199° | 30.64% | 67.84% |
CMYK | 30.64% | 9.83% | 0.00% |
32.16% |
Color #789CAD in popluar number systems.
HEX | 78 | 9C | AD |
Decimal | 120 | 156 | 173 |
Binary | 1111000 | 10011100 | 10101101 |
Octal | 170 | 234 | 255 |
Shades of #789CAD
Tints of #789CAD
Examples of css and html codes for elements with #789CAD color. Also use rgb(120,156,173) instead hex code.
.myTextColor { color: #789CAD; }
<p style="color:#789CAD">This sample text font color is #789CAD.</p>
This text font color is #789CAD.
.myBgColor { background-color: #789CAD; }
<div style="background-color:#789CAD">Inner text</div>
This div background color is #789CAD.
.myBorderColor { border: 1px solid #789CAD; }
<div style="border:3px solid #789CAD">Div</div>
This div border color is #789CAD.
.myOpacity80 { color: #789CAD; opacity: 0.8; }
<p style="color:#789CAD;opacity:0.8;">80%</p>
Text with #789CAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #789CAD;}
<p style="text-shadow: 3px 3px 1px #789CAD">Text here.</p>
This text has shadow with #789CAD color.
.textShadow {text-shadow: 3px 3px 1px #789CAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #789CAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #789CAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#789CAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#789CAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #789CAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #789CAD;
-webkit-box-shadow: 1px 1px 3px 2px #789CAD;
box-shadow: 1px 1px 3px 2px #789CAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #789CAD; -webkit-box-shadow: 1px 1px 3px 2px #789CAD; box-shadow:1px 1px 3px 2px #789CAD;">
Div content here
</div>
This text has color #789CAD on black background.
This text has color #789CAD on white background.
This text has black color on #789CAD background.
This text has white color on #789CAD background.
Complementary color for #hex is #876352.