HEX: #EEBECC
RGB: (238,190,204)
#EEBECC contains red, green and blue colors in about the same proportion. Web safe color of #EEBECC is #FFCCCC (or #FCC).
#EEBECC color RGB value is (238,190,204).
RGB: (238,190,204)
(93%, 75%, 80%)
R 238 of 255 = 93%
G 190 of 255 = 75%
B 204 of 255 = 80%
R + G + B ~ 83%. #EEBECC is quite light color.
R + G + B = 238 + 190 + 204 = 632 (100%)
R 238 of 632 ~ 37.66%
G 190 of 632 ~ 30.06%
B 204 of 632 ~ 32.28'%
#EEBECC color CMYK value is (0,20,14,7).
CMYK: (0,20,14,7)
C0M20Y14K7 (0%, 20%, 14%, 7%)
(0.00 / 0.20 / 0.14 / 0.07)
Color #EEBECC in popluar color models
EE | BE | CC | |
---|---|---|---|
RGB | 238 | 190 | 204 |
HSL | 343° | 58.54% | 83.92% |
HSB/HSV | 343° | 20.17% | 93.33% |
CMYK | 0.00% | 20.17% | 14.29% |
6.67% |
Color #EEBECC in popluar number systems.
HEX | EE | BE | CC |
Decimal | 238 | 190 | 204 |
Binary | 11101110 | 10111110 | 11001100 |
Octal | 356 | 276 | 314 |
Shades of #EEBECC
Tints of #EEBECC
Examples of css and html codes for elements with #EEBECC color. Also use rgb(238,190,204) instead hex code.
.myTextColor { color: #EEBECC; }
<p style="color:#EEBECC">This sample text font color is #EEBECC.</p>
This text font color is #EEBECC.
.myBgColor { background-color: #EEBECC; }
<div style="background-color:#EEBECC">Inner text</div>
This div background color is #EEBECC.
.myBorderColor { border: 1px solid #EEBECC; }
<div style="border:3px solid #EEBECC">Div</div>
This div border color is #EEBECC.
.myOpacity80 { color: #EEBECC; opacity: 0.8; }
<p style="color:#EEBECC;opacity:0.8;">80%</p>
Text with #EEBECC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEBECC;}
<p style="text-shadow: 3px 3px 1px #EEBECC">Text here.</p>
This text has shadow with #EEBECC color.
.textShadow {text-shadow: 3px 3px 1px #EEBECC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEBECC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEBECC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBECC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEBECC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEBECC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEBECC;
-webkit-box-shadow: 1px 1px 3px 2px #EEBECC;
box-shadow: 1px 1px 3px 2px #EEBECC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEBECC; -webkit-box-shadow: 1px 1px 3px 2px #EEBECC; box-shadow:1px 1px 3px 2px #EEBECC;">
Div content here
</div>
This text has color #EEBECC on black background.
This text has color #EEBECC on white background.
This text has black color on #EEBECC background.
This text has white color on #EEBECC background.
Complementary color for #hex is #114133.