HEX: #EDF6EB
RGB: (237,246,235)
#EDF6EB contains red, green and blue colors in about the same proportion. Web safe color of #EDF6EB is #FFFFFF (or #FFF).
#EDF6EB color RGB value is (237,246,235).
RGB: (237,246,235)
(93%, 96%, 92%)
R 237 of 255 = 93%
G 246 of 255 = 96%
B 235 of 255 = 92%
R + G + B ~ 94%. #EDF6EB is light color.
R + G + B = 237 + 246 + 235 = 718 (100%)
R 237 of 718 ~ 33.01%
G 246 of 718 ~ 34.26%
B 235 of 718 ~ 32.73'%
#EDF6EB color CMYK value is (4,0,4,4).
CMYK: (4,0,4,4) C4M0Y4K4 (4%,0%,4%,4%) (0.04/0.00/0.04/0.04)
Color #EDF6EB in popluar color models
ED | F6 | EB | |
---|---|---|---|
RGB | 237 | 246 | 235 |
HSL | 109° | 37.93% | 94.31% |
HSB/HSV | 109° | 4.47% | 96.47% |
CMYK | 3.66% | 0.00% | 4.47% |
3.53% |
Color #EDF6EB in popluar number systems.
HEX | ED | F6 | EB |
Decimal | 237 | 246 | 235 |
Binary | 11101101 | 11110110 | 11101011 |
Octal | 355 | 366 | 353 |
Shades of #EDF6EB
Tints of #EDF6EB
Examples of css and html codes for elements with #EDF6EB color. Also use rgb(237,246,235) instead hex code.
.myTextColor { color: #EDF6EB; }
<p style="color:#EDF6EB">This sample text font color is #EDF6EB.</p>
This text font color is #EDF6EB.
.myBgColor { background-color: #EDF6EB; }
<div style="background-color:#EDF6EB">Inner text</div>
This div background color is #EDF6EB.
.myBorderColor { border: 1px solid #EDF6EB; }
<div style="border:3px solid #EDF6EB">Div</div>
This div border color is #EDF6EB.
.myOpacity80 { color: #EDF6EB; opacity: 0.8; }
<p style="color:#EDF6EB;opacity:0.8;">80%</p>
Text with #EDF6EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF6EB;}
<p style="text-shadow: 3px 3px 1px #EDF6EB">Text here.</p>
This text has shadow with #EDF6EB color.
.textShadow {text-shadow: 3px 3px 1px #EDF6EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF6EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF6EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF6EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF6EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF6EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF6EB;
-webkit-box-shadow: 1px 1px 3px 2px #EDF6EB;
box-shadow: 1px 1px 3px 2px #EDF6EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF6EB; -webkit-box-shadow: 1px 1px 3px 2px #EDF6EB; box-shadow:1px 1px 3px 2px #EDF6EB;">
Div content here
</div>
This text has color #EDF6EB on black background.
This text has color #EDF6EB on white background.
This text has black color on #EDF6EB background.
This text has white color on #EDF6EB background.
Complementary color for #hex is #120914.