HEX: #C5CADB
RGB: (197,202,219)
#C5CADB contains red, green and blue colors in about the same proportion. Web safe color of #C5CADB is #CCCCCC (or #CCC).
#C5CADB color RGB value is (197,202,219).
RGB: (197,202,219)
(77%, 79%, 86%)
R 197 of 255 = 77%
G 202 of 255 = 79%
B 219 of 255 = 86%
R + G + B ~ 81%. #C5CADB is quite light color.
R + G + B = 197 + 202 + 219 = 618 (100%)
R 197 of 618 ~ 31.88%
G 202 of 618 ~ 32.69%
B 219 of 618 ~ 35.44'%
#C5CADB color CMYK value is (10,8,0,14).
CMYK: (10,8,0,14)
C10M8Y0K14 (10%, 8%, 0%, 14%)
(0.10 / 0.08 / 0.00 / 0.14)
Color #C5CADB in popluar color models
C5 | CA | DB | |
---|---|---|---|
RGB | 197 | 202 | 219 |
HSL | 226° | 23.40% | 81.57% |
HSB/HSV | 226° | 10.05% | 85.88% |
CMYK | 10.05% | 7.76% | 0.00% |
14.12% |
Color #C5CADB in popluar number systems.
HEX | C5 | CA | DB |
Decimal | 197 | 202 | 219 |
Binary | 11000101 | 11001010 | 11011011 |
Octal | 305 | 312 | 333 |
Shades of #C5CADB
Tints of #C5CADB
Examples of css and html codes for elements with #C5CADB color. Also use rgb(197,202,219) instead hex code.
.myTextColor { color: #C5CADB; }
<p style="color:#C5CADB">This sample text font color is #C5CADB.</p>
This text font color is #C5CADB.
.myBgColor { background-color: #C5CADB; }
<div style="background-color:#C5CADB">Inner text</div>
This div background color is #C5CADB.
.myBorderColor { border: 1px solid #C5CADB; }
<div style="border:3px solid #C5CADB">Div</div>
This div border color is #C5CADB.
.myOpacity80 { color: #C5CADB; opacity: 0.8; }
<p style="color:#C5CADB;opacity:0.8;">80%</p>
Text with #C5CADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5CADB;}
<p style="text-shadow: 3px 3px 1px #C5CADB">Text here.</p>
This text has shadow with #C5CADB color.
.textShadow {text-shadow: 3px 3px 1px #C5CADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5CADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5CADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5CADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5CADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5CADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5CADB;
-webkit-box-shadow: 1px 1px 3px 2px #C5CADB;
box-shadow: 1px 1px 3px 2px #C5CADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5CADB; -webkit-box-shadow: 1px 1px 3px 2px #C5CADB; box-shadow:1px 1px 3px 2px #C5CADB;">
Div content here
</div>
This text has color #C5CADB on black background.
This text has color #C5CADB on white background.
This text has black color on #C5CADB background.
This text has white color on #C5CADB background.
Complementary color for #hex is #3A3524.