HEX: #E6FFC6
RGB: (230,255,198)
#E6FFC6 contains red, green and blue colors in about the same proportion. Web safe color of #E6FFC6 is #CCFFCC (or #CFC).
#E6FFC6 color RGB value is (230,255,198).
RGB: (230,255,198)
(90%, 100%, 78%)
R 230 of 255 = 90%
G 255 of 255 = 100%
B 198 of 255 = 78%
R + G + B ~ 89%. #E6FFC6 is light color.
R + G + B = 230 + 255 + 198 = 683 (100%)
R 230 of 683 ~ 33.67%
G 255 of 683 ~ 37.34%
B 198 of 683 ~ 28.99'%
#E6FFC6 color CMYK value is (10,0,22,0).
CMYK: (10,0,22,0) C10M0Y22K0 (10%,0%,22%,0%) (0.10/0.00/0.22/0.00)
Color #E6FFC6 in popluar color models
E6 | FF | C6 | |
---|---|---|---|
RGB | 230 | 255 | 198 |
HSL | 86° | 100.00% | 88.82% |
HSB/HSV | 86° | 22.35% | 100.00% |
CMYK | 9.80% | 0.00% | 22.35% |
0.00% |
Color #E6FFC6 in popluar number systems.
HEX | E6 | FF | C6 |
Decimal | 230 | 255 | 198 |
Binary | 11100110 | 11111111 | 11000110 |
Octal | 346 | 377 | 306 |
Shades of #E6FFC6
Tints of #E6FFC6
Examples of css and html codes for elements with #E6FFC6 color. Also use rgb(230,255,198) instead hex code.
.myTextColor { color: #E6FFC6; }
<p style="color:#E6FFC6">This sample text font color is #E6FFC6.</p>
This text font color is #E6FFC6.
.myBgColor { background-color: #E6FFC6; }
<div style="background-color:#E6FFC6">Inner text</div>
This div background color is #E6FFC6.
.myBorderColor { border: 1px solid #E6FFC6; }
<div style="border:3px solid #E6FFC6">Div</div>
This div border color is #E6FFC6.
.myOpacity80 { color: #E6FFC6; opacity: 0.8; }
<p style="color:#E6FFC6;opacity:0.8;">80%</p>
Text with #E6FFC6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FFC6;}
<p style="text-shadow: 3px 3px 1px #E6FFC6">Text here.</p>
This text has shadow with #E6FFC6 color.
.textShadow {text-shadow: 3px 3px 1px #E6FFC6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FFC6, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6FFC6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FFC6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FFC6, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FFC6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6FFC6;
-webkit-box-shadow: 1px 1px 3px 2px #E6FFC6;
box-shadow: 1px 1px 3px 2px #E6FFC6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6FFC6; -webkit-box-shadow: 1px 1px 3px 2px #E6FFC6; box-shadow:1px 1px 3px 2px #E6FFC6;">
Div content here
</div>
This text has color #E6FFC6 on black background.
This text has color #E6FFC6 on white background.
This text has black color on #E6FFC6 background.
This text has white color on #E6FFC6 background.
Complementary color for #hex is #190039.