HEX: #C6FBE1
RGB: (198,251,225)
#C6FBE1 contains red, green and blue colors in about the same proportion. Web safe color of #C6FBE1 is #CCFFCC (or #CFC).
#C6FBE1 color RGB value is (198,251,225).
RGB: (198,251,225)
(78%, 98%, 88%)
R 198 of 255 = 78%
G 251 of 255 = 98%
B 225 of 255 = 88%
R + G + B ~ 88%. #C6FBE1 is light color.
R + G + B = 198 + 251 + 225 = 674 (100%)
R 198 of 674 ~ 29.38%
G 251 of 674 ~ 37.24%
B 225 of 674 ~ 33.38'%
#C6FBE1 color CMYK value is (21,0,10,2).
CMYK: (21,0,10,2) C21M0Y10K2 (21%,0%,10%,2%) (0.21/0.00/0.10/0.02)
Color #C6FBE1 in popluar color models
C6 | FB | E1 | |
---|---|---|---|
RGB | 198 | 251 | 225 |
HSL | 151° | 86.89% | 88.04% |
HSB/HSV | 151° | 21.12% | 98.43% |
CMYK | 21.12% | 0.00% | 10.36% |
1.57% |
Color #C6FBE1 in popluar number systems.
HEX | C6 | FB | E1 |
Decimal | 198 | 251 | 225 |
Binary | 11000110 | 11111011 | 11100001 |
Octal | 306 | 373 | 341 |
Shades of #C6FBE1
Tints of #C6FBE1
Examples of css and html codes for elements with #C6FBE1 color. Also use rgb(198,251,225) instead hex code.
.myTextColor { color: #C6FBE1; }
<p style="color:#C6FBE1">This sample text font color is #C6FBE1.</p>
This text font color is #C6FBE1.
.myBgColor { background-color: #C6FBE1; }
<div style="background-color:#C6FBE1">Inner text</div>
This div background color is #C6FBE1.
.myBorderColor { border: 1px solid #C6FBE1; }
<div style="border:3px solid #C6FBE1">Div</div>
This div border color is #C6FBE1.
.myOpacity80 { color: #C6FBE1; opacity: 0.8; }
<p style="color:#C6FBE1;opacity:0.8;">80%</p>
Text with #C6FBE1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6FBE1;}
<p style="text-shadow: 3px 3px 1px #C6FBE1">Text here.</p>
This text has shadow with #C6FBE1 color.
.textShadow {text-shadow: 3px 3px 1px #C6FBE1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6FBE1, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6FBE1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6FBE1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6FBE1, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6FBE1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6FBE1;
-webkit-box-shadow: 1px 1px 3px 2px #C6FBE1;
box-shadow: 1px 1px 3px 2px #C6FBE1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6FBE1; -webkit-box-shadow: 1px 1px 3px 2px #C6FBE1; box-shadow:1px 1px 3px 2px #C6FBE1;">
Div content here
</div>
This text has color #C6FBE1 on black background.
This text has color #C6FBE1 on white background.
This text has black color on #C6FBE1 background.
This text has white color on #C6FBE1 background.
Complementary color for #hex is #39041E.