HEX: #677EAC
RGB: (103,126,172)
#677EAC contains mainly green and blue colors. Web safe color of #677EAC is #666699 (or #669).
#677EAC color RGB value is (103,126,172).
RGB: (103,126,172)
(40%, 49%, 67%)
R 103 of 255 = 40%
G 126 of 255 = 49%
B 172 of 255 = 67%
R + G + B ~ 52%. #677EAC is middle color (not dark and not light).
R + G + B = 103 + 126 + 172 = 401 (100%)
R 103 of 401 ~ 25.69%
G 126 of 401 ~ 31.42%
B 172 of 401 ~ 42.89'%
#677EAC color CMYK value is (40,27,0,33).
CMYK: (40,27,0,33)
C40M27Y0K33 (40%, 27%, 0%, 33%)
(0.40 / 0.27 / 0.00 / 0.33)
Color #677EAC in popluar color models
67 | 7E | AC | |
---|---|---|---|
RGB | 103 | 126 | 172 |
HSL | 220° | 29.36% | 53.92% |
HSB/HSV | 220° | 40.12% | 67.45% |
CMYK | 40.12% | 26.74% | 0.00% |
32.55% |
Color #677EAC in popluar number systems.
HEX | 67 | 7E | AC |
Decimal | 103 | 126 | 172 |
Binary | 1100111 | 1111110 | 10101100 |
Octal | 147 | 176 | 254 |
Shades of #677EAC
Tints of #677EAC
Examples of css and html codes for elements with #677EAC color. Also use rgb(103,126,172) instead hex code.
.myTextColor { color: #677EAC; }
<p style="color:#677EAC">This sample text font color is #677EAC.</p>
This text font color is #677EAC.
.myBgColor { background-color: #677EAC; }
<div style="background-color:#677EAC">Inner text</div>
This div background color is #677EAC.
.myBorderColor { border: 1px solid #677EAC; }
<div style="border:3px solid #677EAC">Div</div>
This div border color is #677EAC.
.myOpacity80 { color: #677EAC; opacity: 0.8; }
<p style="color:#677EAC;opacity:0.8;">80%</p>
Text with #677EAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #677EAC;}
<p style="text-shadow: 3px 3px 1px #677EAC">Text here.</p>
This text has shadow with #677EAC color.
.textShadow {text-shadow: 3px 3px 1px #677EAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #677EAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #677EAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#677EAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#677EAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #677EAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #677EAC;
-webkit-box-shadow: 1px 1px 3px 2px #677EAC;
box-shadow: 1px 1px 3px 2px #677EAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #677EAC; -webkit-box-shadow: 1px 1px 3px 2px #677EAC; box-shadow:1px 1px 3px 2px #677EAC;">
Div content here
</div>
This text has color #677EAC on black background.
This text has color #677EAC on white background.
This text has black color on #677EAC background.
This text has white color on #677EAC background.
Complementary color for #hex is #988153.