HEX: #D5E677
RGB: (213,230,119)
#D5E677 contains mainly red and green colors. Web safe color of #D5E677 is #CCCC66 (or #CC6).
#D5E677 color RGB value is (213,230,119).
RGB: (213,230,119) (84%,90%,47%)
R 213 of 255 = 84%
G 230 of 255 = 90%
B 119 of 255 = 47%
R + G + B ~ 74%. #D5E677 is quite light color.
R + G + B =
213 + 230 + 119 = 562 (100%)
R 213 of 562 ~ 37.9%
G 230 of 562 ~ 40.93%
B 119 of 562 ~ 21.17%
#D5E677 color CMYK value is (7,0,48,10).
CMYK: (7,0,48,10) C7M0Y48K10 (7%,0%,48%,10%) (0.07/0.00/0.48/0.10)
D5 | E6 | 77 | |
---|---|---|---|
RGB | 213 | 230 | 119 |
HSL | 69° | 68.94% | 68.43% |
HSB/HSV | 69° | 48.26% | 90.20% |
CMYK | 7.39% | 0.00% | 48.26% |
9.80% |
HEX | D5 | E6 | 77 |
Decimal | 213 | 230 | 119 |
Binary | 11010101 | 11100110 | 1110111 |
Octal | 325 | 346 | 167 |
Examples of css and html codes for elements with #D5E677 color. Also use rgb(213,230,119) instead hex code.
.myTextColor { color: #D5E677; }
<p style="color:#D5E677">This sample text font color is #D5E677.</p>
This text font color is #D5E677.
.myBgColor { background-color: #D5E677; }
<div style="background-color:#D5E677">Inner text</div>
This div background color is #D5E677.
.myBorderColor { border: 1px solid #D5E677; }
<div style="border:3px solid #D5E677">Div</div>
This div border color is #D5E677.
.myOpacity80 { color: #D5E677; opacity: 0.8; }
<p style="color:#D5E677;opacity:0.8;">80%</p>
Text with #D5E677 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E677;}
<p style="text-shadow: 3px 3px 1px #D5E677">Text here.</p>
This text has shadow with #D5E677 color.
.textShadow {text-shadow: 3px 3px 1px #D5E677, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E677, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5E677 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E677, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E677, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E677 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5E677; -webkit-box-shadow: 1px 1px 3px 2px #D5E677; box-shadow: 1px 1px 3px 2px #D5E677; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5E677; -webkit-box-shadow: 1px 1px 3px 2px #D5E677; box-shadow:1px 1px 3px 2px #D5E677;">
Div content here</div>
This text has color #D5E677 on black background.
This text has color #D5E677 on white background.
This text has black color on #D5E677 background.
This text has white color on #D5E677 background.