HEX: #C6EEBD
RGB: (198,238,189)
#C6EEBD contains red, green and blue colors in about the same proportion. Web safe color of #C6EEBD is #CCFFCC (or #CFC).
#C6EEBD color RGB value is (198,238,189).
RGB: (198,238,189)
(78%, 93%, 74%)
R 198 of 255 = 78%
G 238 of 255 = 93%
B 189 of 255 = 74%
R + G + B ~ 82%. #C6EEBD is quite light color.
R + G + B = 198 + 238 + 189 = 625 (100%)
R 198 of 625 ~ 31.68%
G 238 of 625 ~ 38.08%
B 189 of 625 ~ 30.24'%
#C6EEBD color CMYK value is (17,0,21,7).
CMYK: (17,0,21,7)
C17M0Y21K7 (17%, 0%, 21%, 7%)
(0.17 / 0.00 / 0.21 / 0.07)
Color #C6EEBD in popluar color models
C6 | EE | BD | |
---|---|---|---|
RGB | 198 | 238 | 189 |
HSL | 109° | 59.04% | 83.73% |
HSB/HSV | 109° | 20.59% | 93.33% |
CMYK | 16.81% | 0.00% | 20.59% |
6.67% |
Color #C6EEBD in popluar number systems.
HEX | C6 | EE | BD |
Decimal | 198 | 238 | 189 |
Binary | 11000110 | 11101110 | 10111101 |
Octal | 306 | 356 | 275 |
Shades of #C6EEBD
Tints of #C6EEBD
Examples of css and html codes for elements with #C6EEBD color. Also use rgb(198,238,189) instead hex code.
.myTextColor { color: #C6EEBD; }
<p style="color:#C6EEBD">This sample text font color is #C6EEBD.</p>
This text font color is #C6EEBD.
.myBgColor { background-color: #C6EEBD; }
<div style="background-color:#C6EEBD">Inner text</div>
This div background color is #C6EEBD.
.myBorderColor { border: 1px solid #C6EEBD; }
<div style="border:3px solid #C6EEBD">Div</div>
This div border color is #C6EEBD.
.myOpacity80 { color: #C6EEBD; opacity: 0.8; }
<p style="color:#C6EEBD;opacity:0.8;">80%</p>
Text with #C6EEBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6EEBD;}
<p style="text-shadow: 3px 3px 1px #C6EEBD">Text here.</p>
This text has shadow with #C6EEBD color.
.textShadow {text-shadow: 3px 3px 1px #C6EEBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6EEBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6EEBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6EEBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6EEBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6EEBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6EEBD;
-webkit-box-shadow: 1px 1px 3px 2px #C6EEBD;
box-shadow: 1px 1px 3px 2px #C6EEBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6EEBD; -webkit-box-shadow: 1px 1px 3px 2px #C6EEBD; box-shadow:1px 1px 3px 2px #C6EEBD;">
Div content here
</div>
This text has color #C6EEBD on black background.
This text has color #C6EEBD on white background.
This text has black color on #C6EEBD background.
This text has white color on #C6EEBD background.
Complementary color for #hex is #391142.