HEX: #C5DCFB
RGB: (197,220,251)
#C5DCFB contains red, green and blue colors in about the same proportion. Web safe color of #C5DCFB is #CCCCFF (or #CCF).
#C5DCFB color RGB value is (197,220,251).
RGB: (197,220,251)
(77%, 86%, 98%)
R 197 of 255 = 77%
G 220 of 255 = 86%
B 251 of 255 = 98%
R + G + B ~ 87%. #C5DCFB is light color.
R + G + B = 197 + 220 + 251 = 668 (100%)
R 197 of 668 ~ 29.49%
G 220 of 668 ~ 32.93%
B 251 of 668 ~ 37.57'%
#C5DCFB color CMYK value is (22,12,0,2).
CMYK: (22,12,0,2) C22M12Y0K2 (22%,12%,0%,2%) (0.22/0.12/0.00/0.02)
Color #C5DCFB in popluar color models
C5 | DC | FB | |
---|---|---|---|
RGB | 197 | 220 | 251 |
HSL | 214° | 87.10% | 87.84% |
HSB/HSV | 214° | 21.51% | 98.43% |
CMYK | 21.51% | 12.35% | 0.00% |
1.57% |
Color #C5DCFB in popluar number systems.
HEX | C5 | DC | FB |
Decimal | 197 | 220 | 251 |
Binary | 11000101 | 11011100 | 11111011 |
Octal | 305 | 334 | 373 |
Shades of #C5DCFB
Tints of #C5DCFB
Examples of css and html codes for elements with #C5DCFB color. Also use rgb(197,220,251) instead hex code.
.myTextColor { color: #C5DCFB; }
<p style="color:#C5DCFB">This sample text font color is #C5DCFB.</p>
This text font color is #C5DCFB.
.myBgColor { background-color: #C5DCFB; }
<div style="background-color:#C5DCFB">Inner text</div>
This div background color is #C5DCFB.
.myBorderColor { border: 1px solid #C5DCFB; }
<div style="border:3px solid #C5DCFB">Div</div>
This div border color is #C5DCFB.
.myOpacity80 { color: #C5DCFB; opacity: 0.8; }
<p style="color:#C5DCFB;opacity:0.8;">80%</p>
Text with #C5DCFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DCFB;}
<p style="text-shadow: 3px 3px 1px #C5DCFB">Text here.</p>
This text has shadow with #C5DCFB color.
.textShadow {text-shadow: 3px 3px 1px #C5DCFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DCFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5DCFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DCFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DCFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DCFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5DCFB;
-webkit-box-shadow: 1px 1px 3px 2px #C5DCFB;
box-shadow: 1px 1px 3px 2px #C5DCFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5DCFB; -webkit-box-shadow: 1px 1px 3px 2px #C5DCFB; box-shadow:1px 1px 3px 2px #C5DCFB;">
Div content here
</div>
This text has color #C5DCFB on black background.
This text has color #C5DCFB on white background.
This text has black color on #C5DCFB background.
This text has white color on #C5DCFB background.
Complementary color for #hex is #3A2304.