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