HEX: #7D8ACE
RGB: (125,138,206)
#7D8ACE contains mainly blue color. Web safe color of #7D8ACE is #6699CC (or #69C).
#7D8ACE color RGB value is (125,138,206).
RGB: (125,138,206)
(49%, 54%, 81%)
R 125 of 255 = 49%
G 138 of 255 = 54%
B 206 of 255 = 81%
R + G + B ~ 61%. #7D8ACE is quite light color.
R + G + B = 125 + 138 + 206 = 469 (100%)
R 125 of 469 ~ 26.65%
G 138 of 469 ~ 29.42%
B 206 of 469 ~ 43.92'%
#7D8ACE color CMYK value is (39,33,0,19).
CMYK: (39,33,0,19) C39M33Y0K19 (39%,33%,0%,19%) (0.39/0.33/0.00/0.19)
Color #7D8ACE in popluar color models
7D | 8A | CE | |
---|---|---|---|
RGB | 125 | 138 | 206 |
HSL | 230° | 45.25% | 64.90% |
HSB/HSV | 230° | 39.32% | 80.78% |
CMYK | 39.32% | 33.01% | 0.00% |
19.22% |
Color #7D8ACE in popluar number systems.
HEX | 7D | 8A | CE |
Decimal | 125 | 138 | 206 |
Binary | 1111101 | 10001010 | 11001110 |
Octal | 175 | 212 | 316 |
Shades of #7D8ACE
Tints of #7D8ACE
Examples of css and html codes for elements with #7D8ACE color. Also use rgb(125,138,206) instead hex code.
.myTextColor { color: #7D8ACE; }
<p style="color:#7D8ACE">This sample text font color is #7D8ACE.</p>
This text font color is #7D8ACE.
.myBgColor { background-color: #7D8ACE; }
<div style="background-color:#7D8ACE">Inner text</div>
This div background color is #7D8ACE.
.myBorderColor { border: 1px solid #7D8ACE; }
<div style="border:3px solid #7D8ACE">Div</div>
This div border color is #7D8ACE.
.myOpacity80 { color: #7D8ACE; opacity: 0.8; }
<p style="color:#7D8ACE;opacity:0.8;">80%</p>
Text with #7D8ACE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D8ACE;}
<p style="text-shadow: 3px 3px 1px #7D8ACE">Text here.</p>
This text has shadow with #7D8ACE color.
.textShadow {text-shadow: 3px 3px 1px #7D8ACE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D8ACE, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D8ACE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D8ACE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D8ACE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D8ACE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D8ACE;
-webkit-box-shadow: 1px 1px 3px 2px #7D8ACE;
box-shadow: 1px 1px 3px 2px #7D8ACE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D8ACE; -webkit-box-shadow: 1px 1px 3px 2px #7D8ACE; box-shadow:1px 1px 3px 2px #7D8ACE;">
Div content here
</div>
This text has color #7D8ACE on black background.
This text has color #7D8ACE on white background.
This text has black color on #7D8ACE background.
This text has white color on #7D8ACE background.
Complementary color for #hex is #827531.