HEX: #C6CBEE
RGB: (198,203,238)
#C6CBEE contains red, green and blue colors in about the same proportion. Web safe color of #C6CBEE is #CCCCFF (or #CCF).
#C6CBEE color RGB value is (198,203,238).
RGB: (198,203,238)
(78%, 80%, 93%)
R 198 of 255 = 78%
G 203 of 255 = 80%
B 238 of 255 = 93%
R + G + B ~ 84%. #C6CBEE is quite light color.
R + G + B = 198 + 203 + 238 = 639 (100%)
R 198 of 639 ~ 30.99%
G 203 of 639 ~ 31.77%
B 238 of 639 ~ 37.25'%
#C6CBEE color CMYK value is (17,15,0,7).
CMYK: (17,15,0,7) C17M15Y0K7 (17%,15%,0%,7%) (0.17/0.15/0.00/0.07)
Color #C6CBEE in popluar color models
C6 | CB | EE | |
---|---|---|---|
RGB | 198 | 203 | 238 |
HSL | 233° | 54.05% | 85.49% |
HSB/HSV | 233° | 16.81% | 93.33% |
CMYK | 16.81% | 14.71% | 0.00% |
6.67% |
Color #C6CBEE in popluar number systems.
HEX | C6 | CB | EE |
Decimal | 198 | 203 | 238 |
Binary | 11000110 | 11001011 | 11101110 |
Octal | 306 | 313 | 356 |
Shades of #C6CBEE
Tints of #C6CBEE
Examples of css and html codes for elements with #C6CBEE color. Also use rgb(198,203,238) instead hex code.
.myTextColor { color: #C6CBEE; }
<p style="color:#C6CBEE">This sample text font color is #C6CBEE.</p>
This text font color is #C6CBEE.
.myBgColor { background-color: #C6CBEE; }
<div style="background-color:#C6CBEE">Inner text</div>
This div background color is #C6CBEE.
.myBorderColor { border: 1px solid #C6CBEE; }
<div style="border:3px solid #C6CBEE">Div</div>
This div border color is #C6CBEE.
.myOpacity80 { color: #C6CBEE; opacity: 0.8; }
<p style="color:#C6CBEE;opacity:0.8;">80%</p>
Text with #C6CBEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6CBEE;}
<p style="text-shadow: 3px 3px 1px #C6CBEE">Text here.</p>
This text has shadow with #C6CBEE color.
.textShadow {text-shadow: 3px 3px 1px #C6CBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6CBEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6CBEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6CBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6CBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6CBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6CBEE;
-webkit-box-shadow: 1px 1px 3px 2px #C6CBEE;
box-shadow: 1px 1px 3px 2px #C6CBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6CBEE; -webkit-box-shadow: 1px 1px 3px 2px #C6CBEE; box-shadow:1px 1px 3px 2px #C6CBEE;">
Div content here
</div>
This text has color #C6CBEE on black background.
This text has color #C6CBEE on white background.
This text has black color on #C6CBEE background.
This text has white color on #C6CBEE background.
Complementary color for #hex is #393411.