HEX: #7E8CDC
RGB: (126,140,220)
#7E8CDC contains mainly blue color. Web safe color of #7E8CDC is #6699CC (or #69C).
#7E8CDC color RGB value is (126,140,220).
RGB: (126,140,220)
(49%, 55%, 86%)
R 126 of 255 = 49%
G 140 of 255 = 55%
B 220 of 255 = 86%
R + G + B ~ 63%. #7E8CDC is quite light color.
R + G + B = 126 + 140 + 220 = 486 (100%)
R 126 of 486 ~ 25.93%
G 140 of 486 ~ 28.81%
B 220 of 486 ~ 45.27'%
#7E8CDC color CMYK value is (43,36,0,14).
CMYK: (43,36,0,14)
C43M36Y0K14 (43%, 36%, 0%, 14%)
(0.43 / 0.36 / 0.00 / 0.14)
Color #7E8CDC in popluar color models
7E | 8C | DC | |
---|---|---|---|
RGB | 126 | 140 | 220 |
HSL | 231° | 57.32% | 67.84% |
HSB/HSV | 231° | 42.73% | 86.27% |
CMYK | 42.73% | 36.36% | 0.00% |
13.73% |
Color #7E8CDC in popluar number systems.
HEX | 7E | 8C | DC |
Decimal | 126 | 140 | 220 |
Binary | 1111110 | 10001100 | 11011100 |
Octal | 176 | 214 | 334 |
Shades of #7E8CDC
Tints of #7E8CDC
Examples of css and html codes for elements with #7E8CDC color. Also use rgb(126,140,220) instead hex code.
.myTextColor { color: #7E8CDC; }
<p style="color:#7E8CDC">This sample text font color is #7E8CDC.</p>
This text font color is #7E8CDC.
.myBgColor { background-color: #7E8CDC; }
<div style="background-color:#7E8CDC">Inner text</div>
This div background color is #7E8CDC.
.myBorderColor { border: 1px solid #7E8CDC; }
<div style="border:3px solid #7E8CDC">Div</div>
This div border color is #7E8CDC.
.myOpacity80 { color: #7E8CDC; opacity: 0.8; }
<p style="color:#7E8CDC;opacity:0.8;">80%</p>
Text with #7E8CDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E8CDC;}
<p style="text-shadow: 3px 3px 1px #7E8CDC">Text here.</p>
This text has shadow with #7E8CDC color.
.textShadow {text-shadow: 3px 3px 1px #7E8CDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E8CDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E8CDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E8CDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E8CDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E8CDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E8CDC;
-webkit-box-shadow: 1px 1px 3px 2px #7E8CDC;
box-shadow: 1px 1px 3px 2px #7E8CDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E8CDC; -webkit-box-shadow: 1px 1px 3px 2px #7E8CDC; box-shadow:1px 1px 3px 2px #7E8CDC;">
Div content here
</div>
This text has color #7E8CDC on black background.
This text has color #7E8CDC on white background.
This text has black color on #7E8CDC background.
This text has white color on #7E8CDC background.
Complementary color for #hex is #817323.