HEX: #ABBDEB
RGB: (171,189,235)
#ABBDEB contains mainly green and blue colors. Web safe color of #ABBDEB is #99CCFF (or #9CF).
#ABBDEB color RGB value is (171,189,235).
RGB: (171,189,235)
(67%, 74%, 92%)
R 171 of 255 = 67%
G 189 of 255 = 74%
B 235 of 255 = 92%
R + G + B ~ 78%. #ABBDEB is quite light color.
R + G + B = 171 + 189 + 235 = 595 (100%)
R 171 of 595 ~ 28.74%
G 189 of 595 ~ 31.76%
B 235 of 595 ~ 39.5'%
#ABBDEB color CMYK value is (27,20,0,8).
CMYK: (27,20,0,8)
C27M20Y0K8 (27%, 20%, 0%, 8%)
(0.27 / 0.20 / 0.00 / 0.08)
Color #ABBDEB in popluar color models
AB | BD | EB | |
---|---|---|---|
RGB | 171 | 189 | 235 |
HSL | 223° | 61.54% | 79.61% |
HSB/HSV | 223° | 27.23% | 92.16% |
CMYK | 27.23% | 19.57% | 0.00% |
7.84% |
Color #ABBDEB in popluar number systems.
HEX | AB | BD | EB |
Decimal | 171 | 189 | 235 |
Binary | 10101011 | 10111101 | 11101011 |
Octal | 253 | 275 | 353 |
Shades of #ABBDEB
Tints of #ABBDEB
Examples of css and html codes for elements with #ABBDEB color. Also use rgb(171,189,235) instead hex code.
.myTextColor { color: #ABBDEB; }
<p style="color:#ABBDEB">This sample text font color is #ABBDEB.</p>
This text font color is #ABBDEB.
.myBgColor { background-color: #ABBDEB; }
<div style="background-color:#ABBDEB">Inner text</div>
This div background color is #ABBDEB.
.myBorderColor { border: 1px solid #ABBDEB; }
<div style="border:3px solid #ABBDEB">Div</div>
This div border color is #ABBDEB.
.myOpacity80 { color: #ABBDEB; opacity: 0.8; }
<p style="color:#ABBDEB;opacity:0.8;">80%</p>
Text with #ABBDEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABBDEB;}
<p style="text-shadow: 3px 3px 1px #ABBDEB">Text here.</p>
This text has shadow with #ABBDEB color.
.textShadow {text-shadow: 3px 3px 1px #ABBDEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABBDEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABBDEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABBDEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABBDEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABBDEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABBDEB;
-webkit-box-shadow: 1px 1px 3px 2px #ABBDEB;
box-shadow: 1px 1px 3px 2px #ABBDEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABBDEB; -webkit-box-shadow: 1px 1px 3px 2px #ABBDEB; box-shadow:1px 1px 3px 2px #ABBDEB;">
Div content here
</div>
This text has color #ABBDEB on black background.
This text has color #ABBDEB on white background.
This text has black color on #ABBDEB background.
This text has white color on #ABBDEB background.
Complementary color for #hex is #544214.