HEX: #C9DBDA
RGB: (201,219,218)
#C9DBDA contains red, green and blue colors in about the same proportion. Web safe color of #C9DBDA is #CCCCCC (or #CCC).
#C9DBDA color RGB value is (201,219,218).
RGB: (201,219,218)
(79%, 86%, 85%)
R 201 of 255 = 79%
G 219 of 255 = 86%
B 218 of 255 = 85%
R + G + B ~ 83%. #C9DBDA is quite light color.
R + G + B = 201 + 219 + 218 = 638 (100%)
R 201 of 638 ~ 31.5%
G 219 of 638 ~ 34.33%
B 218 of 638 ~ 34.17'%
#C9DBDA color CMYK value is (8,0,0,14).
CMYK: (8,0,0,14)
C8M0Y0K14 (8%, 0%, 0%, 14%)
(0.08 / 0.00 / 0.00 / 0.14)
Color #C9DBDA in popluar color models
C9 | DB | DA | |
---|---|---|---|
RGB | 201 | 219 | 218 |
HSL | 177° | 20.00% | 82.35% |
HSB/HSV | 177° | 8.22% | 85.88% |
CMYK | 8.22% | 0.00% | 0.46% |
14.12% |
Color #C9DBDA in popluar number systems.
HEX | C9 | DB | DA |
Decimal | 201 | 219 | 218 |
Binary | 11001001 | 11011011 | 11011010 |
Octal | 311 | 333 | 332 |
Shades of #C9DBDA
Tints of #C9DBDA
Examples of css and html codes for elements with #C9DBDA color. Also use rgb(201,219,218) instead hex code.
.myTextColor { color: #C9DBDA; }
<p style="color:#C9DBDA">This sample text font color is #C9DBDA.</p>
This text font color is #C9DBDA.
.myBgColor { background-color: #C9DBDA; }
<div style="background-color:#C9DBDA">Inner text</div>
This div background color is #C9DBDA.
.myBorderColor { border: 1px solid #C9DBDA; }
<div style="border:3px solid #C9DBDA">Div</div>
This div border color is #C9DBDA.
.myOpacity80 { color: #C9DBDA; opacity: 0.8; }
<p style="color:#C9DBDA;opacity:0.8;">80%</p>
Text with #C9DBDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9DBDA;}
<p style="text-shadow: 3px 3px 1px #C9DBDA">Text here.</p>
This text has shadow with #C9DBDA color.
.textShadow {text-shadow: 3px 3px 1px #C9DBDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9DBDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9DBDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9DBDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9DBDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9DBDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9DBDA;
-webkit-box-shadow: 1px 1px 3px 2px #C9DBDA;
box-shadow: 1px 1px 3px 2px #C9DBDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9DBDA; -webkit-box-shadow: 1px 1px 3px 2px #C9DBDA; box-shadow:1px 1px 3px 2px #C9DBDA;">
Div content here
</div>
This text has color #C9DBDA on black background.
This text has color #C9DBDA on white background.
This text has black color on #C9DBDA background.
This text has white color on #C9DBDA background.
Complementary color for #hex is #362425.