HEX: #EBFBC9
RGB: (235,251,201)
#EBFBC9 contains red, green and blue colors in about the same proportion. Web safe color of #EBFBC9 is #FFFFCC (or #FFC).
#EBFBC9 color RGB value is (235,251,201).
RGB: (235,251,201)
(92%, 98%, 79%)
R 235 of 255 = 92%
G 251 of 255 = 98%
B 201 of 255 = 79%
R + G + B ~ 90%. #EBFBC9 is light color.
R + G + B = 235 + 251 + 201 = 687 (100%)
R 235 of 687 ~ 34.21%
G 251 of 687 ~ 36.54%
B 201 of 687 ~ 29.26'%
#EBFBC9 color CMYK value is (6,0,20,2).
CMYK: (6,0,20,2)
C6M0Y20K2 (6%, 0%, 20%, 2%)
(0.06 / 0.00 / 0.20 / 0.02)
Color #EBFBC9 in popluar color models
EB | FB | C9 | |
---|---|---|---|
RGB | 235 | 251 | 201 |
HSL | 79° | 86.21% | 88.63% |
HSB/HSV | 79° | 19.92% | 98.43% |
CMYK | 6.37% | 0.00% | 19.92% |
1.57% |
Color #EBFBC9 in popluar number systems.
HEX | EB | FB | C9 |
Decimal | 235 | 251 | 201 |
Binary | 11101011 | 11111011 | 11001001 |
Octal | 353 | 373 | 311 |
Shades of #EBFBC9
Tints of #EBFBC9
Examples of css and html codes for elements with #EBFBC9 color. Also use rgb(235,251,201) instead hex code.
.myTextColor { color: #EBFBC9; }
<p style="color:#EBFBC9">This sample text font color is #EBFBC9.</p>
This text font color is #EBFBC9.
.myBgColor { background-color: #EBFBC9; }
<div style="background-color:#EBFBC9">Inner text</div>
This div background color is #EBFBC9.
.myBorderColor { border: 1px solid #EBFBC9; }
<div style="border:3px solid #EBFBC9">Div</div>
This div border color is #EBFBC9.
.myOpacity80 { color: #EBFBC9; opacity: 0.8; }
<p style="color:#EBFBC9;opacity:0.8;">80%</p>
Text with #EBFBC9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBFBC9;}
<p style="text-shadow: 3px 3px 1px #EBFBC9">Text here.</p>
This text has shadow with #EBFBC9 color.
.textShadow {text-shadow: 3px 3px 1px #EBFBC9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBFBC9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBFBC9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBFBC9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBFBC9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBFBC9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBFBC9;
-webkit-box-shadow: 1px 1px 3px 2px #EBFBC9;
box-shadow: 1px 1px 3px 2px #EBFBC9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBFBC9; -webkit-box-shadow: 1px 1px 3px 2px #EBFBC9; box-shadow:1px 1px 3px 2px #EBFBC9;">
Div content here
</div>
This text has color #EBFBC9 on black background.
This text has color #EBFBC9 on white background.
This text has black color on #EBFBC9 background.
This text has white color on #EBFBC9 background.
Complementary color for #hex is #140436.