HEX: #C7DEFA
RGB: (199,222,250)
#C7DEFA contains red, green and blue colors in about the same proportion. Web safe color of #C7DEFA is #CCCCFF (or #CCF).
#C7DEFA color RGB value is (199,222,250).
RGB: (199,222,250)
(78%, 87%, 98%)
R 199 of 255 = 78%
G 222 of 255 = 87%
B 250 of 255 = 98%
R + G + B ~ 88%. #C7DEFA is light color.
R + G + B = 199 + 222 + 250 = 671 (100%)
R 199 of 671 ~ 29.66%
G 222 of 671 ~ 33.08%
B 250 of 671 ~ 37.26'%
#C7DEFA color CMYK value is (20,11,0,2).
CMYK: (20,11,0,2)
C20M11Y0K2 (20%, 11%, 0%, 2%)
(0.20 / 0.11 / 0.00 / 0.02)
Color #C7DEFA in popluar color models
C7 | DE | FA | |
---|---|---|---|
RGB | 199 | 222 | 250 |
HSL | 213° | 83.61% | 88.04% |
HSB/HSV | 213° | 20.40% | 98.04% |
CMYK | 20.40% | 11.20% | 0.00% |
1.96% |
Color #C7DEFA in popluar number systems.
HEX | C7 | DE | FA |
Decimal | 199 | 222 | 250 |
Binary | 11000111 | 11011110 | 11111010 |
Octal | 307 | 336 | 372 |
Shades of #C7DEFA
Tints of #C7DEFA
Examples of css and html codes for elements with #C7DEFA color. Also use rgb(199,222,250) instead hex code.
.myTextColor { color: #C7DEFA; }
<p style="color:#C7DEFA">This sample text font color is #C7DEFA.</p>
This text font color is #C7DEFA.
.myBgColor { background-color: #C7DEFA; }
<div style="background-color:#C7DEFA">Inner text</div>
This div background color is #C7DEFA.
.myBorderColor { border: 1px solid #C7DEFA; }
<div style="border:3px solid #C7DEFA">Div</div>
This div border color is #C7DEFA.
.myOpacity80 { color: #C7DEFA; opacity: 0.8; }
<p style="color:#C7DEFA;opacity:0.8;">80%</p>
Text with #C7DEFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7DEFA;}
<p style="text-shadow: 3px 3px 1px #C7DEFA">Text here.</p>
This text has shadow with #C7DEFA color.
.textShadow {text-shadow: 3px 3px 1px #C7DEFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7DEFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7DEFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DEFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7DEFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7DEFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7DEFA;
-webkit-box-shadow: 1px 1px 3px 2px #C7DEFA;
box-shadow: 1px 1px 3px 2px #C7DEFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DEFA; -webkit-box-shadow: 1px 1px 3px 2px #C7DEFA; box-shadow:1px 1px 3px 2px #C7DEFA;">
Div content here
</div>
This text has color #C7DEFA on black background.
This text has color #C7DEFA on white background.
This text has black color on #C7DEFA background.
This text has white color on #C7DEFA background.
Complementary color for #hex is #382105.