HEX: #C9EFDD
RGB: (201,239,221)
#C9EFDD contains red, green and blue colors in about the same proportion. Web safe color of #C9EFDD is #CCFFCC (or #CFC).
#C9EFDD color RGB value is (201,239,221).
RGB: (201,239,221)
(79%, 94%, 87%)
R 201 of 255 = 79%
G 239 of 255 = 94%
B 221 of 255 = 87%
R + G + B ~ 87%. #C9EFDD is light color.
R + G + B = 201 + 239 + 221 = 661 (100%)
R 201 of 661 ~ 30.41%
G 239 of 661 ~ 36.16%
B 221 of 661 ~ 33.43'%
#C9EFDD color CMYK value is (16,0,8,6).
CMYK: (16,0,8,6) C16M0Y8K6 (16%,0%,8%,6%) (0.16/0.00/0.08/0.06)
Color #C9EFDD in popluar color models
C9 | EF | DD | |
---|---|---|---|
RGB | 201 | 239 | 221 |
HSL | 152° | 54.29% | 86.27% |
HSB/HSV | 152° | 15.90% | 93.73% |
CMYK | 15.90% | 0.00% | 7.53% |
6.27% |
Color #C9EFDD in popluar number systems.
HEX | C9 | EF | DD |
Decimal | 201 | 239 | 221 |
Binary | 11001001 | 11101111 | 11011101 |
Octal | 311 | 357 | 335 |
Shades of #C9EFDD
Tints of #C9EFDD
Examples of css and html codes for elements with #C9EFDD color. Also use rgb(201,239,221) instead hex code.
.myTextColor { color: #C9EFDD; }
<p style="color:#C9EFDD">This sample text font color is #C9EFDD.</p>
This text font color is #C9EFDD.
.myBgColor { background-color: #C9EFDD; }
<div style="background-color:#C9EFDD">Inner text</div>
This div background color is #C9EFDD.
.myBorderColor { border: 1px solid #C9EFDD; }
<div style="border:3px solid #C9EFDD">Div</div>
This div border color is #C9EFDD.
.myOpacity80 { color: #C9EFDD; opacity: 0.8; }
<p style="color:#C9EFDD;opacity:0.8;">80%</p>
Text with #C9EFDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9EFDD;}
<p style="text-shadow: 3px 3px 1px #C9EFDD">Text here.</p>
This text has shadow with #C9EFDD color.
.textShadow {text-shadow: 3px 3px 1px #C9EFDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9EFDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9EFDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9EFDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9EFDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9EFDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9EFDD;
-webkit-box-shadow: 1px 1px 3px 2px #C9EFDD;
box-shadow: 1px 1px 3px 2px #C9EFDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9EFDD; -webkit-box-shadow: 1px 1px 3px 2px #C9EFDD; box-shadow:1px 1px 3px 2px #C9EFDD;">
Div content here
</div>
This text has color #C9EFDD on black background.
This text has color #C9EFDD on white background.
This text has black color on #C9EFDD background.
This text has white color on #C9EFDD background.
Complementary color for #hex is #361022.