HEX: #EDEBEF
RGB: (237,235,239)
#EDEBEF contains red, green and blue colors in about the same proportion. Web safe color of #EDEBEF is #FFFFFF (or #FFF).
#EDEBEF color RGB value is (237,235,239).
RGB: (237,235,239)
(93%, 92%, 94%)
R 237 of 255 = 93%
G 235 of 255 = 92%
B 239 of 255 = 94%
R + G + B ~ 93%. #EDEBEF is light color.
R + G + B = 237 + 235 + 239 = 711 (100%)
R 237 of 711 ~ 33.33%
G 235 of 711 ~ 33.05%
B 239 of 711 ~ 33.61'%
#EDEBEF color CMYK value is (1,2,0,6).
CMYK: (1,2,0,6) C1M2Y0K6 (1%,2%,0%,6%) (0.01/0.02/0.00/0.06)
Color #EDEBEF in popluar color models
ED | EB | EF | |
---|---|---|---|
RGB | 237 | 235 | 239 |
HSL | 270° | 11.11% | 92.94% |
HSB/HSV | 270° | 1.67% | 93.73% |
CMYK | 0.84% | 1.67% | 0.00% |
6.27% |
Color #EDEBEF in popluar number systems.
HEX | ED | EB | EF |
Decimal | 237 | 235 | 239 |
Binary | 11101101 | 11101011 | 11101111 |
Octal | 355 | 353 | 357 |
Shades of #EDEBEF
Tints of #EDEBEF
Examples of css and html codes for elements with #EDEBEF color. Also use rgb(237,235,239) instead hex code.
.myTextColor { color: #EDEBEF; }
<p style="color:#EDEBEF">This sample text font color is #EDEBEF.</p>
This text font color is #EDEBEF.
.myBgColor { background-color: #EDEBEF; }
<div style="background-color:#EDEBEF">Inner text</div>
This div background color is #EDEBEF.
.myBorderColor { border: 1px solid #EDEBEF; }
<div style="border:3px solid #EDEBEF">Div</div>
This div border color is #EDEBEF.
.myOpacity80 { color: #EDEBEF; opacity: 0.8; }
<p style="color:#EDEBEF;opacity:0.8;">80%</p>
Text with #EDEBEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEBEF;}
<p style="text-shadow: 3px 3px 1px #EDEBEF">Text here.</p>
This text has shadow with #EDEBEF color.
.textShadow {text-shadow: 3px 3px 1px #EDEBEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEBEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEBEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEBEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEBEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEBEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEBEF;
-webkit-box-shadow: 1px 1px 3px 2px #EDEBEF;
box-shadow: 1px 1px 3px 2px #EDEBEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEBEF; -webkit-box-shadow: 1px 1px 3px 2px #EDEBEF; box-shadow:1px 1px 3px 2px #EDEBEF;">
Div content here
</div>
This text has color #EDEBEF on black background.
This text has color #EDEBEF on white background.
This text has black color on #EDEBEF background.
This text has white color on #EDEBEF background.
Complementary color for #hex is #121410.