HEX: #C6E9DB
RGB: (198,233,219)
#C6E9DB contains red, green and blue colors in about the same proportion. Web safe color of #C6E9DB is #CCFFCC (or #CFC).
#C6E9DB color RGB value is (198,233,219).
RGB: (198,233,219)
(78%, 91%, 86%)
R 198 of 255 = 78%
G 233 of 255 = 91%
B 219 of 255 = 86%
R + G + B ~ 85%. #C6E9DB is quite light color.
R + G + B = 198 + 233 + 219 = 650 (100%)
R 198 of 650 ~ 30.46%
G 233 of 650 ~ 35.85%
B 219 of 650 ~ 33.69'%
#C6E9DB color CMYK value is (15,0,6,9).
CMYK: (15,0,6,9)
C15M0Y6K9 (15%, 0%, 6%, 9%)
(0.15 / 0.00 / 0.06 / 0.09)
Color #C6E9DB in popluar color models
C6 | E9 | DB | |
---|---|---|---|
RGB | 198 | 233 | 219 |
HSL | 156° | 44.30% | 84.51% |
HSB/HSV | 156° | 15.02% | 91.37% |
CMYK | 15.02% | 0.00% | 6.01% |
8.63% |
Color #C6E9DB in popluar number systems.
HEX | C6 | E9 | DB |
Decimal | 198 | 233 | 219 |
Binary | 11000110 | 11101001 | 11011011 |
Octal | 306 | 351 | 333 |
Shades of #C6E9DB
Tints of #C6E9DB
Examples of css and html codes for elements with #C6E9DB color. Also use rgb(198,233,219) instead hex code.
.myTextColor { color: #C6E9DB; }
<p style="color:#C6E9DB">This sample text font color is #C6E9DB.</p>
This text font color is #C6E9DB.
.myBgColor { background-color: #C6E9DB; }
<div style="background-color:#C6E9DB">Inner text</div>
This div background color is #C6E9DB.
.myBorderColor { border: 1px solid #C6E9DB; }
<div style="border:3px solid #C6E9DB">Div</div>
This div border color is #C6E9DB.
.myOpacity80 { color: #C6E9DB; opacity: 0.8; }
<p style="color:#C6E9DB;opacity:0.8;">80%</p>
Text with #C6E9DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E9DB;}
<p style="text-shadow: 3px 3px 1px #C6E9DB">Text here.</p>
This text has shadow with #C6E9DB color.
.textShadow {text-shadow: 3px 3px 1px #C6E9DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E9DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6E9DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E9DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E9DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E9DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E9DB;
-webkit-box-shadow: 1px 1px 3px 2px #C6E9DB;
box-shadow: 1px 1px 3px 2px #C6E9DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E9DB; -webkit-box-shadow: 1px 1px 3px 2px #C6E9DB; box-shadow:1px 1px 3px 2px #C6E9DB;">
Div content here
</div>
This text has color #C6E9DB on black background.
This text has color #C6E9DB on white background.
This text has black color on #C6E9DB background.
This text has white color on #C6E9DB background.
Complementary color for #hex is #391624.