HEX: #C9F0BB
RGB: (201,240,187)
#C9F0BB contains red, green and blue colors in about the same proportion. Web safe color of #C9F0BB is #CCFFCC (or #CFC).
#C9F0BB color RGB value is (201,240,187).
RGB: (201,240,187)
(79%, 94%, 73%)
R 201 of 255 = 79%
G 240 of 255 = 94%
B 187 of 255 = 73%
R + G + B ~ 82%. #C9F0BB is quite light color.
R + G + B = 201 + 240 + 187 = 628 (100%)
R 201 of 628 ~ 32.01%
G 240 of 628 ~ 38.22%
B 187 of 628 ~ 29.78'%
#C9F0BB color CMYK value is (16,0,22,6).
CMYK: (16,0,22,6) C16M0Y22K6 (16%,0%,22%,6%) (0.16/0.00/0.22/0.06)
Color #C9F0BB in popluar color models
C9 | F0 | BB | |
---|---|---|---|
RGB | 201 | 240 | 187 |
HSL | 104° | 63.86% | 83.73% |
HSB/HSV | 104° | 22.08% | 94.12% |
CMYK | 16.25% | 0.00% | 22.08% |
5.88% |
Color #C9F0BB in popluar number systems.
HEX | C9 | F0 | BB |
Decimal | 201 | 240 | 187 |
Binary | 11001001 | 11110000 | 10111011 |
Octal | 311 | 360 | 273 |
Shades of #C9F0BB
Tints of #C9F0BB
Examples of css and html codes for elements with #C9F0BB color. Also use rgb(201,240,187) instead hex code.
.myTextColor { color: #C9F0BB; }
<p style="color:#C9F0BB">This sample text font color is #C9F0BB.</p>
This text font color is #C9F0BB.
.myBgColor { background-color: #C9F0BB; }
<div style="background-color:#C9F0BB">Inner text</div>
This div background color is #C9F0BB.
.myBorderColor { border: 1px solid #C9F0BB; }
<div style="border:3px solid #C9F0BB">Div</div>
This div border color is #C9F0BB.
.myOpacity80 { color: #C9F0BB; opacity: 0.8; }
<p style="color:#C9F0BB;opacity:0.8;">80%</p>
Text with #C9F0BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9F0BB;}
<p style="text-shadow: 3px 3px 1px #C9F0BB">Text here.</p>
This text has shadow with #C9F0BB color.
.textShadow {text-shadow: 3px 3px 1px #C9F0BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9F0BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9F0BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9F0BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9F0BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9F0BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9F0BB;
-webkit-box-shadow: 1px 1px 3px 2px #C9F0BB;
box-shadow: 1px 1px 3px 2px #C9F0BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9F0BB; -webkit-box-shadow: 1px 1px 3px 2px #C9F0BB; box-shadow:1px 1px 3px 2px #C9F0BB;">
Div content here
</div>
This text has color #C9F0BB on black background.
This text has color #C9F0BB on white background.
This text has black color on #C9F0BB background.
This text has white color on #C9F0BB background.
Complementary color for #hex is #360F44.