HEX: #EDFBF6
RGB: (237,251,246)
#EDFBF6 contains red, green and blue colors in about the same proportion. Web safe color of #EDFBF6 is #FFFFFF (or #FFF).
#EDFBF6 color RGB value is (237,251,246).
RGB: (237,251,246)
(93%, 98%, 96%)
R 237 of 255 = 93%
G 251 of 255 = 98%
B 246 of 255 = 96%
R + G + B ~ 96%. #EDFBF6 is light color.
R + G + B = 237 + 251 + 246 = 734 (100%)
R 237 of 734 ~ 32.29%
G 251 of 734 ~ 34.2%
B 246 of 734 ~ 33.51'%
#EDFBF6 color CMYK value is (6,0,2,2).
CMYK: (6,0,2,2)
C6M0Y2K2 (6%, 0%, 2%, 2%)
(0.06 / 0.00 / 0.02 / 0.02)
Color #EDFBF6 in popluar color models
ED | FB | F6 | |
---|---|---|---|
RGB | 237 | 251 | 246 |
HSL | 159° | 63.64% | 95.69% |
HSB/HSV | 159° | 5.58% | 98.43% |
CMYK | 5.58% | 0.00% | 1.99% |
1.57% |
Color #EDFBF6 in popluar number systems.
HEX | ED | FB | F6 |
Decimal | 237 | 251 | 246 |
Binary | 11101101 | 11111011 | 11110110 |
Octal | 355 | 373 | 366 |
Shades of #EDFBF6
Tints of #EDFBF6
Examples of css and html codes for elements with #EDFBF6 color. Also use rgb(237,251,246) instead hex code.
.myTextColor { color: #EDFBF6; }
<p style="color:#EDFBF6">This sample text font color is #EDFBF6.</p>
This text font color is #EDFBF6.
.myBgColor { background-color: #EDFBF6; }
<div style="background-color:#EDFBF6">Inner text</div>
This div background color is #EDFBF6.
.myBorderColor { border: 1px solid #EDFBF6; }
<div style="border:3px solid #EDFBF6">Div</div>
This div border color is #EDFBF6.
.myOpacity80 { color: #EDFBF6; opacity: 0.8; }
<p style="color:#EDFBF6;opacity:0.8;">80%</p>
Text with #EDFBF6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFBF6;}
<p style="text-shadow: 3px 3px 1px #EDFBF6">Text here.</p>
This text has shadow with #EDFBF6 color.
.textShadow {text-shadow: 3px 3px 1px #EDFBF6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFBF6, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFBF6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFBF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFBF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFBF6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFBF6;
-webkit-box-shadow: 1px 1px 3px 2px #EDFBF6;
box-shadow: 1px 1px 3px 2px #EDFBF6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFBF6; -webkit-box-shadow: 1px 1px 3px 2px #EDFBF6; box-shadow:1px 1px 3px 2px #EDFBF6;">
Div content here
</div>
This text has color #EDFBF6 on black background.
This text has color #EDFBF6 on white background.
This text has black color on #EDFBF6 background.
This text has white color on #EDFBF6 background.
Complementary color for #hex is #120409.