HEX: #C6C9EC
RGB: (198,201,236)
#C6C9EC contains red, green and blue colors in about the same proportion. Web safe color of #C6C9EC is #CCCCFF (or #CCF).
#C6C9EC color RGB value is (198,201,236).
RGB: (198,201,236)
(78%, 79%, 93%)
R 198 of 255 = 78%
G 201 of 255 = 79%
B 236 of 255 = 93%
R + G + B ~ 83%. #C6C9EC is quite light color.
R + G + B = 198 + 201 + 236 = 635 (100%)
R 198 of 635 ~ 31.18%
G 201 of 635 ~ 31.65%
B 236 of 635 ~ 37.17'%
#C6C9EC color CMYK value is (16,15,0,7).
CMYK: (16,15,0,7)
C16M15Y0K7 (16%, 15%, 0%, 7%)
(0.16 / 0.15 / 0.00 / 0.07)
Color #C6C9EC in popluar color models
C6 | C9 | EC | |
---|---|---|---|
RGB | 198 | 201 | 236 |
HSL | 235° | 50.00% | 85.10% |
HSB/HSV | 235° | 16.10% | 92.55% |
CMYK | 16.10% | 14.83% | 0.00% |
7.45% |
Color #C6C9EC in popluar number systems.
HEX | C6 | C9 | EC |
Decimal | 198 | 201 | 236 |
Binary | 11000110 | 11001001 | 11101100 |
Octal | 306 | 311 | 354 |
Shades of #C6C9EC
Tints of #C6C9EC
Examples of css and html codes for elements with #C6C9EC color. Also use rgb(198,201,236) instead hex code.
.myTextColor { color: #C6C9EC; }
<p style="color:#C6C9EC">This sample text font color is #C6C9EC.</p>
This text font color is #C6C9EC.
.myBgColor { background-color: #C6C9EC; }
<div style="background-color:#C6C9EC">Inner text</div>
This div background color is #C6C9EC.
.myBorderColor { border: 1px solid #C6C9EC; }
<div style="border:3px solid #C6C9EC">Div</div>
This div border color is #C6C9EC.
.myOpacity80 { color: #C6C9EC; opacity: 0.8; }
<p style="color:#C6C9EC;opacity:0.8;">80%</p>
Text with #C6C9EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6C9EC;}
<p style="text-shadow: 3px 3px 1px #C6C9EC">Text here.</p>
This text has shadow with #C6C9EC color.
.textShadow {text-shadow: 3px 3px 1px #C6C9EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6C9EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6C9EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6C9EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6C9EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6C9EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6C9EC;
-webkit-box-shadow: 1px 1px 3px 2px #C6C9EC;
box-shadow: 1px 1px 3px 2px #C6C9EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6C9EC; -webkit-box-shadow: 1px 1px 3px 2px #C6C9EC; box-shadow:1px 1px 3px 2px #C6C9EC;">
Div content here
</div>
This text has color #C6C9EC on black background.
This text has color #C6C9EC on white background.
This text has black color on #C6C9EC background.
This text has white color on #C6C9EC background.
Complementary color for #hex is #393613.