HEX: #E6F3AB
RGB: (230,243,171)
#E6F3AB contains mainly red and green colors. Web safe color of #E6F3AB is #CCFF99 (or #CF9).
#E6F3AB color RGB value is (230,243,171).
RGB: (230,243,171)
(90%, 95%, 67%)
R 230 of 255 = 90%
G 243 of 255 = 95%
B 171 of 255 = 67%
R + G + B ~ 84%. #E6F3AB is quite light color.
R + G + B = 230 + 243 + 171 = 644 (100%)
R 230 of 644 ~ 35.71%
G 243 of 644 ~ 37.73%
B 171 of 644 ~ 26.55'%
#E6F3AB color CMYK value is (5,0,30,5).
CMYK: (5,0,30,5)
C5M0Y30K5 (5%, 0%, 30%, 5%)
(0.05 / 0.00 / 0.30 / 0.05)
Color #E6F3AB in popluar color models
E6 | F3 | AB | |
---|---|---|---|
RGB | 230 | 243 | 171 |
HSL | 71° | 75.00% | 81.18% |
HSB/HSV | 71° | 29.63% | 95.29% |
CMYK | 5.35% | 0.00% | 29.63% |
4.71% |
Color #E6F3AB in popluar number systems.
HEX | E6 | F3 | AB |
Decimal | 230 | 243 | 171 |
Binary | 11100110 | 11110011 | 10101011 |
Octal | 346 | 363 | 253 |
Shades of #E6F3AB
Tints of #E6F3AB
Examples of css and html codes for elements with #E6F3AB color. Also use rgb(230,243,171) instead hex code.
.myTextColor { color: #E6F3AB; }
<p style="color:#E6F3AB">This sample text font color is #E6F3AB.</p>
This text font color is #E6F3AB.
.myBgColor { background-color: #E6F3AB; }
<div style="background-color:#E6F3AB">Inner text</div>
This div background color is #E6F3AB.
.myBorderColor { border: 1px solid #E6F3AB; }
<div style="border:3px solid #E6F3AB">Div</div>
This div border color is #E6F3AB.
.myOpacity80 { color: #E6F3AB; opacity: 0.8; }
<p style="color:#E6F3AB;opacity:0.8;">80%</p>
Text with #E6F3AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F3AB;}
<p style="text-shadow: 3px 3px 1px #E6F3AB">Text here.</p>
This text has shadow with #E6F3AB color.
.textShadow {text-shadow: 3px 3px 1px #E6F3AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F3AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6F3AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F3AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F3AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F3AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6F3AB;
-webkit-box-shadow: 1px 1px 3px 2px #E6F3AB;
box-shadow: 1px 1px 3px 2px #E6F3AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6F3AB; -webkit-box-shadow: 1px 1px 3px 2px #E6F3AB; box-shadow:1px 1px 3px 2px #E6F3AB;">
Div content here
</div>
This text has color #E6F3AB on black background.
This text has color #E6F3AB on white background.
This text has black color on #E6F3AB background.
This text has white color on #E6F3AB background.
Complementary color for #hex is #190C54.