HEX: #C4AEBE
RGB: (196,174,190)
#C4AEBE contains red, green and blue colors in about the same proportion. Web safe color of #C4AEBE is #CC99CC (or #C9C).
#C4AEBE color RGB value is (196,174,190).
RGB: (196,174,190)
(77%, 68%, 75%)
R 196 of 255 = 77%
G 174 of 255 = 68%
B 190 of 255 = 75%
R + G + B ~ 73%. #C4AEBE is quite light color.
R + G + B = 196 + 174 + 190 = 560 (100%)
R 196 of 560 ~ 35%
G 174 of 560 ~ 31.07%
B 190 of 560 ~ 33.93'%
#C4AEBE color CMYK value is (0,11,3,23).
CMYK: (0,11,3,23)
C0M11Y3K23 (0%, 11%, 3%, 23%)
(0.00 / 0.11 / 0.03 / 0.23)
Color #C4AEBE in popluar color models
C4 | AE | BE | |
---|---|---|---|
RGB | 196 | 174 | 190 |
HSL | 316° | 15.71% | 72.55% |
HSB/HSV | 316° | 11.22% | 76.86% |
CMYK | 0.00% | 11.22% | 3.06% |
23.14% |
Color #C4AEBE in popluar number systems.
HEX | C4 | AE | BE |
Decimal | 196 | 174 | 190 |
Binary | 11000100 | 10101110 | 10111110 |
Octal | 304 | 256 | 276 |
Shades of #C4AEBE
Tints of #C4AEBE
Examples of css and html codes for elements with #C4AEBE color. Also use rgb(196,174,190) instead hex code.
.myTextColor { color: #C4AEBE; }
<p style="color:#C4AEBE">This sample text font color is #C4AEBE.</p>
This text font color is #C4AEBE.
.myBgColor { background-color: #C4AEBE; }
<div style="background-color:#C4AEBE">Inner text</div>
This div background color is #C4AEBE.
.myBorderColor { border: 1px solid #C4AEBE; }
<div style="border:3px solid #C4AEBE">Div</div>
This div border color is #C4AEBE.
.myOpacity80 { color: #C4AEBE; opacity: 0.8; }
<p style="color:#C4AEBE;opacity:0.8;">80%</p>
Text with #C4AEBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4AEBE;}
<p style="text-shadow: 3px 3px 1px #C4AEBE">Text here.</p>
This text has shadow with #C4AEBE color.
.textShadow {text-shadow: 3px 3px 1px #C4AEBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4AEBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4AEBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4AEBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4AEBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4AEBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4AEBE;
-webkit-box-shadow: 1px 1px 3px 2px #C4AEBE;
box-shadow: 1px 1px 3px 2px #C4AEBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4AEBE; -webkit-box-shadow: 1px 1px 3px 2px #C4AEBE; box-shadow:1px 1px 3px 2px #C4AEBE;">
Div content here
</div>
This text has color #C4AEBE on black background.
This text has color #C4AEBE on white background.
This text has black color on #C4AEBE background.
This text has white color on #C4AEBE background.
Complementary color for #hex is #3B5141.