HEX: #C6AEBA
RGB: (198,174,186)
#C6AEBA contains red, green and blue colors in about the same proportion. Web safe color of #C6AEBA is #CC99CC (or #C9C).
#C6AEBA color RGB value is (198,174,186).
RGB: (198,174,186)
(78%, 68%, 73%)
R 198 of 255 = 78%
G 174 of 255 = 68%
B 186 of 255 = 73%
R + G + B ~ 73%. #C6AEBA is quite light color.
R + G + B = 198 + 174 + 186 = 558 (100%)
R 198 of 558 ~ 35.48%
G 174 of 558 ~ 31.18%
B 186 of 558 ~ 33.33'%
#C6AEBA color CMYK value is (0,12,6,22).
CMYK: (0,12,6,22)
C0M12Y6K22 (0%, 12%, 6%, 22%)
(0.00 / 0.12 / 0.06 / 0.22)
Color #C6AEBA in popluar color models
C6 | AE | BA | |
---|---|---|---|
RGB | 198 | 174 | 186 |
HSL | 330° | 17.39% | 72.94% |
HSB/HSV | 330° | 12.12% | 77.65% |
CMYK | 0.00% | 12.12% | 6.06% |
22.35% |
Color #C6AEBA in popluar number systems.
HEX | C6 | AE | BA |
Decimal | 198 | 174 | 186 |
Binary | 11000110 | 10101110 | 10111010 |
Octal | 306 | 256 | 272 |
Shades of #C6AEBA
Tints of #C6AEBA
Examples of css and html codes for elements with #C6AEBA color. Also use rgb(198,174,186) instead hex code.
.myTextColor { color: #C6AEBA; }
<p style="color:#C6AEBA">This sample text font color is #C6AEBA.</p>
This text font color is #C6AEBA.
.myBgColor { background-color: #C6AEBA; }
<div style="background-color:#C6AEBA">Inner text</div>
This div background color is #C6AEBA.
.myBorderColor { border: 1px solid #C6AEBA; }
<div style="border:3px solid #C6AEBA">Div</div>
This div border color is #C6AEBA.
.myOpacity80 { color: #C6AEBA; opacity: 0.8; }
<p style="color:#C6AEBA;opacity:0.8;">80%</p>
Text with #C6AEBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6AEBA;}
<p style="text-shadow: 3px 3px 1px #C6AEBA">Text here.</p>
This text has shadow with #C6AEBA color.
.textShadow {text-shadow: 3px 3px 1px #C6AEBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6AEBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6AEBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6AEBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6AEBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6AEBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6AEBA;
-webkit-box-shadow: 1px 1px 3px 2px #C6AEBA;
box-shadow: 1px 1px 3px 2px #C6AEBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6AEBA; -webkit-box-shadow: 1px 1px 3px 2px #C6AEBA; box-shadow:1px 1px 3px 2px #C6AEBA;">
Div content here
</div>
This text has color #C6AEBA on black background.
This text has color #C6AEBA on white background.
This text has black color on #C6AEBA background.
This text has white color on #C6AEBA background.
Complementary color for #hex is #395145.