HEX: #7CB0DB
RGB: (124,176,219)
#7CB0DB contains mainly green and blue colors. Web safe color of #7CB0DB is #6699CC (or #69C).
#7CB0DB color RGB value is (124,176,219).
RGB: (124,176,219)
(49%, 69%, 86%)
R 124 of 255 = 49%
G 176 of 255 = 69%
B 219 of 255 = 86%
R + G + B ~ 68%. #7CB0DB is quite light color.
R + G + B = 124 + 176 + 219 = 519 (100%)
R 124 of 519 ~ 23.89%
G 176 of 519 ~ 33.91%
B 219 of 519 ~ 42.2'%
#7CB0DB color CMYK value is (43,20,0,14).
CMYK: (43,20,0,14)
C43M20Y0K14 (43%, 20%, 0%, 14%)
(0.43 / 0.20 / 0.00 / 0.14)
Color #7CB0DB in popluar color models
7C | B0 | DB | |
---|---|---|---|
RGB | 124 | 176 | 219 |
HSL | 207° | 56.89% | 67.25% |
HSB/HSV | 207° | 43.38% | 85.88% |
CMYK | 43.38% | 19.63% | 0.00% |
14.12% |
Color #7CB0DB in popluar number systems.
HEX | 7C | B0 | DB |
Decimal | 124 | 176 | 219 |
Binary | 1111100 | 10110000 | 11011011 |
Octal | 174 | 260 | 333 |
Shades of #7CB0DB
Tints of #7CB0DB
Examples of css and html codes for elements with #7CB0DB color. Also use rgb(124,176,219) instead hex code.
.myTextColor { color: #7CB0DB; }
<p style="color:#7CB0DB">This sample text font color is #7CB0DB.</p>
This text font color is #7CB0DB.
.myBgColor { background-color: #7CB0DB; }
<div style="background-color:#7CB0DB">Inner text</div>
This div background color is #7CB0DB.
.myBorderColor { border: 1px solid #7CB0DB; }
<div style="border:3px solid #7CB0DB">Div</div>
This div border color is #7CB0DB.
.myOpacity80 { color: #7CB0DB; opacity: 0.8; }
<p style="color:#7CB0DB;opacity:0.8;">80%</p>
Text with #7CB0DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7CB0DB;}
<p style="text-shadow: 3px 3px 1px #7CB0DB">Text here.</p>
This text has shadow with #7CB0DB color.
.textShadow {text-shadow: 3px 3px 1px #7CB0DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7CB0DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #7CB0DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7CB0DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7CB0DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7CB0DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7CB0DB;
-webkit-box-shadow: 1px 1px 3px 2px #7CB0DB;
box-shadow: 1px 1px 3px 2px #7CB0DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7CB0DB; -webkit-box-shadow: 1px 1px 3px 2px #7CB0DB; box-shadow:1px 1px 3px 2px #7CB0DB;">
Div content here
</div>
This text has color #7CB0DB on black background.
This text has color #7CB0DB on white background.
This text has black color on #7CB0DB background.
This text has white color on #7CB0DB background.
Complementary color for #hex is #834F24.