HEX: #E7EDEB
RGB: (231,237,235)
#E7EDEB contains red, green and blue colors in about the same proportion. Web safe color of #E7EDEB is #FFFFFF (or #FFF).
#E7EDEB color RGB value is (231,237,235).
RGB: (231,237,235)
(91%, 93%, 92%)
R 231 of 255 = 91%
G 237 of 255 = 93%
B 235 of 255 = 92%
R + G + B ~ 92%. #E7EDEB is light color.
R + G + B = 231 + 237 + 235 = 703 (100%)
R 231 of 703 ~ 32.86%
G 237 of 703 ~ 33.71%
B 235 of 703 ~ 33.43'%
#E7EDEB color CMYK value is (3,0,1,7).
CMYK: (3,0,1,7)
C3M0Y1K7 (3%, 0%, 1%, 7%)
(0.03 / 0.00 / 0.01 / 0.07)
Color #E7EDEB in popluar color models
E7 | ED | EB | |
---|---|---|---|
RGB | 231 | 237 | 235 |
HSL | 160° | 14.29% | 91.76% |
HSB/HSV | 160° | 2.53% | 92.94% |
CMYK | 2.53% | 0.00% | 0.84% |
7.06% |
Color #E7EDEB in popluar number systems.
HEX | E7 | ED | EB |
Decimal | 231 | 237 | 235 |
Binary | 11100111 | 11101101 | 11101011 |
Octal | 347 | 355 | 353 |
Shades of #E7EDEB
Tints of #E7EDEB
Examples of css and html codes for elements with #E7EDEB color. Also use rgb(231,237,235) instead hex code.
.myTextColor { color: #E7EDEB; }
<p style="color:#E7EDEB">This sample text font color is #E7EDEB.</p>
This text font color is #E7EDEB.
.myBgColor { background-color: #E7EDEB; }
<div style="background-color:#E7EDEB">Inner text</div>
This div background color is #E7EDEB.
.myBorderColor { border: 1px solid #E7EDEB; }
<div style="border:3px solid #E7EDEB">Div</div>
This div border color is #E7EDEB.
.myOpacity80 { color: #E7EDEB; opacity: 0.8; }
<p style="color:#E7EDEB;opacity:0.8;">80%</p>
Text with #E7EDEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7EDEB;}
<p style="text-shadow: 3px 3px 1px #E7EDEB">Text here.</p>
This text has shadow with #E7EDEB color.
.textShadow {text-shadow: 3px 3px 1px #E7EDEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7EDEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7EDEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7EDEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7EDEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7EDEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7EDEB;
-webkit-box-shadow: 1px 1px 3px 2px #E7EDEB;
box-shadow: 1px 1px 3px 2px #E7EDEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7EDEB; -webkit-box-shadow: 1px 1px 3px 2px #E7EDEB; box-shadow:1px 1px 3px 2px #E7EDEB;">
Div content here
</div>
This text has color #E7EDEB on black background.
This text has color #E7EDEB on white background.
This text has black color on #E7EDEB background.
This text has white color on #E7EDEB background.
Complementary color for #hex is #181214.