HEX: #AEBC78
RGB: (174,188,120)
#AEBC78 contains mainly red and green colors. Web safe color of #AEBC78 is #99CC66 (or #9C6).
#AEBC78 color RGB value is (174,188,120).
RGB: (174,188,120)
(68%, 74%, 47%)
R 174 of 255 = 68%
G 188 of 255 = 74%
B 120 of 255 = 47%
R + G + B ~ 63%. #AEBC78 is quite light color.
R + G + B = 174 + 188 + 120 = 482 (100%)
R 174 of 482 ~ 36.1%
G 188 of 482 ~ 39%
B 120 of 482 ~ 24.9'%
#AEBC78 color CMYK value is (7,0,36,26).
CMYK: (7,0,36,26) C7M0Y36K26 (7%,0%,36%,26%) (0.07/0.00/0.36/0.26)
Color #AEBC78 in popluar color models
AE | BC | 78 | |
---|---|---|---|
RGB | 174 | 188 | 120 |
HSL | 72° | 33.66% | 60.39% |
HSB/HSV | 72° | 36.17% | 73.73% |
CMYK | 7.45% | 0.00% | 36.17% |
26.27% |
Color #AEBC78 in popluar number systems.
HEX | AE | BC | 78 |
Decimal | 174 | 188 | 120 |
Binary | 10101110 | 10111100 | 1111000 |
Octal | 256 | 274 | 170 |
Shades of #AEBC78
Tints of #AEBC78
Examples of css and html codes for elements with #AEBC78 color. Also use rgb(174,188,120) instead hex code.
.myTextColor { color: #AEBC78; }
<p style="color:#AEBC78">This sample text font color is #AEBC78.</p>
This text font color is #AEBC78.
.myBgColor { background-color: #AEBC78; }
<div style="background-color:#AEBC78">Inner text</div>
This div background color is #AEBC78.
.myBorderColor { border: 1px solid #AEBC78; }
<div style="border:3px solid #AEBC78">Div</div>
This div border color is #AEBC78.
.myOpacity80 { color: #AEBC78; opacity: 0.8; }
<p style="color:#AEBC78;opacity:0.8;">80%</p>
Text with #AEBC78 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEBC78;}
<p style="text-shadow: 3px 3px 1px #AEBC78">Text here.</p>
This text has shadow with #AEBC78 color.
.textShadow {text-shadow: 3px 3px 1px #AEBC78', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEBC78, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEBC78 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBC78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEBC78, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEBC78 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEBC78;
-webkit-box-shadow: 1px 1px 3px 2px #AEBC78;
box-shadow: 1px 1px 3px 2px #AEBC78;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEBC78; -webkit-box-shadow: 1px 1px 3px 2px #AEBC78; box-shadow:1px 1px 3px 2px #AEBC78;">
Div content here
</div>
This text has color #AEBC78 on black background.
This text has color #AEBC78 on white background.
This text has black color on #AEBC78 background.
This text has white color on #AEBC78 background.
Complementary color for #hex is #514387.