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