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