HEX: #EFC6EE
RGB: (239,198,238)
#EFC6EE contains red, green and blue colors in about the same proportion. Web safe color of #EFC6EE is #FFCCFF (or #FCF).
#EFC6EE color RGB value is (239,198,238).
RGB: (239,198,238)
(94%, 78%, 93%)
R 239 of 255 = 94%
G 198 of 255 = 78%
B 238 of 255 = 93%
R + G + B ~ 88%. #EFC6EE is light color.
R + G + B = 239 + 198 + 238 = 675 (100%)
R 239 of 675 ~ 35.41%
G 198 of 675 ~ 29.33%
B 238 of 675 ~ 35.26'%
#EFC6EE color CMYK value is (0,17,0,6).
CMYK: (0,17,0,6)
C0M17Y0K6 (0%, 17%, 0%, 6%)
(0.00 / 0.17 / 0.00 / 0.06)
Color #EFC6EE in popluar color models
EF | C6 | EE | |
---|---|---|---|
RGB | 239 | 198 | 238 |
HSL | 301° | 56.16% | 85.69% |
HSB/HSV | 301° | 17.15% | 93.73% |
CMYK | 0.00% | 17.15% | 0.42% |
6.27% |
Color #EFC6EE in popluar number systems.
HEX | EF | C6 | EE |
Decimal | 239 | 198 | 238 |
Binary | 11101111 | 11000110 | 11101110 |
Octal | 357 | 306 | 356 |
Shades of #EFC6EE
Tints of #EFC6EE
Examples of css and html codes for elements with #EFC6EE color. Also use rgb(239,198,238) instead hex code.
.myTextColor { color: #EFC6EE; }
<p style="color:#EFC6EE">This sample text font color is #EFC6EE.</p>
This text font color is #EFC6EE.
.myBgColor { background-color: #EFC6EE; }
<div style="background-color:#EFC6EE">Inner text</div>
This div background color is #EFC6EE.
.myBorderColor { border: 1px solid #EFC6EE; }
<div style="border:3px solid #EFC6EE">Div</div>
This div border color is #EFC6EE.
.myOpacity80 { color: #EFC6EE; opacity: 0.8; }
<p style="color:#EFC6EE;opacity:0.8;">80%</p>
Text with #EFC6EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC6EE;}
<p style="text-shadow: 3px 3px 1px #EFC6EE">Text here.</p>
This text has shadow with #EFC6EE color.
.textShadow {text-shadow: 3px 3px 1px #EFC6EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC6EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC6EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC6EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC6EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC6EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC6EE;
-webkit-box-shadow: 1px 1px 3px 2px #EFC6EE;
box-shadow: 1px 1px 3px 2px #EFC6EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC6EE; -webkit-box-shadow: 1px 1px 3px 2px #EFC6EE; box-shadow:1px 1px 3px 2px #EFC6EE;">
Div content here
</div>
This text has color #EFC6EE on black background.
This text has color #EFC6EE on white background.
This text has black color on #EFC6EE background.
This text has white color on #EFC6EE background.
Complementary color for #hex is #103911.