HEX: #C6EABC
RGB: (198,234,188)
#C6EABC contains red, green and blue colors in about the same proportion. Web safe color of #C6EABC is #CCFFCC (or #CFC).
#C6EABC color RGB value is (198,234,188).
RGB: (198,234,188)
(78%, 92%, 74%)
R 198 of 255 = 78%
G 234 of 255 = 92%
B 188 of 255 = 74%
R + G + B ~ 81%. #C6EABC is quite light color.
R + G + B = 198 + 234 + 188 = 620 (100%)
R 198 of 620 ~ 31.94%
G 234 of 620 ~ 37.74%
B 188 of 620 ~ 30.32'%
#C6EABC color CMYK value is (15,0,20,8).
CMYK: (15,0,20,8)
C15M0Y20K8 (15%, 0%, 20%, 8%)
(0.15 / 0.00 / 0.20 / 0.08)
Color #C6EABC in popluar color models
C6 | EA | BC | |
---|---|---|---|
RGB | 198 | 234 | 188 |
HSL | 107° | 52.27% | 82.75% |
HSB/HSV | 107° | 19.66% | 91.76% |
CMYK | 15.38% | 0.00% | 19.66% |
8.24% |
Color #C6EABC in popluar number systems.
HEX | C6 | EA | BC |
Decimal | 198 | 234 | 188 |
Binary | 11000110 | 11101010 | 10111100 |
Octal | 306 | 352 | 274 |
Shades of #C6EABC
Tints of #C6EABC
Examples of css and html codes for elements with #C6EABC color. Also use rgb(198,234,188) instead hex code.
.myTextColor { color: #C6EABC; }
<p style="color:#C6EABC">This sample text font color is #C6EABC.</p>
This text font color is #C6EABC.
.myBgColor { background-color: #C6EABC; }
<div style="background-color:#C6EABC">Inner text</div>
This div background color is #C6EABC.
.myBorderColor { border: 1px solid #C6EABC; }
<div style="border:3px solid #C6EABC">Div</div>
This div border color is #C6EABC.
.myOpacity80 { color: #C6EABC; opacity: 0.8; }
<p style="color:#C6EABC;opacity:0.8;">80%</p>
Text with #C6EABC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6EABC;}
<p style="text-shadow: 3px 3px 1px #C6EABC">Text here.</p>
This text has shadow with #C6EABC color.
.textShadow {text-shadow: 3px 3px 1px #C6EABC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6EABC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6EABC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6EABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6EABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6EABC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6EABC;
-webkit-box-shadow: 1px 1px 3px 2px #C6EABC;
box-shadow: 1px 1px 3px 2px #C6EABC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6EABC; -webkit-box-shadow: 1px 1px 3px 2px #C6EABC; box-shadow:1px 1px 3px 2px #C6EABC;">
Div content here
</div>
This text has color #C6EABC on black background.
This text has color #C6EABC on white background.
This text has black color on #C6EABC background.
This text has white color on #C6EABC background.
Complementary color for #hex is #391543.