HEX: #C7DFDB
RGB: (199,223,219)
#C7DFDB contains red, green and blue colors in about the same proportion. Web safe color of #C7DFDB is #CCCCCC (or #CCC).
#C7DFDB color RGB value is (199,223,219).
RGB: (199,223,219)
(78%, 87%, 86%)
R 199 of 255 = 78%
G 223 of 255 = 87%
B 219 of 255 = 86%
R + G + B ~ 84%. #C7DFDB is quite light color.
R + G + B = 199 + 223 + 219 = 641 (100%)
R 199 of 641 ~ 31.05%
G 223 of 641 ~ 34.79%
B 219 of 641 ~ 34.17'%
#C7DFDB color CMYK value is (11,0,2,13).
CMYK: (11,0,2,13)
C11M0Y2K13 (11%, 0%, 2%, 13%)
(0.11 / 0.00 / 0.02 / 0.13)
Color #C7DFDB in popluar color models
C7 | DF | DB | |
---|---|---|---|
RGB | 199 | 223 | 219 |
HSL | 170° | 27.27% | 82.75% |
HSB/HSV | 170° | 10.76% | 87.45% |
CMYK | 10.76% | 0.00% | 1.79% |
12.55% |
Color #C7DFDB in popluar number systems.
HEX | C7 | DF | DB |
Decimal | 199 | 223 | 219 |
Binary | 11000111 | 11011111 | 11011011 |
Octal | 307 | 337 | 333 |
Shades of #C7DFDB
Tints of #C7DFDB
Examples of css and html codes for elements with #C7DFDB color. Also use rgb(199,223,219) instead hex code.
.myTextColor { color: #C7DFDB; }
<p style="color:#C7DFDB">This sample text font color is #C7DFDB.</p>
This text font color is #C7DFDB.
.myBgColor { background-color: #C7DFDB; }
<div style="background-color:#C7DFDB">Inner text</div>
This div background color is #C7DFDB.
.myBorderColor { border: 1px solid #C7DFDB; }
<div style="border:3px solid #C7DFDB">Div</div>
This div border color is #C7DFDB.
.myOpacity80 { color: #C7DFDB; opacity: 0.8; }
<p style="color:#C7DFDB;opacity:0.8;">80%</p>
Text with #C7DFDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7DFDB;}
<p style="text-shadow: 3px 3px 1px #C7DFDB">Text here.</p>
This text has shadow with #C7DFDB color.
.textShadow {text-shadow: 3px 3px 1px #C7DFDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7DFDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7DFDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7DFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7DFDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7DFDB;
-webkit-box-shadow: 1px 1px 3px 2px #C7DFDB;
box-shadow: 1px 1px 3px 2px #C7DFDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DFDB; -webkit-box-shadow: 1px 1px 3px 2px #C7DFDB; box-shadow:1px 1px 3px 2px #C7DFDB;">
Div content here
</div>
This text has color #C7DFDB on black background.
This text has color #C7DFDB on white background.
This text has black color on #C7DFDB background.
This text has white color on #C7DFDB background.
Complementary color for #hex is #382024.