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