HEX: #C9FAD6
RGB: (201,250,214)
#C9FAD6 contains red, green and blue colors in about the same proportion. Web safe color of #C9FAD6 is #CCFFCC (or #CFC).
#C9FAD6 color RGB value is (201,250,214).
RGB: (201,250,214)
(79%, 98%, 84%)
R 201 of 255 = 79%
G 250 of 255 = 98%
B 214 of 255 = 84%
R + G + B ~ 87%. #C9FAD6 is light color.
R + G + B = 201 + 250 + 214 = 665 (100%)
R 201 of 665 ~ 30.23%
G 250 of 665 ~ 37.59%
B 214 of 665 ~ 32.18'%
#C9FAD6 color CMYK value is (20,0,14,2).
CMYK: (20,0,14,2)
C20M0Y14K2 (20%, 0%, 14%, 2%)
(0.20 / 0.00 / 0.14 / 0.02)
Color #C9FAD6 in popluar color models
C9 | FA | D6 | |
---|---|---|---|
RGB | 201 | 250 | 214 |
HSL | 136° | 83.05% | 88.43% |
HSB/HSV | 136° | 19.60% | 98.04% |
CMYK | 19.60% | 0.00% | 14.40% |
1.96% |
Color #C9FAD6 in popluar number systems.
HEX | C9 | FA | D6 |
Decimal | 201 | 250 | 214 |
Binary | 11001001 | 11111010 | 11010110 |
Octal | 311 | 372 | 326 |
Shades of #C9FAD6
Tints of #C9FAD6
Examples of css and html codes for elements with #C9FAD6 color. Also use rgb(201,250,214) instead hex code.
.myTextColor { color: #C9FAD6; }
<p style="color:#C9FAD6">This sample text font color is #C9FAD6.</p>
This text font color is #C9FAD6.
.myBgColor { background-color: #C9FAD6; }
<div style="background-color:#C9FAD6">Inner text</div>
This div background color is #C9FAD6.
.myBorderColor { border: 1px solid #C9FAD6; }
<div style="border:3px solid #C9FAD6">Div</div>
This div border color is #C9FAD6.
.myOpacity80 { color: #C9FAD6; opacity: 0.8; }
<p style="color:#C9FAD6;opacity:0.8;">80%</p>
Text with #C9FAD6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9FAD6;}
<p style="text-shadow: 3px 3px 1px #C9FAD6">Text here.</p>
This text has shadow with #C9FAD6 color.
.textShadow {text-shadow: 3px 3px 1px #C9FAD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9FAD6, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9FAD6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9FAD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9FAD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9FAD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9FAD6;
-webkit-box-shadow: 1px 1px 3px 2px #C9FAD6;
box-shadow: 1px 1px 3px 2px #C9FAD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9FAD6; -webkit-box-shadow: 1px 1px 3px 2px #C9FAD6; box-shadow:1px 1px 3px 2px #C9FAD6;">
Div content here
</div>
This text has color #C9FAD6 on black background.
This text has color #C9FAD6 on white background.
This text has black color on #C9FAD6 background.
This text has white color on #C9FAD6 background.
Complementary color for #hex is #360529.