HEX: #C7D4FB
RGB: (199,212,251)
#C7D4FB contains red, green and blue colors in about the same proportion. Web safe color of #C7D4FB is #CCCCFF (or #CCF).
#C7D4FB color RGB value is (199,212,251).
RGB: (199,212,251)
(78%, 83%, 98%)
R 199 of 255 = 78%
G 212 of 255 = 83%
B 251 of 255 = 98%
R + G + B ~ 86%. #C7D4FB is light color.
R + G + B = 199 + 212 + 251 = 662 (100%)
R 199 of 662 ~ 30.06%
G 212 of 662 ~ 32.02%
B 251 of 662 ~ 37.92'%
#C7D4FB color CMYK value is (21,16,0,2).
CMYK: (21,16,0,2) C21M16Y0K2 (21%,16%,0%,2%) (0.21/0.16/0.00/0.02)
Color #C7D4FB in popluar color models
C7 | D4 | FB | |
---|---|---|---|
RGB | 199 | 212 | 251 |
HSL | 225° | 86.67% | 88.24% |
HSB/HSV | 225° | 20.72% | 98.43% |
CMYK | 20.72% | 15.54% | 0.00% |
1.57% |
Color #C7D4FB in popluar number systems.
HEX | C7 | D4 | FB |
Decimal | 199 | 212 | 251 |
Binary | 11000111 | 11010100 | 11111011 |
Octal | 307 | 324 | 373 |
Shades of #C7D4FB
Tints of #C7D4FB
Examples of css and html codes for elements with #C7D4FB color. Also use rgb(199,212,251) instead hex code.
.myTextColor { color: #C7D4FB; }
<p style="color:#C7D4FB">This sample text font color is #C7D4FB.</p>
This text font color is #C7D4FB.
.myBgColor { background-color: #C7D4FB; }
<div style="background-color:#C7D4FB">Inner text</div>
This div background color is #C7D4FB.
.myBorderColor { border: 1px solid #C7D4FB; }
<div style="border:3px solid #C7D4FB">Div</div>
This div border color is #C7D4FB.
.myOpacity80 { color: #C7D4FB; opacity: 0.8; }
<p style="color:#C7D4FB;opacity:0.8;">80%</p>
Text with #C7D4FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7D4FB;}
<p style="text-shadow: 3px 3px 1px #C7D4FB">Text here.</p>
This text has shadow with #C7D4FB color.
.textShadow {text-shadow: 3px 3px 1px #C7D4FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7D4FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7D4FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7D4FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7D4FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7D4FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7D4FB;
-webkit-box-shadow: 1px 1px 3px 2px #C7D4FB;
box-shadow: 1px 1px 3px 2px #C7D4FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7D4FB; -webkit-box-shadow: 1px 1px 3px 2px #C7D4FB; box-shadow:1px 1px 3px 2px #C7D4FB;">
Div content here
</div>
This text has color #C7D4FB on black background.
This text has color #C7D4FB on white background.
This text has black color on #C7D4FB background.
This text has white color on #C7D4FB background.
Complementary color for #hex is #382B04.