HEX: #78BADB
RGB: (120,186,219)
#78BADB contains mainly green and blue colors. Web safe color of #78BADB is #66CCCC (or #6CC).
#78BADB color RGB value is (120,186,219).
RGB: (120,186,219)
(47%, 73%, 86%)
R 120 of 255 = 47%
G 186 of 255 = 73%
B 219 of 255 = 86%
R + G + B ~ 69%. #78BADB is quite light color.
R + G + B = 120 + 186 + 219 = 525 (100%)
R 120 of 525 ~ 22.86%
G 186 of 525 ~ 35.43%
B 219 of 525 ~ 41.71'%
#78BADB color CMYK value is (45,15,0,14).
CMYK: (45,15,0,14)
C45M15Y0K14 (45%, 15%, 0%, 14%)
(0.45 / 0.15 / 0.00 / 0.14)
Color #78BADB in popluar color models
78 | BA | DB | |
---|---|---|---|
RGB | 120 | 186 | 219 |
HSL | 200° | 57.89% | 66.47% |
HSB/HSV | 200° | 45.21% | 85.88% |
CMYK | 45.21% | 15.07% | 0.00% |
14.12% |
Color #78BADB in popluar number systems.
HEX | 78 | BA | DB |
Decimal | 120 | 186 | 219 |
Binary | 1111000 | 10111010 | 11011011 |
Octal | 170 | 272 | 333 |
Shades of #78BADB
Tints of #78BADB
Examples of css and html codes for elements with #78BADB color. Also use rgb(120,186,219) instead hex code.
.myTextColor { color: #78BADB; }
<p style="color:#78BADB">This sample text font color is #78BADB.</p>
This text font color is #78BADB.
.myBgColor { background-color: #78BADB; }
<div style="background-color:#78BADB">Inner text</div>
This div background color is #78BADB.
.myBorderColor { border: 1px solid #78BADB; }
<div style="border:3px solid #78BADB">Div</div>
This div border color is #78BADB.
.myOpacity80 { color: #78BADB; opacity: 0.8; }
<p style="color:#78BADB;opacity:0.8;">80%</p>
Text with #78BADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #78BADB;}
<p style="text-shadow: 3px 3px 1px #78BADB">Text here.</p>
This text has shadow with #78BADB color.
.textShadow {text-shadow: 3px 3px 1px #78BADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #78BADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #78BADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78BADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#78BADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #78BADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #78BADB;
-webkit-box-shadow: 1px 1px 3px 2px #78BADB;
box-shadow: 1px 1px 3px 2px #78BADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78BADB; -webkit-box-shadow: 1px 1px 3px 2px #78BADB; box-shadow:1px 1px 3px 2px #78BADB;">
Div content here
</div>
This text has color #78BADB on black background.
This text has color #78BADB on white background.
This text has black color on #78BADB background.
This text has white color on #78BADB background.
Complementary color for #hex is #874524.