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