HEX: #C2ED9B
RGB: (194,237,155)
#C2ED9B contains mainly red and green colors. Web safe color of #C2ED9B is #CCFF99 (or #CF9).
#C2ED9B color RGB value is (194,237,155).
RGB: (194,237,155)
(76%, 93%, 61%)
R 194 of 255 = 76%
G 237 of 255 = 93%
B 155 of 255 = 61%
R + G + B ~ 77%. #C2ED9B is quite light color.
R + G + B = 194 + 237 + 155 = 586 (100%)
R 194 of 586 ~ 33.11%
G 237 of 586 ~ 40.44%
B 155 of 586 ~ 26.45'%
#C2ED9B color CMYK value is (18,0,35,7).
CMYK: (18,0,35,7)
C18M0Y35K7 (18%, 0%, 35%, 7%)
(0.18 / 0.00 / 0.35 / 0.07)
Color #C2ED9B in popluar color models
C2 | ED | 9B | |
---|---|---|---|
RGB | 194 | 237 | 155 |
HSL | 91° | 69.49% | 76.86% |
HSB/HSV | 91° | 34.60% | 92.94% |
CMYK | 18.14% | 0.00% | 34.60% |
7.06% |
Color #C2ED9B in popluar number systems.
HEX | C2 | ED | 9B |
Decimal | 194 | 237 | 155 |
Binary | 11000010 | 11101101 | 10011011 |
Octal | 302 | 355 | 233 |
Shades of #C2ED9B
Tints of #C2ED9B
Examples of css and html codes for elements with #C2ED9B color. Also use rgb(194,237,155) instead hex code.
.myTextColor { color: #C2ED9B; }
<p style="color:#C2ED9B">This sample text font color is #C2ED9B.</p>
This text font color is #C2ED9B.
.myBgColor { background-color: #C2ED9B; }
<div style="background-color:#C2ED9B">Inner text</div>
This div background color is #C2ED9B.
.myBorderColor { border: 1px solid #C2ED9B; }
<div style="border:3px solid #C2ED9B">Div</div>
This div border color is #C2ED9B.
.myOpacity80 { color: #C2ED9B; opacity: 0.8; }
<p style="color:#C2ED9B;opacity:0.8;">80%</p>
Text with #C2ED9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C2ED9B;}
<p style="text-shadow: 3px 3px 1px #C2ED9B">Text here.</p>
This text has shadow with #C2ED9B color.
.textShadow {text-shadow: 3px 3px 1px #C2ED9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C2ED9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C2ED9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2ED9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C2ED9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C2ED9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C2ED9B;
-webkit-box-shadow: 1px 1px 3px 2px #C2ED9B;
box-shadow: 1px 1px 3px 2px #C2ED9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2ED9B; -webkit-box-shadow: 1px 1px 3px 2px #C2ED9B; box-shadow:1px 1px 3px 2px #C2ED9B;">
Div content here
</div>
This text has color #C2ED9B on black background.
This text has color #C2ED9B on white background.
This text has black color on #C2ED9B background.
This text has white color on #C2ED9B background.
Complementary color for #C2ED9B is #3D1264.