HEX: #C9DCED
RGB: (201,220,237)
#C9DCED contains red, green and blue colors in about the same proportion. Web safe color of #C9DCED is #CCCCFF (or #CCF).
#C9DCED color RGB value is (201,220,237).
RGB: (201,220,237)
(79%, 86%, 93%)
R 201 of 255 = 79%
G 220 of 255 = 86%
B 237 of 255 = 93%
R + G + B ~ 86%. #C9DCED is light color.
R + G + B = 201 + 220 + 237 = 658 (100%)
R 201 of 658 ~ 30.55%
G 220 of 658 ~ 33.43%
B 237 of 658 ~ 36.02'%
#C9DCED color CMYK value is (15,7,0,7).
CMYK: (15,7,0,7)
C15M7Y0K7 (15%, 7%, 0%, 7%)
(0.15 / 0.07 / 0.00 / 0.07)
Color #C9DCED in popluar color models
C9 | DC | ED | |
---|---|---|---|
RGB | 201 | 220 | 237 |
HSL | 208° | 50.00% | 85.88% |
HSB/HSV | 208° | 15.19% | 92.94% |
CMYK | 15.19% | 7.17% | 0.00% |
7.06% |
Color #C9DCED in popluar number systems.
HEX | C9 | DC | ED |
Decimal | 201 | 220 | 237 |
Binary | 11001001 | 11011100 | 11101101 |
Octal | 311 | 334 | 355 |
Shades of #C9DCED
Tints of #C9DCED
Examples of css and html codes for elements with #C9DCED color. Also use rgb(201,220,237) instead hex code.
.myTextColor { color: #C9DCED; }
<p style="color:#C9DCED">This sample text font color is #C9DCED.</p>
This text font color is #C9DCED.
.myBgColor { background-color: #C9DCED; }
<div style="background-color:#C9DCED">Inner text</div>
This div background color is #C9DCED.
.myBorderColor { border: 1px solid #C9DCED; }
<div style="border:3px solid #C9DCED">Div</div>
This div border color is #C9DCED.
.myOpacity80 { color: #C9DCED; opacity: 0.8; }
<p style="color:#C9DCED;opacity:0.8;">80%</p>
Text with #C9DCED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9DCED;}
<p style="text-shadow: 3px 3px 1px #C9DCED">Text here.</p>
This text has shadow with #C9DCED color.
.textShadow {text-shadow: 3px 3px 1px #C9DCED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9DCED, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9DCED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9DCED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9DCED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9DCED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9DCED;
-webkit-box-shadow: 1px 1px 3px 2px #C9DCED;
box-shadow: 1px 1px 3px 2px #C9DCED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9DCED; -webkit-box-shadow: 1px 1px 3px 2px #C9DCED; box-shadow:1px 1px 3px 2px #C9DCED;">
Div content here
</div>
This text has color #C9DCED on black background.
This text has color #C9DCED on white background.
This text has black color on #C9DCED background.
This text has white color on #C9DCED background.
Complementary color for #hex is #362312.