HEX: #C7D6BE
RGB: (199,214,190)
#C7D6BE contains red, green and blue colors in about the same proportion. Web safe color of #C7D6BE is #CCCCCC (or #CCC).
#C7D6BE color RGB value is (199,214,190).
RGB: (199,214,190)
(78%, 84%, 75%)
R 199 of 255 = 78%
G 214 of 255 = 84%
B 190 of 255 = 75%
R + G + B ~ 79%. #C7D6BE is quite light color.
R + G + B = 199 + 214 + 190 = 603 (100%)
R 199 of 603 ~ 33%
G 214 of 603 ~ 35.49%
B 190 of 603 ~ 31.51'%
#C7D6BE color CMYK value is (7,0,11,16).
CMYK: (7,0,11,16) C7M0Y11K16 (7%,0%,11%,16%) (0.07/0.00/0.11/0.16)
Color #C7D6BE in popluar color models
C7 | D6 | BE | |
---|---|---|---|
RGB | 199 | 214 | 190 |
HSL | 98° | 22.64% | 79.22% |
HSB/HSV | 98° | 11.21% | 83.92% |
CMYK | 7.01% | 0.00% | 11.21% |
16.08% |
Color #C7D6BE in popluar number systems.
HEX | C7 | D6 | BE |
Decimal | 199 | 214 | 190 |
Binary | 11000111 | 11010110 | 10111110 |
Octal | 307 | 326 | 276 |
Shades of #C7D6BE
Tints of #C7D6BE
Examples of css and html codes for elements with #C7D6BE color. Also use rgb(199,214,190) instead hex code.
.myTextColor { color: #C7D6BE; }
<p style="color:#C7D6BE">This sample text font color is #C7D6BE.</p>
This text font color is #C7D6BE.
.myBgColor { background-color: #C7D6BE; }
<div style="background-color:#C7D6BE">Inner text</div>
This div background color is #C7D6BE.
.myBorderColor { border: 1px solid #C7D6BE; }
<div style="border:3px solid #C7D6BE">Div</div>
This div border color is #C7D6BE.
.myOpacity80 { color: #C7D6BE; opacity: 0.8; }
<p style="color:#C7D6BE;opacity:0.8;">80%</p>
Text with #C7D6BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7D6BE;}
<p style="text-shadow: 3px 3px 1px #C7D6BE">Text here.</p>
This text has shadow with #C7D6BE color.
.textShadow {text-shadow: 3px 3px 1px #C7D6BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7D6BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7D6BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7D6BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7D6BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7D6BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7D6BE;
-webkit-box-shadow: 1px 1px 3px 2px #C7D6BE;
box-shadow: 1px 1px 3px 2px #C7D6BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7D6BE; -webkit-box-shadow: 1px 1px 3px 2px #C7D6BE; box-shadow:1px 1px 3px 2px #C7D6BE;">
Div content here
</div>
This text has color #C7D6BE on black background.
This text has color #C7D6BE on white background.
This text has black color on #C7D6BE background.
This text has white color on #C7D6BE background.
Complementary color for #hex is #382941.