HEX: #EBA9CC
RGB: (235,169,204)
#EBA9CC contains mainly red and blue colors. Web safe color of #EBA9CC is #FF99CC (or #F9C).
#EBA9CC color RGB value is (235,169,204).
RGB: (235,169,204)
(92%, 66%, 80%)
R 235 of 255 = 92%
G 169 of 255 = 66%
B 204 of 255 = 80%
R + G + B ~ 79%. #EBA9CC is quite light color.
R + G + B = 235 + 169 + 204 = 608 (100%)
R 235 of 608 ~ 38.65%
G 169 of 608 ~ 27.8%
B 204 of 608 ~ 33.55'%
#EBA9CC color CMYK value is (0,28,13,8).
CMYK: (0,28,13,8)
C0M28Y13K8 (0%, 28%, 13%, 8%)
(0.00 / 0.28 / 0.13 / 0.08)
Color #EBA9CC in popluar color models
EB | A9 | CC | |
---|---|---|---|
RGB | 235 | 169 | 204 |
HSL | 328° | 62.26% | 79.22% |
HSB/HSV | 328° | 28.09% | 92.16% |
CMYK | 0.00% | 28.09% | 13.19% |
7.84% |
Color #EBA9CC in popluar number systems.
HEX | EB | A9 | CC |
Decimal | 235 | 169 | 204 |
Binary | 11101011 | 10101001 | 11001100 |
Octal | 353 | 251 | 314 |
Shades of #EBA9CC
Tints of #EBA9CC
Examples of css and html codes for elements with #EBA9CC color. Also use rgb(235,169,204) instead hex code.
.myTextColor { color: #EBA9CC; }
<p style="color:#EBA9CC">This sample text font color is #EBA9CC.</p>
This text font color is #EBA9CC.
.myBgColor { background-color: #EBA9CC; }
<div style="background-color:#EBA9CC">Inner text</div>
This div background color is #EBA9CC.
.myBorderColor { border: 1px solid #EBA9CC; }
<div style="border:3px solid #EBA9CC">Div</div>
This div border color is #EBA9CC.
.myOpacity80 { color: #EBA9CC; opacity: 0.8; }
<p style="color:#EBA9CC;opacity:0.8;">80%</p>
Text with #EBA9CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBA9CC;}
<p style="text-shadow: 3px 3px 1px #EBA9CC">Text here.</p>
This text has shadow with #EBA9CC color.
.textShadow {text-shadow: 3px 3px 1px #EBA9CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBA9CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBA9CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBA9CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBA9CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBA9CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBA9CC;
-webkit-box-shadow: 1px 1px 3px 2px #EBA9CC;
box-shadow: 1px 1px 3px 2px #EBA9CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBA9CC; -webkit-box-shadow: 1px 1px 3px 2px #EBA9CC; box-shadow:1px 1px 3px 2px #EBA9CC;">
Div content here
</div>
This text has color #EBA9CC on black background.
This text has color #EBA9CC on white background.
This text has black color on #EBA9CC background.
This text has white color on #EBA9CC background.
Complementary color for #hex is #145633.