HEX: #C7DEBB
RGB: (199,222,187)
#C7DEBB contains red, green and blue colors in about the same proportion. Web safe color of #C7DEBB is #CCCCCC (or #CCC).
#C7DEBB color RGB value is (199,222,187).
RGB: (199,222,187)
(78%, 87%, 73%)
R 199 of 255 = 78%
G 222 of 255 = 87%
B 187 of 255 = 73%
R + G + B ~ 79%. #C7DEBB is quite light color.
R + G + B = 199 + 222 + 187 = 608 (100%)
R 199 of 608 ~ 32.73%
G 222 of 608 ~ 36.51%
B 187 of 608 ~ 30.76'%
#C7DEBB color CMYK value is (10,0,16,13).
CMYK: (10,0,16,13) C10M0Y16K13 (10%,0%,16%,13%) (0.10/0.00/0.16/0.13)
Color #C7DEBB in popluar color models
C7 | DE | BB | |
---|---|---|---|
RGB | 199 | 222 | 187 |
HSL | 99° | 34.65% | 80.20% |
HSB/HSV | 99° | 15.77% | 87.06% |
CMYK | 10.36% | 0.00% | 15.77% |
12.94% |
Color #C7DEBB in popluar number systems.
HEX | C7 | DE | BB |
Decimal | 199 | 222 | 187 |
Binary | 11000111 | 11011110 | 10111011 |
Octal | 307 | 336 | 273 |
Shades of #C7DEBB
Tints of #C7DEBB
Examples of css and html codes for elements with #C7DEBB color. Also use rgb(199,222,187) instead hex code.
.myTextColor { color: #C7DEBB; }
<p style="color:#C7DEBB">This sample text font color is #C7DEBB.</p>
This text font color is #C7DEBB.
.myBgColor { background-color: #C7DEBB; }
<div style="background-color:#C7DEBB">Inner text</div>
This div background color is #C7DEBB.
.myBorderColor { border: 1px solid #C7DEBB; }
<div style="border:3px solid #C7DEBB">Div</div>
This div border color is #C7DEBB.
.myOpacity80 { color: #C7DEBB; opacity: 0.8; }
<p style="color:#C7DEBB;opacity:0.8;">80%</p>
Text with #C7DEBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7DEBB;}
<p style="text-shadow: 3px 3px 1px #C7DEBB">Text here.</p>
This text has shadow with #C7DEBB color.
.textShadow {text-shadow: 3px 3px 1px #C7DEBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7DEBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7DEBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DEBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7DEBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7DEBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7DEBB;
-webkit-box-shadow: 1px 1px 3px 2px #C7DEBB;
box-shadow: 1px 1px 3px 2px #C7DEBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DEBB; -webkit-box-shadow: 1px 1px 3px 2px #C7DEBB; box-shadow:1px 1px 3px 2px #C7DEBB;">
Div content here
</div>
This text has color #C7DEBB on black background.
This text has color #C7DEBB on white background.
This text has black color on #C7DEBB background.
This text has white color on #C7DEBB background.
Complementary color for #hex is #382144.