HEX: #EBE2CC
RGB: (235,226,204)
#EBE2CC contains red, green and blue colors in about the same proportion. Web safe color of #EBE2CC is #FFCCCC (or #FCC).
#EBE2CC color RGB value is (235,226,204).
RGB: (235,226,204)
(92%, 89%, 80%)
R 235 of 255 = 92%
G 226 of 255 = 89%
B 204 of 255 = 80%
R + G + B ~ 87%. #EBE2CC is light color.
R + G + B = 235 + 226 + 204 = 665 (100%)
R 235 of 665 ~ 35.34%
G 226 of 665 ~ 33.98%
B 204 of 665 ~ 30.68'%
#EBE2CC color CMYK value is (0,4,13,8).
CMYK: (0,4,13,8) C0M4Y13K8 (0%,4%,13%,8%) (0.00/0.04/0.13/0.08)
Color #EBE2CC in popluar color models
EB | E2 | CC | |
---|---|---|---|
RGB | 235 | 226 | 204 |
HSL | 43° | 43.66% | 86.08% |
HSB/HSV | 43° | 13.19% | 92.16% |
CMYK | 0.00% | 3.83% | 13.19% |
7.84% |
Color #EBE2CC in popluar number systems.
HEX | EB | E2 | CC |
Decimal | 235 | 226 | 204 |
Binary | 11101011 | 11100010 | 11001100 |
Octal | 353 | 342 | 314 |
Shades of #EBE2CC
Tints of #EBE2CC
Examples of css and html codes for elements with #EBE2CC color. Also use rgb(235,226,204) instead hex code.
.myTextColor { color: #EBE2CC; }
<p style="color:#EBE2CC">This sample text font color is #EBE2CC.</p>
This text font color is #EBE2CC.
.myBgColor { background-color: #EBE2CC; }
<div style="background-color:#EBE2CC">Inner text</div>
This div background color is #EBE2CC.
.myBorderColor { border: 1px solid #EBE2CC; }
<div style="border:3px solid #EBE2CC">Div</div>
This div border color is #EBE2CC.
.myOpacity80 { color: #EBE2CC; opacity: 0.8; }
<p style="color:#EBE2CC;opacity:0.8;">80%</p>
Text with #EBE2CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBE2CC;}
<p style="text-shadow: 3px 3px 1px #EBE2CC">Text here.</p>
This text has shadow with #EBE2CC color.
.textShadow {text-shadow: 3px 3px 1px #EBE2CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBE2CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBE2CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE2CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBE2CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBE2CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBE2CC;
-webkit-box-shadow: 1px 1px 3px 2px #EBE2CC;
box-shadow: 1px 1px 3px 2px #EBE2CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE2CC; -webkit-box-shadow: 1px 1px 3px 2px #EBE2CC; box-shadow:1px 1px 3px 2px #EBE2CC;">
Div content here
</div>
This text has color #EBE2CC on black background.
This text has color #EBE2CC on white background.
This text has black color on #EBE2CC background.
This text has white color on #EBE2CC background.
Complementary color for #hex is #141D33.