HEX: #C6BADF
RGB: (198,186,223)
#C6BADF contains red, green and blue colors in about the same proportion. Web safe color of #C6BADF is #CCCCCC (or #CCC).
#C6BADF color RGB value is (198,186,223).
RGB: (198,186,223)
(78%, 73%, 87%)
R 198 of 255 = 78%
G 186 of 255 = 73%
B 223 of 255 = 87%
R + G + B ~ 79%. #C6BADF is quite light color.
R + G + B = 198 + 186 + 223 = 607 (100%)
R 198 of 607 ~ 32.62%
G 186 of 607 ~ 30.64%
B 223 of 607 ~ 36.74'%
#C6BADF color CMYK value is (11,17,0,13).
CMYK: (11,17,0,13) C11M17Y0K13 (11%,17%,0%,13%) (0.11/0.17/0.00/0.13)
Color #C6BADF in popluar color models
C6 | BA | DF | |
---|---|---|---|
RGB | 198 | 186 | 223 |
HSL | 259° | 36.63% | 80.20% |
HSB/HSV | 259° | 16.59% | 87.45% |
CMYK | 11.21% | 16.59% | 0.00% |
12.55% |
Color #C6BADF in popluar number systems.
HEX | C6 | BA | DF |
Decimal | 198 | 186 | 223 |
Binary | 11000110 | 10111010 | 11011111 |
Octal | 306 | 272 | 337 |
Shades of #C6BADF
Tints of #C6BADF
Examples of css and html codes for elements with #C6BADF color. Also use rgb(198,186,223) instead hex code.
.myTextColor { color: #C6BADF; }
<p style="color:#C6BADF">This sample text font color is #C6BADF.</p>
This text font color is #C6BADF.
.myBgColor { background-color: #C6BADF; }
<div style="background-color:#C6BADF">Inner text</div>
This div background color is #C6BADF.
.myBorderColor { border: 1px solid #C6BADF; }
<div style="border:3px solid #C6BADF">Div</div>
This div border color is #C6BADF.
.myOpacity80 { color: #C6BADF; opacity: 0.8; }
<p style="color:#C6BADF;opacity:0.8;">80%</p>
Text with #C6BADF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6BADF;}
<p style="text-shadow: 3px 3px 1px #C6BADF">Text here.</p>
This text has shadow with #C6BADF color.
.textShadow {text-shadow: 3px 3px 1px #C6BADF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6BADF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6BADF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6BADF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6BADF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6BADF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6BADF;
-webkit-box-shadow: 1px 1px 3px 2px #C6BADF;
box-shadow: 1px 1px 3px 2px #C6BADF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6BADF; -webkit-box-shadow: 1px 1px 3px 2px #C6BADF; box-shadow:1px 1px 3px 2px #C6BADF;">
Div content here
</div>
This text has color #C6BADF on black background.
This text has color #C6BADF on white background.
This text has black color on #C6BADF background.
This text has white color on #C6BADF background.
Complementary color for #hex is #394520.