HEX: #ADB4EC
RGB: (173,180,236)
#ADB4EC contains mainly green and blue colors. Web safe color of #ADB4EC is #99CCFF (or #9CF).
#ADB4EC color RGB value is (173,180,236).
RGB: (173,180,236)
(68%, 71%, 93%)
R 173 of 255 = 68%
G 180 of 255 = 71%
B 236 of 255 = 93%
R + G + B ~ 77%. #ADB4EC is quite light color.
R + G + B = 173 + 180 + 236 = 589 (100%)
R 173 of 589 ~ 29.37%
G 180 of 589 ~ 30.56%
B 236 of 589 ~ 40.07'%
#ADB4EC color CMYK value is (27,24,0,7).
CMYK: (27,24,0,7)
C27M24Y0K7 (27%, 24%, 0%, 7%)
(0.27 / 0.24 / 0.00 / 0.07)
Color #ADB4EC in popluar color models
AD | B4 | EC | |
---|---|---|---|
RGB | 173 | 180 | 236 |
HSL | 233° | 62.38% | 80.20% |
HSB/HSV | 233° | 26.69% | 92.55% |
CMYK | 26.69% | 23.73% | 0.00% |
7.45% |
Color #ADB4EC in popluar number systems.
HEX | AD | B4 | EC |
Decimal | 173 | 180 | 236 |
Binary | 10101101 | 10110100 | 11101100 |
Octal | 255 | 264 | 354 |
Shades of #ADB4EC
Tints of #ADB4EC
Examples of css and html codes for elements with #ADB4EC color. Also use rgb(173,180,236) instead hex code.
.myTextColor { color: #ADB4EC; }
<p style="color:#ADB4EC">This sample text font color is #ADB4EC.</p>
This text font color is #ADB4EC.
.myBgColor { background-color: #ADB4EC; }
<div style="background-color:#ADB4EC">Inner text</div>
This div background color is #ADB4EC.
.myBorderColor { border: 1px solid #ADB4EC; }
<div style="border:3px solid #ADB4EC">Div</div>
This div border color is #ADB4EC.
.myOpacity80 { color: #ADB4EC; opacity: 0.8; }
<p style="color:#ADB4EC;opacity:0.8;">80%</p>
Text with #ADB4EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB4EC;}
<p style="text-shadow: 3px 3px 1px #ADB4EC">Text here.</p>
This text has shadow with #ADB4EC color.
.textShadow {text-shadow: 3px 3px 1px #ADB4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB4EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB4EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB4EC;
-webkit-box-shadow: 1px 1px 3px 2px #ADB4EC;
box-shadow: 1px 1px 3px 2px #ADB4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB4EC; -webkit-box-shadow: 1px 1px 3px 2px #ADB4EC; box-shadow:1px 1px 3px 2px #ADB4EC;">
Div content here
</div>
This text has color #ADB4EC on black background.
This text has color #ADB4EC on white background.
This text has black color on #ADB4EC background.
This text has white color on #ADB4EC background.
Complementary color for #hex is #524B13.