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