HEX: #E5EBEB
RGB: (229,235,235)
#E5EBEB contains red, green and blue colors in about the same proportion. Web safe color of #E5EBEB is #CCFFFF (or #CFF).
#E5EBEB color RGB value is (229,235,235).
RGB: (229,235,235)
(90%, 92%, 92%)
R 229 of 255 = 90%
G 235 of 255 = 92%
B 235 of 255 = 92%
R + G + B ~ 91%. #E5EBEB is light color.
R + G + B = 229 + 235 + 235 = 699 (100%)
R 229 of 699 ~ 32.76%
G 235 of 699 ~ 33.62%
B 235 of 699 ~ 33.62'%
#E5EBEB color CMYK value is (3,0,0,8).
CMYK: (3,0,0,8) C3M0Y0K8 (3%,0%,0%,8%) (0.03/0.00/0.00/0.08)
Color #E5EBEB in popluar color models
E5 | EB | EB | |
---|---|---|---|
RGB | 229 | 235 | 235 |
HSL | 180° | 13.04% | 90.98% |
HSB/HSV | 180° | 2.55% | 92.16% |
CMYK | 2.55% | 0.00% | 0.00% |
7.84% |
Color #E5EBEB in popluar number systems.
HEX | E5 | EB | EB |
Decimal | 229 | 235 | 235 |
Binary | 11100101 | 11101011 | 11101011 |
Octal | 345 | 353 | 353 |
Shades of #E5EBEB
Tints of #E5EBEB
Examples of css and html codes for elements with #E5EBEB color. Also use rgb(229,235,235) instead hex code.
.myTextColor { color: #E5EBEB; }
<p style="color:#E5EBEB">This sample text font color is #E5EBEB.</p>
This text font color is #E5EBEB.
.myBgColor { background-color: #E5EBEB; }
<div style="background-color:#E5EBEB">Inner text</div>
This div background color is #E5EBEB.
.myBorderColor { border: 1px solid #E5EBEB; }
<div style="border:3px solid #E5EBEB">Div</div>
This div border color is #E5EBEB.
.myOpacity80 { color: #E5EBEB; opacity: 0.8; }
<p style="color:#E5EBEB;opacity:0.8;">80%</p>
Text with #E5EBEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5EBEB;}
<p style="text-shadow: 3px 3px 1px #E5EBEB">Text here.</p>
This text has shadow with #E5EBEB color.
.textShadow {text-shadow: 3px 3px 1px #E5EBEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5EBEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5EBEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5EBEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5EBEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5EBEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5EBEB;
-webkit-box-shadow: 1px 1px 3px 2px #E5EBEB;
box-shadow: 1px 1px 3px 2px #E5EBEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5EBEB; -webkit-box-shadow: 1px 1px 3px 2px #E5EBEB; box-shadow:1px 1px 3px 2px #E5EBEB;">
Div content here
</div>
This text has color #E5EBEB on black background.
This text has color #E5EBEB on white background.
This text has black color on #E5EBEB background.
This text has white color on #E5EBEB background.