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