HEX: #C9DCEE
RGB: (201,220,238)
#C9DCEE contains red, green and blue colors in about the same proportion. Web safe color of #C9DCEE is #CCCCFF (or #CCF).
#C9DCEE color RGB value is (201,220,238).
RGB: (201,220,238)
(79%, 86%, 93%)
R 201 of 255 = 79%
G 220 of 255 = 86%
B 238 of 255 = 93%
R + G + B ~ 86%. #C9DCEE is light color.
R + G + B = 201 + 220 + 238 = 659 (100%)
R 201 of 659 ~ 30.5%
G 220 of 659 ~ 33.38%
B 238 of 659 ~ 36.12'%
#C9DCEE color CMYK value is (16,8,0,7).
CMYK: (16,8,0,7)
C16M8Y0K7 (16%, 8%, 0%, 7%)
(0.16 / 0.08 / 0.00 / 0.07)
Color #C9DCEE in popluar color models
C9 | DC | EE | |
---|---|---|---|
RGB | 201 | 220 | 238 |
HSL | 209° | 52.11% | 86.08% |
HSB/HSV | 209° | 15.55% | 93.33% |
CMYK | 15.55% | 7.56% | 0.00% |
6.67% |
Color #C9DCEE in popluar number systems.
HEX | C9 | DC | EE |
Decimal | 201 | 220 | 238 |
Binary | 11001001 | 11011100 | 11101110 |
Octal | 311 | 334 | 356 |
Shades of #C9DCEE
Tints of #C9DCEE
Examples of css and html codes for elements with #C9DCEE color. Also use rgb(201,220,238) instead hex code.
.myTextColor { color: #C9DCEE; }
<p style="color:#C9DCEE">This sample text font color is #C9DCEE.</p>
This text font color is #C9DCEE.
.myBgColor { background-color: #C9DCEE; }
<div style="background-color:#C9DCEE">Inner text</div>
This div background color is #C9DCEE.
.myBorderColor { border: 1px solid #C9DCEE; }
<div style="border:3px solid #C9DCEE">Div</div>
This div border color is #C9DCEE.
.myOpacity80 { color: #C9DCEE; opacity: 0.8; }
<p style="color:#C9DCEE;opacity:0.8;">80%</p>
Text with #C9DCEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9DCEE;}
<p style="text-shadow: 3px 3px 1px #C9DCEE">Text here.</p>
This text has shadow with #C9DCEE color.
.textShadow {text-shadow: 3px 3px 1px #C9DCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9DCEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9DCEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9DCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9DCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9DCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9DCEE;
-webkit-box-shadow: 1px 1px 3px 2px #C9DCEE;
box-shadow: 1px 1px 3px 2px #C9DCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9DCEE; -webkit-box-shadow: 1px 1px 3px 2px #C9DCEE; box-shadow:1px 1px 3px 2px #C9DCEE;">
Div content here
</div>
This text has color #C9DCEE on black background.
This text has color #C9DCEE on white background.
This text has black color on #C9DCEE background.
This text has white color on #C9DCEE background.
Complementary color for #hex is #362311.