HEX: #ABBEAB
RGB: (171,190,171)
#ABBEAB contains red, green and blue colors in about the same proportion. Web safe color of #ABBEAB is #99CC99 (or #9C9).
#ABBEAB color RGB value is (171,190,171).
RGB: (171,190,171)
(67%, 75%, 67%)
R 171 of 255 = 67%
G 190 of 255 = 75%
B 171 of 255 = 67%
R + G + B ~ 70%. #ABBEAB is quite light color.
R + G + B = 171 + 190 + 171 = 532 (100%)
R 171 of 532 ~ 32.14%
G 190 of 532 ~ 35.71%
B 171 of 532 ~ 32.14'%
#ABBEAB color CMYK value is (10,0,10,25).
CMYK: (10,0,10,25) C10M0Y10K25 (10%,0%,10%,25%) (0.10/0.00/0.10/0.25)
Color #ABBEAB in popluar color models
AB | BE | AB | |
---|---|---|---|
RGB | 171 | 190 | 171 |
HSL | 120° | 12.75% | 70.78% |
HSB/HSV | 120° | 10.00% | 74.51% |
CMYK | 10.00% | 0.00% | 10.00% |
25.49% |
Color #ABBEAB in popluar number systems.
HEX | AB | BE | AB |
Decimal | 171 | 190 | 171 |
Binary | 10101011 | 10111110 | 10101011 |
Octal | 253 | 276 | 253 |
Shades of #ABBEAB
Tints of #ABBEAB
Examples of css and html codes for elements with #ABBEAB color. Also use rgb(171,190,171) instead hex code.
.myTextColor { color: #ABBEAB; }
<p style="color:#ABBEAB">This sample text font color is #ABBEAB.</p>
This text font color is #ABBEAB.
.myBgColor { background-color: #ABBEAB; }
<div style="background-color:#ABBEAB">Inner text</div>
This div background color is #ABBEAB.
.myBorderColor { border: 1px solid #ABBEAB; }
<div style="border:3px solid #ABBEAB">Div</div>
This div border color is #ABBEAB.
.myOpacity80 { color: #ABBEAB; opacity: 0.8; }
<p style="color:#ABBEAB;opacity:0.8;">80%</p>
Text with #ABBEAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABBEAB;}
<p style="text-shadow: 3px 3px 1px #ABBEAB">Text here.</p>
This text has shadow with #ABBEAB color.
.textShadow {text-shadow: 3px 3px 1px #ABBEAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABBEAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABBEAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABBEAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABBEAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABBEAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABBEAB;
-webkit-box-shadow: 1px 1px 3px 2px #ABBEAB;
box-shadow: 1px 1px 3px 2px #ABBEAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABBEAB; -webkit-box-shadow: 1px 1px 3px 2px #ABBEAB; box-shadow:1px 1px 3px 2px #ABBEAB;">
Div content here
</div>
This text has color #ABBEAB on black background.
This text has color #ABBEAB on white background.
This text has black color on #ABBEAB background.
This text has white color on #ABBEAB background.
Complementary color for #hex is #544154.