HEX: #C7CDDA
RGB: (199,205,218)
#C7CDDA contains red, green and blue colors in about the same proportion. Web safe color of #C7CDDA is #CCCCCC (or #CCC).
#C7CDDA color RGB value is (199,205,218).
RGB: (199,205,218)
(78%, 80%, 85%)
R 199 of 255 = 78%
G 205 of 255 = 80%
B 218 of 255 = 85%
R + G + B ~ 81%. #C7CDDA is quite light color.
R + G + B = 199 + 205 + 218 = 622 (100%)
R 199 of 622 ~ 31.99%
G 205 of 622 ~ 32.96%
B 218 of 622 ~ 35.05'%
#C7CDDA color CMYK value is (9,6,0,15).
CMYK: (9,6,0,15)
C9M6Y0K15 (9%, 6%, 0%, 15%)
(0.09 / 0.06 / 0.00 / 0.15)
Color #C7CDDA in popluar color models
C7 | CD | DA | |
---|---|---|---|
RGB | 199 | 205 | 218 |
HSL | 221° | 20.43% | 81.76% |
HSB/HSV | 221° | 8.72% | 85.49% |
CMYK | 8.72% | 5.96% | 0.00% |
14.51% |
Color #C7CDDA in popluar number systems.
HEX | C7 | CD | DA |
Decimal | 199 | 205 | 218 |
Binary | 11000111 | 11001101 | 11011010 |
Octal | 307 | 315 | 332 |
Shades of #C7CDDA
Tints of #C7CDDA
Examples of css and html codes for elements with #C7CDDA color. Also use rgb(199,205,218) instead hex code.
.myTextColor { color: #C7CDDA; }
<p style="color:#C7CDDA">This sample text font color is #C7CDDA.</p>
This text font color is #C7CDDA.
.myBgColor { background-color: #C7CDDA; }
<div style="background-color:#C7CDDA">Inner text</div>
This div background color is #C7CDDA.
.myBorderColor { border: 1px solid #C7CDDA; }
<div style="border:3px solid #C7CDDA">Div</div>
This div border color is #C7CDDA.
.myOpacity80 { color: #C7CDDA; opacity: 0.8; }
<p style="color:#C7CDDA;opacity:0.8;">80%</p>
Text with #C7CDDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7CDDA;}
<p style="text-shadow: 3px 3px 1px #C7CDDA">Text here.</p>
This text has shadow with #C7CDDA color.
.textShadow {text-shadow: 3px 3px 1px #C7CDDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7CDDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7CDDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7CDDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7CDDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7CDDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7CDDA;
-webkit-box-shadow: 1px 1px 3px 2px #C7CDDA;
box-shadow: 1px 1px 3px 2px #C7CDDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7CDDA; -webkit-box-shadow: 1px 1px 3px 2px #C7CDDA; box-shadow:1px 1px 3px 2px #C7CDDA;">
Div content here
</div>
This text has color #C7CDDA on black background.
This text has color #C7CDDA on white background.
This text has black color on #C7CDDA background.
This text has white color on #C7CDDA background.
Complementary color for #hex is #383225.