HEX: #C9EAFE
RGB: (201,234,254)
#C9EAFE contains red, green and blue colors in about the same proportion. Web safe color of #C9EAFE is #CCFFFF (or #CFF).
#C9EAFE color RGB value is (201,234,254).
RGB: (201,234,254)
(79%, 92%, 100%)
R 201 of 255 = 79%
G 234 of 255 = 92%
B 254 of 255 = 100%
R + G + B ~ 90%. #C9EAFE is light color.
R + G + B = 201 + 234 + 254 = 689 (100%)
R 201 of 689 ~ 29.17%
G 234 of 689 ~ 33.96%
B 254 of 689 ~ 36.87'%
#C9EAFE color CMYK value is (21,8,0,0).
CMYK: (21,8,0,0) C21M8Y0K0 (21%,8%,0%,0%) (0.21/0.08/0.00/0.00)
Color #C9EAFE in popluar color models
C9 | EA | FE | |
---|---|---|---|
RGB | 201 | 234 | 254 |
HSL | 203° | 96.36% | 89.22% |
HSB/HSV | 203° | 20.87% | 99.61% |
CMYK | 20.87% | 7.87% | 0.00% |
0.39% |
Color #C9EAFE in popluar number systems.
HEX | C9 | EA | FE |
Decimal | 201 | 234 | 254 |
Binary | 11001001 | 11101010 | 11111110 |
Octal | 311 | 352 | 376 |
Shades of #C9EAFE
Tints of #C9EAFE
Examples of css and html codes for elements with #C9EAFE color. Also use rgb(201,234,254) instead hex code.
.myTextColor { color: #C9EAFE; }
<p style="color:#C9EAFE">This sample text font color is #C9EAFE.</p>
This text font color is #C9EAFE.
.myBgColor { background-color: #C9EAFE; }
<div style="background-color:#C9EAFE">Inner text</div>
This div background color is #C9EAFE.
.myBorderColor { border: 1px solid #C9EAFE; }
<div style="border:3px solid #C9EAFE">Div</div>
This div border color is #C9EAFE.
.myOpacity80 { color: #C9EAFE; opacity: 0.8; }
<p style="color:#C9EAFE;opacity:0.8;">80%</p>
Text with #C9EAFE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9EAFE;}
<p style="text-shadow: 3px 3px 1px #C9EAFE">Text here.</p>
This text has shadow with #C9EAFE color.
.textShadow {text-shadow: 3px 3px 1px #C9EAFE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9EAFE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9EAFE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9EAFE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9EAFE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9EAFE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9EAFE;
-webkit-box-shadow: 1px 1px 3px 2px #C9EAFE;
box-shadow: 1px 1px 3px 2px #C9EAFE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9EAFE; -webkit-box-shadow: 1px 1px 3px 2px #C9EAFE; box-shadow:1px 1px 3px 2px #C9EAFE;">
Div content here
</div>
This text has color #C9EAFE on black background.
This text has color #C9EAFE on white background.
This text has black color on #C9EAFE background.
This text has white color on #C9EAFE background.
Complementary color for #hex is #361501.