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