HEX: #C6EBDA
RGB: (198,235,218)
#C6EBDA contains red, green and blue colors in about the same proportion. Web safe color of #C6EBDA is #CCFFCC (or #CFC).
#C6EBDA color RGB value is (198,235,218).
RGB: (198,235,218)
(78%, 92%, 85%)
R 198 of 255 = 78%
G 235 of 255 = 92%
B 218 of 255 = 85%
R + G + B ~ 85%. #C6EBDA is quite light color.
R + G + B = 198 + 235 + 218 = 651 (100%)
R 198 of 651 ~ 30.41%
G 235 of 651 ~ 36.1%
B 218 of 651 ~ 33.49'%
#C6EBDA color CMYK value is (16,0,7,8).
CMYK: (16,0,7,8)
C16M0Y7K8 (16%, 0%, 7%, 8%)
(0.16 / 0.00 / 0.07 / 0.08)
Color #C6EBDA in popluar color models
C6 | EB | DA | |
---|---|---|---|
RGB | 198 | 235 | 218 |
HSL | 152° | 48.05% | 84.90% |
HSB/HSV | 152° | 15.74% | 92.16% |
CMYK | 15.74% | 0.00% | 7.23% |
7.84% |
Color #C6EBDA in popluar number systems.
HEX | C6 | EB | DA |
Decimal | 198 | 235 | 218 |
Binary | 11000110 | 11101011 | 11011010 |
Octal | 306 | 353 | 332 |
Shades of #C6EBDA
Tints of #C6EBDA
Examples of css and html codes for elements with #C6EBDA color. Also use rgb(198,235,218) instead hex code.
.myTextColor { color: #C6EBDA; }
<p style="color:#C6EBDA">This sample text font color is #C6EBDA.</p>
This text font color is #C6EBDA.
.myBgColor { background-color: #C6EBDA; }
<div style="background-color:#C6EBDA">Inner text</div>
This div background color is #C6EBDA.
.myBorderColor { border: 1px solid #C6EBDA; }
<div style="border:3px solid #C6EBDA">Div</div>
This div border color is #C6EBDA.
.myOpacity80 { color: #C6EBDA; opacity: 0.8; }
<p style="color:#C6EBDA;opacity:0.8;">80%</p>
Text with #C6EBDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6EBDA;}
<p style="text-shadow: 3px 3px 1px #C6EBDA">Text here.</p>
This text has shadow with #C6EBDA color.
.textShadow {text-shadow: 3px 3px 1px #C6EBDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6EBDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6EBDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6EBDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6EBDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6EBDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6EBDA;
-webkit-box-shadow: 1px 1px 3px 2px #C6EBDA;
box-shadow: 1px 1px 3px 2px #C6EBDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6EBDA; -webkit-box-shadow: 1px 1px 3px 2px #C6EBDA; box-shadow:1px 1px 3px 2px #C6EBDA;">
Div content here
</div>
This text has color #C6EBDA on black background.
This text has color #C6EBDA on white background.
This text has black color on #C6EBDA background.
This text has white color on #C6EBDA background.
Complementary color for #hex is #391425.