HEX: #C9EBBB
RGB: (201,235,187)
#C9EBBB contains red, green and blue colors in about the same proportion. Web safe color of #C9EBBB is #CCFFCC (or #CFC).
#C9EBBB color RGB value is (201,235,187).
RGB: (201,235,187)
(79%, 92%, 73%)
R 201 of 255 = 79%
G 235 of 255 = 92%
B 187 of 255 = 73%
R + G + B ~ 81%. #C9EBBB is quite light color.
R + G + B = 201 + 235 + 187 = 623 (100%)
R 201 of 623 ~ 32.26%
G 235 of 623 ~ 37.72%
B 187 of 623 ~ 30.02'%
#C9EBBB color CMYK value is (14,0,20,8).
CMYK: (14,0,20,8) C14M0Y20K8 (14%,0%,20%,8%) (0.14/0.00/0.20/0.08)
Color #C9EBBB in popluar color models
C9 | EB | BB | |
---|---|---|---|
RGB | 201 | 235 | 187 |
HSL | 103° | 54.55% | 82.75% |
HSB/HSV | 103° | 20.43% | 92.16% |
CMYK | 14.47% | 0.00% | 20.43% |
7.84% |
Color #C9EBBB in popluar number systems.
HEX | C9 | EB | BB |
Decimal | 201 | 235 | 187 |
Binary | 11001001 | 11101011 | 10111011 |
Octal | 311 | 353 | 273 |
Shades of #C9EBBB
Tints of #C9EBBB
Examples of css and html codes for elements with #C9EBBB color. Also use rgb(201,235,187) instead hex code.
.myTextColor { color: #C9EBBB; }
<p style="color:#C9EBBB">This sample text font color is #C9EBBB.</p>
This text font color is #C9EBBB.
.myBgColor { background-color: #C9EBBB; }
<div style="background-color:#C9EBBB">Inner text</div>
This div background color is #C9EBBB.
.myBorderColor { border: 1px solid #C9EBBB; }
<div style="border:3px solid #C9EBBB">Div</div>
This div border color is #C9EBBB.
.myOpacity80 { color: #C9EBBB; opacity: 0.8; }
<p style="color:#C9EBBB;opacity:0.8;">80%</p>
Text with #C9EBBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9EBBB;}
<p style="text-shadow: 3px 3px 1px #C9EBBB">Text here.</p>
This text has shadow with #C9EBBB color.
.textShadow {text-shadow: 3px 3px 1px #C9EBBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9EBBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9EBBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9EBBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9EBBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9EBBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9EBBB;
-webkit-box-shadow: 1px 1px 3px 2px #C9EBBB;
box-shadow: 1px 1px 3px 2px #C9EBBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9EBBB; -webkit-box-shadow: 1px 1px 3px 2px #C9EBBB; box-shadow:1px 1px 3px 2px #C9EBBB;">
Div content here
</div>
This text has color #C9EBBB on black background.
This text has color #C9EBBB on white background.
This text has black color on #C9EBBB background.
This text has white color on #C9EBBB background.
Complementary color for #hex is #361444.