HEX: #EFE6DD
RGB: (239,230,221)
#EFE6DD contains red, green and blue colors in about the same proportion. Web safe color of #EFE6DD is #FFCCCC (or #FCC).
#EFE6DD color RGB value is (239,230,221).
RGB: (239,230,221)
(94%, 90%, 87%)
R 239 of 255 = 94%
G 230 of 255 = 90%
B 221 of 255 = 87%
R + G + B ~ 90%. #EFE6DD is light color.
R + G + B = 239 + 230 + 221 = 690 (100%)
R 239 of 690 ~ 34.64%
G 230 of 690 ~ 33.33%
B 221 of 690 ~ 32.03'%
#EFE6DD color CMYK value is (0,4,8,6).
CMYK: (0,4,8,6)
C0M4Y8K6 (0%, 4%, 8%, 6%)
(0.00 / 0.04 / 0.08 / 0.06)
Color #EFE6DD in popluar color models
EF | E6 | DD | |
---|---|---|---|
RGB | 239 | 230 | 221 |
HSL | 30° | 36.00% | 90.20% |
HSB/HSV | 30° | 7.53% | 93.73% |
CMYK | 0.00% | 3.77% | 7.53% |
6.27% |
Color #EFE6DD in popluar number systems.
HEX | EF | E6 | DD |
Decimal | 239 | 230 | 221 |
Binary | 11101111 | 11100110 | 11011101 |
Octal | 357 | 346 | 335 |
Shades of #EFE6DD
Tints of #EFE6DD
Examples of css and html codes for elements with #EFE6DD color. Also use rgb(239,230,221) instead hex code.
.myTextColor { color: #EFE6DD; }
<p style="color:#EFE6DD">This sample text font color is #EFE6DD.</p>
This text font color is #EFE6DD.
.myBgColor { background-color: #EFE6DD; }
<div style="background-color:#EFE6DD">Inner text</div>
This div background color is #EFE6DD.
.myBorderColor { border: 1px solid #EFE6DD; }
<div style="border:3px solid #EFE6DD">Div</div>
This div border color is #EFE6DD.
.myOpacity80 { color: #EFE6DD; opacity: 0.8; }
<p style="color:#EFE6DD;opacity:0.8;">80%</p>
Text with #EFE6DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFE6DD;}
<p style="text-shadow: 3px 3px 1px #EFE6DD">Text here.</p>
This text has shadow with #EFE6DD color.
.textShadow {text-shadow: 3px 3px 1px #EFE6DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFE6DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFE6DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFE6DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFE6DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFE6DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFE6DD;
-webkit-box-shadow: 1px 1px 3px 2px #EFE6DD;
box-shadow: 1px 1px 3px 2px #EFE6DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFE6DD; -webkit-box-shadow: 1px 1px 3px 2px #EFE6DD; box-shadow:1px 1px 3px 2px #EFE6DD;">
Div content here
</div>
This text has color #EFE6DD on black background.
This text has color #EFE6DD on white background.
This text has black color on #EFE6DD background.
This text has white color on #EFE6DD background.
Complementary color for #hex is #101922.