HEX: #C7DAEA
RGB: (199,218,234)
#C7DAEA contains red, green and blue colors in about the same proportion. Web safe color of #C7DAEA is #CCCCFF (or #CCF).
#C7DAEA color RGB value is (199,218,234).
RGB: (199,218,234)
(78%, 85%, 92%)
R 199 of 255 = 78%
G 218 of 255 = 85%
B 234 of 255 = 92%
R + G + B ~ 85%. #C7DAEA is quite light color.
R + G + B = 199 + 218 + 234 = 651 (100%)
R 199 of 651 ~ 30.57%
G 218 of 651 ~ 33.49%
B 234 of 651 ~ 35.94'%
#C7DAEA color CMYK value is (15,7,0,8).
CMYK: (15,7,0,8)
C15M7Y0K8 (15%, 7%, 0%, 8%)
(0.15 / 0.07 / 0.00 / 0.08)
Color #C7DAEA in popluar color models
C7 | DA | EA | |
---|---|---|---|
RGB | 199 | 218 | 234 |
HSL | 207° | 45.45% | 84.90% |
HSB/HSV | 207° | 14.96% | 91.76% |
CMYK | 14.96% | 6.84% | 0.00% |
8.24% |
Color #C7DAEA in popluar number systems.
HEX | C7 | DA | EA |
Decimal | 199 | 218 | 234 |
Binary | 11000111 | 11011010 | 11101010 |
Octal | 307 | 332 | 352 |
Shades of #C7DAEA
Tints of #C7DAEA
Examples of css and html codes for elements with #C7DAEA color. Also use rgb(199,218,234) instead hex code.
.myTextColor { color: #C7DAEA; }
<p style="color:#C7DAEA">This sample text font color is #C7DAEA.</p>
This text font color is #C7DAEA.
.myBgColor { background-color: #C7DAEA; }
<div style="background-color:#C7DAEA">Inner text</div>
This div background color is #C7DAEA.
.myBorderColor { border: 1px solid #C7DAEA; }
<div style="border:3px solid #C7DAEA">Div</div>
This div border color is #C7DAEA.
.myOpacity80 { color: #C7DAEA; opacity: 0.8; }
<p style="color:#C7DAEA;opacity:0.8;">80%</p>
Text with #C7DAEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7DAEA;}
<p style="text-shadow: 3px 3px 1px #C7DAEA">Text here.</p>
This text has shadow with #C7DAEA color.
.textShadow {text-shadow: 3px 3px 1px #C7DAEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7DAEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7DAEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DAEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7DAEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7DAEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7DAEA;
-webkit-box-shadow: 1px 1px 3px 2px #C7DAEA;
box-shadow: 1px 1px 3px 2px #C7DAEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DAEA; -webkit-box-shadow: 1px 1px 3px 2px #C7DAEA; box-shadow:1px 1px 3px 2px #C7DAEA;">
Div content here
</div>
This text has color #C7DAEA on black background.
This text has color #C7DAEA on white background.
This text has black color on #C7DAEA background.
This text has white color on #C7DAEA background.
Complementary color for #hex is #382515.