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