HEX: #667DAB
RGB: (102,125,171)
#667DAB contains mainly green and blue colors. Web safe color of #667DAB is #666699 (or #669).
#667DAB color RGB value is (102,125,171).
RGB: (102,125,171)
(40%, 49%, 67%)
R 102 of 255 = 40%
G 125 of 255 = 49%
B 171 of 255 = 67%
R + G + B ~ 52%. #667DAB is middle color (not dark and not light).
R + G + B = 102 + 125 + 171 = 398 (100%)
R 102 of 398 ~ 25.63%
G 125 of 398 ~ 31.41%
B 171 of 398 ~ 42.96'%
#667DAB 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 #667DAB in popluar color models
66 | 7D | AB | |
---|---|---|---|
RGB | 102 | 125 | 171 |
HSL | 220° | 29.11% | 53.53% |
HSB/HSV | 220° | 40.35% | 67.06% |
CMYK | 40.35% | 26.90% | 0.00% |
32.94% |
Color #667DAB in popluar number systems.
HEX | 66 | 7D | AB |
Decimal | 102 | 125 | 171 |
Binary | 1100110 | 1111101 | 10101011 |
Octal | 146 | 175 | 253 |
Shades of #667DAB
Tints of #667DAB
Examples of css and html codes for elements with #667DAB color. Also use rgb(102,125,171) instead hex code.
.myTextColor { color: #667DAB; }
<p style="color:#667DAB">This sample text font color is #667DAB.</p>
This text font color is #667DAB.
.myBgColor { background-color: #667DAB; }
<div style="background-color:#667DAB">Inner text</div>
This div background color is #667DAB.
.myBorderColor { border: 1px solid #667DAB; }
<div style="border:3px solid #667DAB">Div</div>
This div border color is #667DAB.
.myOpacity80 { color: #667DAB; opacity: 0.8; }
<p style="color:#667DAB;opacity:0.8;">80%</p>
Text with #667DAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #667DAB;}
<p style="text-shadow: 3px 3px 1px #667DAB">Text here.</p>
This text has shadow with #667DAB color.
.textShadow {text-shadow: 3px 3px 1px #667DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #667DAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #667DAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#667DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#667DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #667DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #667DAB;
-webkit-box-shadow: 1px 1px 3px 2px #667DAB;
box-shadow: 1px 1px 3px 2px #667DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667DAB; -webkit-box-shadow: 1px 1px 3px 2px #667DAB; box-shadow:1px 1px 3px 2px #667DAB;">
Div content here
</div>
This text has color #667DAB on black background.
This text has color #667DAB on white background.
This text has black color on #667DAB background.
This text has white color on #667DAB background.
Complementary color for #hex is #998254.