HEX: #EFC2CA
RGB: (239,194,202)
#EFC2CA contains red, green and blue colors in about the same proportion. Web safe color of #EFC2CA is #FFCCCC (or #FCC).
#EFC2CA color RGB value is (239,194,202).
RGB: (239,194,202)
(94%, 76%, 79%)
R 239 of 255 = 94%
G 194 of 255 = 76%
B 202 of 255 = 79%
R + G + B ~ 83%. #EFC2CA is quite light color.
R + G + B = 239 + 194 + 202 = 635 (100%)
R 239 of 635 ~ 37.64%
G 194 of 635 ~ 30.55%
B 202 of 635 ~ 31.81'%
#EFC2CA color CMYK value is (0,19,15,6).
CMYK: (0,19,15,6)
C0M19Y15K6 (0%, 19%, 15%, 6%)
(0.00 / 0.19 / 0.15 / 0.06)
Color #EFC2CA in popluar color models
EF | C2 | CA | |
---|---|---|---|
RGB | 239 | 194 | 202 |
HSL | 349° | 58.44% | 84.90% |
HSB/HSV | 349° | 18.83% | 93.73% |
CMYK | 0.00% | 18.83% | 15.48% |
6.27% |
Color #EFC2CA in popluar number systems.
HEX | EF | C2 | CA |
Decimal | 239 | 194 | 202 |
Binary | 11101111 | 11000010 | 11001010 |
Octal | 357 | 302 | 312 |
Shades of #EFC2CA
Tints of #EFC2CA
Examples of css and html codes for elements with #EFC2CA color. Also use rgb(239,194,202) instead hex code.
.myTextColor { color: #EFC2CA; }
<p style="color:#EFC2CA">This sample text font color is #EFC2CA.</p>
This text font color is #EFC2CA.
.myBgColor { background-color: #EFC2CA; }
<div style="background-color:#EFC2CA">Inner text</div>
This div background color is #EFC2CA.
.myBorderColor { border: 1px solid #EFC2CA; }
<div style="border:3px solid #EFC2CA">Div</div>
This div border color is #EFC2CA.
.myOpacity80 { color: #EFC2CA; opacity: 0.8; }
<p style="color:#EFC2CA;opacity:0.8;">80%</p>
Text with #EFC2CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC2CA;}
<p style="text-shadow: 3px 3px 1px #EFC2CA">Text here.</p>
This text has shadow with #EFC2CA color.
.textShadow {text-shadow: 3px 3px 1px #EFC2CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC2CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC2CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC2CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC2CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC2CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC2CA;
-webkit-box-shadow: 1px 1px 3px 2px #EFC2CA;
box-shadow: 1px 1px 3px 2px #EFC2CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC2CA; -webkit-box-shadow: 1px 1px 3px 2px #EFC2CA; box-shadow:1px 1px 3px 2px #EFC2CA;">
Div content here
</div>
This text has color #EFC2CA on black background.
This text has color #EFC2CA on white background.
This text has black color on #EFC2CA background.
This text has white color on #EFC2CA background.
Complementary color for #hex is #103D35.