HEX: #C4F9E6
RGB: (196,249,230)
#C4F9E6 contains red, green and blue colors in about the same proportion. Web safe color of #C4F9E6 is #CCFFCC (or #CFC).
#C4F9E6 color RGB value is (196,249,230).
RGB: (196,249,230)
(77%, 98%, 90%)
R 196 of 255 = 77%
G 249 of 255 = 98%
B 230 of 255 = 90%
R + G + B ~ 88%. #C4F9E6 is light color.
R + G + B = 196 + 249 + 230 = 675 (100%)
R 196 of 675 ~ 29.04%
G 249 of 675 ~ 36.89%
B 230 of 675 ~ 34.07'%
#C4F9E6 color CMYK value is (21,0,8,2).
CMYK: (21,0,8,2)
C21M0Y8K2 (21%, 0%, 8%, 2%)
(0.21 / 0.00 / 0.08 / 0.02)
Color #C4F9E6 in popluar color models
C4 | F9 | E6 | |
---|---|---|---|
RGB | 196 | 249 | 230 |
HSL | 158° | 81.54% | 87.25% |
HSB/HSV | 158° | 21.29% | 97.65% |
CMYK | 21.29% | 0.00% | 7.63% |
2.35% |
Color #C4F9E6 in popluar number systems.
HEX | C4 | F9 | E6 |
Decimal | 196 | 249 | 230 |
Binary | 11000100 | 11111001 | 11100110 |
Octal | 304 | 371 | 346 |
Shades of #C4F9E6
Tints of #C4F9E6
Examples of css and html codes for elements with #C4F9E6 color. Also use rgb(196,249,230) instead hex code.
.myTextColor { color: #C4F9E6; }
<p style="color:#C4F9E6">This sample text font color is #C4F9E6.</p>
This text font color is #C4F9E6.
.myBgColor { background-color: #C4F9E6; }
<div style="background-color:#C4F9E6">Inner text</div>
This div background color is #C4F9E6.
.myBorderColor { border: 1px solid #C4F9E6; }
<div style="border:3px solid #C4F9E6">Div</div>
This div border color is #C4F9E6.
.myOpacity80 { color: #C4F9E6; opacity: 0.8; }
<p style="color:#C4F9E6;opacity:0.8;">80%</p>
Text with #C4F9E6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4F9E6;}
<p style="text-shadow: 3px 3px 1px #C4F9E6">Text here.</p>
This text has shadow with #C4F9E6 color.
.textShadow {text-shadow: 3px 3px 1px #C4F9E6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4F9E6, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4F9E6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4F9E6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4F9E6, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4F9E6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4F9E6;
-webkit-box-shadow: 1px 1px 3px 2px #C4F9E6;
box-shadow: 1px 1px 3px 2px #C4F9E6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4F9E6; -webkit-box-shadow: 1px 1px 3px 2px #C4F9E6; box-shadow:1px 1px 3px 2px #C4F9E6;">
Div content here
</div>
This text has color #C4F9E6 on black background.
This text has color #C4F9E6 on white background.
This text has black color on #C4F9E6 background.
This text has white color on #C4F9E6 background.
Complementary color for #hex is #3B0619.