HEX: #C9DEEA
RGB: (201,222,234)
#C9DEEA contains red, green and blue colors in about the same proportion. Web safe color of #C9DEEA is #CCCCFF (or #CCF).
#C9DEEA color RGB value is (201,222,234).
RGB: (201,222,234)
(79%, 87%, 92%)
R 201 of 255 = 79%
G 222 of 255 = 87%
B 234 of 255 = 92%
R + G + B ~ 86%. #C9DEEA is light color.
R + G + B = 201 + 222 + 234 = 657 (100%)
R 201 of 657 ~ 30.59%
G 222 of 657 ~ 33.79%
B 234 of 657 ~ 35.62'%
#C9DEEA color CMYK value is (14,5,0,8).
CMYK: (14,5,0,8) C14M5Y0K8 (14%,5%,0%,8%) (0.14/0.05/0.00/0.08)
Color #C9DEEA in popluar color models
C9 | DE | EA | |
---|---|---|---|
RGB | 201 | 222 | 234 |
HSL | 202° | 44.00% | 85.29% |
HSB/HSV | 202° | 14.10% | 91.76% |
CMYK | 14.10% | 5.13% | 0.00% |
8.24% |
Color #C9DEEA in popluar number systems.
HEX | C9 | DE | EA |
Decimal | 201 | 222 | 234 |
Binary | 11001001 | 11011110 | 11101010 |
Octal | 311 | 336 | 352 |
Shades of #C9DEEA
Tints of #C9DEEA
Examples of css and html codes for elements with #C9DEEA color. Also use rgb(201,222,234) instead hex code.
.myTextColor { color: #C9DEEA; }
<p style="color:#C9DEEA">This sample text font color is #C9DEEA.</p>
This text font color is #C9DEEA.
.myBgColor { background-color: #C9DEEA; }
<div style="background-color:#C9DEEA">Inner text</div>
This div background color is #C9DEEA.
.myBorderColor { border: 1px solid #C9DEEA; }
<div style="border:3px solid #C9DEEA">Div</div>
This div border color is #C9DEEA.
.myOpacity80 { color: #C9DEEA; opacity: 0.8; }
<p style="color:#C9DEEA;opacity:0.8;">80%</p>
Text with #C9DEEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9DEEA;}
<p style="text-shadow: 3px 3px 1px #C9DEEA">Text here.</p>
This text has shadow with #C9DEEA color.
.textShadow {text-shadow: 3px 3px 1px #C9DEEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9DEEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9DEEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9DEEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9DEEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9DEEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9DEEA;
-webkit-box-shadow: 1px 1px 3px 2px #C9DEEA;
box-shadow: 1px 1px 3px 2px #C9DEEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9DEEA; -webkit-box-shadow: 1px 1px 3px 2px #C9DEEA; box-shadow:1px 1px 3px 2px #C9DEEA;">
Div content here
</div>
This text has color #C9DEEA on black background.
This text has color #C9DEEA on white background.
This text has black color on #C9DEEA background.
This text has white color on #C9DEEA background.
Complementary color for #hex is #362115.