HEX: #E6FCA5
RGB: (230,252,165)
#E6FCA5 contains mainly red and green colors. Web safe color of #E6FCA5 is #CCFF99 (or #CF9).
#E6FCA5 color RGB value is (230,252,165).
RGB: (230,252,165)
(90%, 99%, 65%)
R 230 of 255 = 90%
G 252 of 255 = 99%
B 165 of 255 = 65%
R + G + B ~ 85%. #E6FCA5 is quite light color.
R + G + B = 230 + 252 + 165 = 647 (100%)
R 230 of 647 ~ 35.55%
G 252 of 647 ~ 38.95%
B 165 of 647 ~ 25.5'%
#E6FCA5 color CMYK value is (9,0,35,1).
CMYK: (9,0,35,1) C9M0Y35K1 (9%,0%,35%,1%) (0.09/0.00/0.35/0.01)
Color #E6FCA5 in popluar color models
E6 | FC | A5 | |
---|---|---|---|
RGB | 230 | 252 | 165 |
HSL | 75° | 93.55% | 81.76% |
HSB/HSV | 75° | 34.52% | 98.82% |
CMYK | 8.73% | 0.00% | 34.52% |
1.18% |
Color #E6FCA5 in popluar number systems.
HEX | E6 | FC | A5 |
Decimal | 230 | 252 | 165 |
Binary | 11100110 | 11111100 | 10100101 |
Octal | 346 | 374 | 245 |
Shades of #E6FCA5
Tints of #E6FCA5
Examples of css and html codes for elements with #E6FCA5 color. Also use rgb(230,252,165) instead hex code.
.myTextColor { color: #E6FCA5; }
<p style="color:#E6FCA5">This sample text font color is #E6FCA5.</p>
This text font color is #E6FCA5.
.myBgColor { background-color: #E6FCA5; }
<div style="background-color:#E6FCA5">Inner text</div>
This div background color is #E6FCA5.
.myBorderColor { border: 1px solid #E6FCA5; }
<div style="border:3px solid #E6FCA5">Div</div>
This div border color is #E6FCA5.
.myOpacity80 { color: #E6FCA5; opacity: 0.8; }
<p style="color:#E6FCA5;opacity:0.8;">80%</p>
Text with #E6FCA5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FCA5;}
<p style="text-shadow: 3px 3px 1px #E6FCA5">Text here.</p>
This text has shadow with #E6FCA5 color.
.textShadow {text-shadow: 3px 3px 1px #E6FCA5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FCA5, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6FCA5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FCA5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FCA5, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FCA5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FCA5;
-webkit-box-shadow: 1px 1px 3px 2px #E6FCA5;
box-shadow: 1px 1px 3px 2px #E6FCA5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FCA5; -webkit-box-shadow: 1px 1px 3px 2px #E6FCA5; box-shadow:1px 1px 3px 2px #E6FCA5;">
Div content here
</div>
This text has color #E6FCA5 on black background.
This text has color #E6FCA5 on white background.
This text has black color on #E6FCA5 background.
This text has white color on #E6FCA5 background.
Complementary color for #hex is #19035A.