HEX: #EEC5BB
RGB: (238,197,187)
#EEC5BB contains red, green and blue colors in about the same proportion. Web safe color of #EEC5BB is #FFCCCC (or #FCC).
#EEC5BB color RGB value is (238,197,187).
RGB: (238,197,187)
(93%, 77%, 73%)
R 238 of 255 = 93%
G 197 of 255 = 77%
B 187 of 255 = 73%
R + G + B ~ 81%. #EEC5BB is quite light color.
R + G + B = 238 + 197 + 187 = 622 (100%)
R 238 of 622 ~ 38.26%
G 197 of 622 ~ 31.67%
B 187 of 622 ~ 30.06'%
#EEC5BB color CMYK value is (0,17,21,7).
CMYK: (0,17,21,7)
C0M17Y21K7 (0%, 17%, 21%, 7%)
(0.00 / 0.17 / 0.21 / 0.07)
Color #EEC5BB in popluar color models
EE | C5 | BB | |
---|---|---|---|
RGB | 238 | 197 | 187 |
HSL | 12° | 60.00% | 83.33% |
HSB/HSV | 12° | 21.43% | 93.33% |
CMYK | 0.00% | 17.23% | 21.43% |
6.67% |
Color #EEC5BB in popluar number systems.
HEX | EE | C5 | BB |
Decimal | 238 | 197 | 187 |
Binary | 11101110 | 11000101 | 10111011 |
Octal | 356 | 305 | 273 |
Shades of #EEC5BB
Tints of #EEC5BB
Examples of css and html codes for elements with #EEC5BB color. Also use rgb(238,197,187) instead hex code.
.myTextColor { color: #EEC5BB; }
<p style="color:#EEC5BB">This sample text font color is #EEC5BB.</p>
This text font color is #EEC5BB.
.myBgColor { background-color: #EEC5BB; }
<div style="background-color:#EEC5BB">Inner text</div>
This div background color is #EEC5BB.
.myBorderColor { border: 1px solid #EEC5BB; }
<div style="border:3px solid #EEC5BB">Div</div>
This div border color is #EEC5BB.
.myOpacity80 { color: #EEC5BB; opacity: 0.8; }
<p style="color:#EEC5BB;opacity:0.8;">80%</p>
Text with #EEC5BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEC5BB;}
<p style="text-shadow: 3px 3px 1px #EEC5BB">Text here.</p>
This text has shadow with #EEC5BB color.
.textShadow {text-shadow: 3px 3px 1px #EEC5BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEC5BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEC5BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC5BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEC5BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEC5BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEC5BB;
-webkit-box-shadow: 1px 1px 3px 2px #EEC5BB;
box-shadow: 1px 1px 3px 2px #EEC5BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEC5BB; -webkit-box-shadow: 1px 1px 3px 2px #EEC5BB; box-shadow:1px 1px 3px 2px #EEC5BB;">
Div content here
</div>
This text has color #EEC5BB on black background.
This text has color #EEC5BB on white background.
This text has black color on #EEC5BB background.
This text has white color on #EEC5BB background.
Complementary color for #hex is #113A44.