HEX: #A7D677
RGB: (167,214,119)
#A7D677 contains mainly red and green colors. Web safe color of #A7D677 is #99CC66 (or #9C6).
#A7D677 color RGB value is (167,214,119).
RGB: (167,214,119) (65%,84%,47%)
R 167 of 255 = 65%
G 214 of 255 = 84%
B 119 of 255 = 47%
R + G + B ~ 65%. #A7D677 is quite light color.
R + G + B =
167 + 214 + 119 = 500 (100%)
R 167 of 500 ~ 33.4%
G 214 of 500 ~ 42.8%
B 119 of 500 ~ 23.8%
#A7D677 color CMYK value is (22,0,44,16).
CMYK: (22,0,44,16) C22M0Y44K16 (22%,0%,44%,16%) (0.22/0.00/0.44/0.16)
A7 | D6 | 77 | |
---|---|---|---|
RGB | 167 | 214 | 119 |
HSL | 90° | 53.67% | 65.29% |
HSB/HSV | 90° | 44.39% | 83.92% |
CMYK | 21.96% | 0.00% | 44.39% |
16.08% |
HEX | A7 | D6 | 77 |
Decimal | 167 | 214 | 119 |
Binary | 10100111 | 11010110 | 1110111 |
Octal | 247 | 326 | 167 |
Examples of css and html codes for elements with #A7D677 color. Also use rgb(167,214,119) instead hex code.
.myTextColor { color: #A7D677; }
<p style="color:#A7D677">This sample text font color is #A7D677.</p>
This text font color is #A7D677.
.myBgColor { background-color: #A7D677; }
<div style="background-color:#A7D677">Inner text</div>
This div background color is #A7D677.
.myBorderColor { border: 1px solid #A7D677; }
<div style="border:3px solid #A7D677">Div</div>
This div border color is #A7D677.
.myOpacity80 { color: #A7D677; opacity: 0.8; }
<p style="color:#A7D677;opacity:0.8;">80%</p>
Text with #A7D677 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7D677;}
<p style="text-shadow: 3px 3px 1px #A7D677">Text here.</p>
This text has shadow with #A7D677 color.
.textShadow {text-shadow: 3px 3px 1px #A7D677, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7D677, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7D677 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7D677, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7D677, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7D677 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A7D677; -webkit-box-shadow: 1px 1px 3px 2px #A7D677; box-shadow: 1px 1px 3px 2px #A7D677; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A7D677; -webkit-box-shadow: 1px 1px 3px 2px #A7D677; box-shadow:1px 1px 3px 2px #A7D677;">
Div content here</div>
This text has color #A7D677 on black background.
This text has color #A7D677 on white background.
This text has black color on #A7D677 background.
This text has white color on #A7D677 background.