HEX: #C9EBAB
RGB: (201,235,171)
#C9EBAB contains mainly red and green colors. Web safe color of #C9EBAB is #CCFF99 (or #CF9).
#C9EBAB color RGB value is (201,235,171).
RGB: (201,235,171)
(79%, 92%, 67%)
R 201 of 255 = 79%
G 235 of 255 = 92%
B 171 of 255 = 67%
R + G + B ~ 79%. #C9EBAB is quite light color.
R + G + B = 201 + 235 + 171 = 607 (100%)
R 201 of 607 ~ 33.11%
G 235 of 607 ~ 38.71%
B 171 of 607 ~ 28.17'%
#C9EBAB color CMYK value is (14,0,27,8).
CMYK: (14,0,27,8) C14M0Y27K8 (14%,0%,27%,8%) (0.14/0.00/0.27/0.08)
Color #C9EBAB in popluar color models
C9 | EB | AB | |
---|---|---|---|
RGB | 201 | 235 | 171 |
HSL | 92° | 61.54% | 79.61% |
HSB/HSV | 92° | 27.23% | 92.16% |
CMYK | 14.47% | 0.00% | 27.23% |
7.84% |
Color #C9EBAB in popluar number systems.
HEX | C9 | EB | AB |
Decimal | 201 | 235 | 171 |
Binary | 11001001 | 11101011 | 10101011 |
Octal | 311 | 353 | 253 |
Shades of #C9EBAB
Tints of #C9EBAB
Examples of css and html codes for elements with #C9EBAB color. Also use rgb(201,235,171) instead hex code.
.myTextColor { color: #C9EBAB; }
<p style="color:#C9EBAB">This sample text font color is #C9EBAB.</p>
This text font color is #C9EBAB.
.myBgColor { background-color: #C9EBAB; }
<div style="background-color:#C9EBAB">Inner text</div>
This div background color is #C9EBAB.
.myBorderColor { border: 1px solid #C9EBAB; }
<div style="border:3px solid #C9EBAB">Div</div>
This div border color is #C9EBAB.
.myOpacity80 { color: #C9EBAB; opacity: 0.8; }
<p style="color:#C9EBAB;opacity:0.8;">80%</p>
Text with #C9EBAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9EBAB;}
<p style="text-shadow: 3px 3px 1px #C9EBAB">Text here.</p>
This text has shadow with #C9EBAB color.
.textShadow {text-shadow: 3px 3px 1px #C9EBAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9EBAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9EBAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9EBAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9EBAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9EBAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9EBAB;
-webkit-box-shadow: 1px 1px 3px 2px #C9EBAB;
box-shadow: 1px 1px 3px 2px #C9EBAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9EBAB; -webkit-box-shadow: 1px 1px 3px 2px #C9EBAB; box-shadow:1px 1px 3px 2px #C9EBAB;">
Div content here
</div>
This text has color #C9EBAB on black background.
This text has color #C9EBAB on white background.
This text has black color on #C9EBAB background.
This text has white color on #C9EBAB background.
Complementary color for #hex is #361454.