HEX: #097CA7
RGB: (9,124,167)
#097CA7 contains mainly green and blue colors. Web safe color of #097CA7 is #006699 (or #069).
#097CA7 color RGB value is (9,124,167).
RGB: (9,124,167)
(4%, 49%, 65%)
R 9 of 255 = 4%
G 124 of 255 = 49%
B 167 of 255 = 65%
R + G + B ~ 39%. #097CA7 is quite dark color.
R + G + B = 9 + 124 + 167 = 300 (100%)
R 9 of 300 ~ 3%
G 124 of 300 ~ 41.33%
B 167 of 300 ~ 55.67'%
#097CA7 color CMYK value is (95,26,0,35).
CMYK: (95,26,0,35)
C95M26Y0K35 (95%, 26%, 0%, 35%)
(0.95 / 0.26 / 0.00 / 0.35)
Color #097CA7 in popluar color models
09 | 7C | A7 | |
---|---|---|---|
RGB | 9 | 124 | 167 |
HSL | 196° | 89.77% | 34.51% |
HSB/HSV | 196° | 94.61% | 65.49% |
CMYK | 94.61% | 25.75% | 0.00% |
34.51% |
Color #097CA7 in popluar number systems.
HEX | 09 | 7C | A7 |
Decimal | 9 | 124 | 167 |
Binary | 1001 | 1111100 | 10100111 |
Octal | 11 | 174 | 247 |
Shades of #097CA7
Tints of #097CA7
Examples of css and html codes for elements with #097CA7 color. Also use rgb(9,124,167) instead hex code.
.myTextColor { color: #097CA7; }
<p style="color:#097CA7">This sample text font color is #097CA7.</p>
This text font color is #097CA7.
.myBgColor { background-color: #097CA7; }
<div style="background-color:#097CA7">Inner text</div>
This div background color is #097CA7.
.myBorderColor { border: 1px solid #097CA7; }
<div style="border:3px solid #097CA7">Div</div>
This div border color is #097CA7.
.myOpacity80 { color: #097CA7; opacity: 0.8; }
<p style="color:#097CA7;opacity:0.8;">80%</p>
Text with #097CA7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #097CA7;}
<p style="text-shadow: 3px 3px 1px #097CA7">Text here.</p>
This text has shadow with #097CA7 color.
.textShadow {text-shadow: 3px 3px 1px #097CA7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #097CA7, 5px 5px 20px red">Text here.</p>
This text has shadow with #097CA7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#097CA7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#097CA7, Direction=45, Strength=4)">Text</p>
This text has shadow with #097CA7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #097CA7;
-webkit-box-shadow: 1px 1px 3px 2px #097CA7;
box-shadow: 1px 1px 3px 2px #097CA7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #097CA7; -webkit-box-shadow: 1px 1px 3px 2px #097CA7; box-shadow:1px 1px 3px 2px #097CA7;">
Div content here
</div>
This text has color #097CA7 on black background.
This text has color #097CA7 on white background.
This text has black color on #097CA7 background.
This text has white color on #097CA7 background.
Complementary color for #hex is #F68358.