HEX: #C7F7BB
RGB: (199,247,187)
#C7F7BB contains mainly red and green colors. Web safe color of #C7F7BB is #CCFFCC (or #CFC).
#C7F7BB color RGB value is (199,247,187).
RGB: (199,247,187)
(78%, 97%, 73%)
R 199 of 255 = 78%
G 247 of 255 = 97%
B 187 of 255 = 73%
R + G + B ~ 83%. #C7F7BB is quite light color.
R + G + B = 199 + 247 + 187 = 633 (100%)
R 199 of 633 ~ 31.44%
G 247 of 633 ~ 39.02%
B 187 of 633 ~ 29.54'%
#C7F7BB color CMYK value is (19,0,24,3).
CMYK: (19,0,24,3) C19M0Y24K3 (19%,0%,24%,3%) (0.19/0.00/0.24/0.03)
Color #C7F7BB in popluar color models
C7 | F7 | BB | |
---|---|---|---|
RGB | 199 | 247 | 187 |
HSL | 108° | 78.95% | 85.10% |
HSB/HSV | 108° | 24.29% | 96.86% |
CMYK | 19.43% | 0.00% | 24.29% |
3.14% |
Color #C7F7BB in popluar number systems.
HEX | C7 | F7 | BB |
Decimal | 199 | 247 | 187 |
Binary | 11000111 | 11110111 | 10111011 |
Octal | 307 | 367 | 273 |
Shades of #C7F7BB
Tints of #C7F7BB
Examples of css and html codes for elements with #C7F7BB color. Also use rgb(199,247,187) instead hex code.
.myTextColor { color: #C7F7BB; }
<p style="color:#C7F7BB">This sample text font color is #C7F7BB.</p>
This text font color is #C7F7BB.
.myBgColor { background-color: #C7F7BB; }
<div style="background-color:#C7F7BB">Inner text</div>
This div background color is #C7F7BB.
.myBorderColor { border: 1px solid #C7F7BB; }
<div style="border:3px solid #C7F7BB">Div</div>
This div border color is #C7F7BB.
.myOpacity80 { color: #C7F7BB; opacity: 0.8; }
<p style="color:#C7F7BB;opacity:0.8;">80%</p>
Text with #C7F7BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7F7BB;}
<p style="text-shadow: 3px 3px 1px #C7F7BB">Text here.</p>
This text has shadow with #C7F7BB color.
.textShadow {text-shadow: 3px 3px 1px #C7F7BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7F7BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7F7BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7F7BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7F7BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7F7BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7F7BB;
-webkit-box-shadow: 1px 1px 3px 2px #C7F7BB;
box-shadow: 1px 1px 3px 2px #C7F7BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7F7BB; -webkit-box-shadow: 1px 1px 3px 2px #C7F7BB; box-shadow:1px 1px 3px 2px #C7F7BB;">
Div content here
</div>
This text has color #C7F7BB on black background.
This text has color #C7F7BB on white background.
This text has black color on #C7F7BB background.
This text has white color on #C7F7BB background.
Complementary color for #hex is #380844.