HEX: #E6CACC
RGB: (230,202,204)
#E6CACC contains red, green and blue colors in about the same proportion. Web safe color of #E6CACC is #CCCCCC (or #CCC).
#E6CACC color RGB value is (230,202,204).
RGB: (230,202,204)
(90%, 79%, 80%)
R 230 of 255 = 90%
G 202 of 255 = 79%
B 204 of 255 = 80%
R + G + B ~ 83%. #E6CACC is quite light color.
R + G + B = 230 + 202 + 204 = 636 (100%)
R 230 of 636 ~ 36.16%
G 202 of 636 ~ 31.76%
B 204 of 636 ~ 32.08'%
#E6CACC color CMYK value is (0,12,11,10).
CMYK: (0,12,11,10)
C0M12Y11K10 (0%, 12%, 11%, 10%)
(0.00 / 0.12 / 0.11 / 0.10)
Color #E6CACC in popluar color models
E6 | CA | CC | |
---|---|---|---|
RGB | 230 | 202 | 204 |
HSL | 356° | 35.90% | 84.71% |
HSB/HSV | 356° | 12.17% | 90.20% |
CMYK | 0.00% | 12.17% | 11.30% |
9.80% |
Color #E6CACC in popluar number systems.
HEX | E6 | CA | CC |
Decimal | 230 | 202 | 204 |
Binary | 11100110 | 11001010 | 11001100 |
Octal | 346 | 312 | 314 |
Shades of #E6CACC
Tints of #E6CACC
Examples of css and html codes for elements with #E6CACC color. Also use rgb(230,202,204) instead hex code.
.myTextColor { color: #E6CACC; }
<p style="color:#E6CACC">This sample text font color is #E6CACC.</p>
This text font color is #E6CACC.
.myBgColor { background-color: #E6CACC; }
<div style="background-color:#E6CACC">Inner text</div>
This div background color is #E6CACC.
.myBorderColor { border: 1px solid #E6CACC; }
<div style="border:3px solid #E6CACC">Div</div>
This div border color is #E6CACC.
.myOpacity80 { color: #E6CACC; opacity: 0.8; }
<p style="color:#E6CACC;opacity:0.8;">80%</p>
Text with #E6CACC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6CACC;}
<p style="text-shadow: 3px 3px 1px #E6CACC">Text here.</p>
This text has shadow with #E6CACC color.
.textShadow {text-shadow: 3px 3px 1px #E6CACC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6CACC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6CACC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6CACC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6CACC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6CACC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6CACC;
-webkit-box-shadow: 1px 1px 3px 2px #E6CACC;
box-shadow: 1px 1px 3px 2px #E6CACC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6CACC; -webkit-box-shadow: 1px 1px 3px 2px #E6CACC; box-shadow:1px 1px 3px 2px #E6CACC;">
Div content here
</div>
This text has color #E6CACC on black background.
This text has color #E6CACC on white background.
This text has black color on #E6CACC background.
This text has white color on #E6CACC background.
Complementary color for #hex is #193533.