HEX: #C5CECC
RGB: (197,206,204)
#C5CECC contains red, green and blue colors in about the same proportion. Web safe color of #C5CECC is #CCCCCC (or #CCC).
#C5CECC color RGB value is (197,206,204).
RGB: (197,206,204)
(77%, 81%, 80%)
R 197 of 255 = 77%
G 206 of 255 = 81%
B 204 of 255 = 80%
R + G + B ~ 79%. #C5CECC is quite light color.
R + G + B = 197 + 206 + 204 = 607 (100%)
R 197 of 607 ~ 32.45%
G 206 of 607 ~ 33.94%
B 204 of 607 ~ 33.61'%
#C5CECC color CMYK value is (4,0,1,19).
CMYK: (4,0,1,19) C4M0Y1K19 (4%,0%,1%,19%) (0.04/0.00/0.01/0.19)
Color #C5CECC in popluar color models
C5 | CE | CC | |
---|---|---|---|
RGB | 197 | 206 | 204 |
HSL | 167° | 8.41% | 79.02% |
HSB/HSV | 167° | 4.37% | 80.78% |
CMYK | 4.37% | 0.00% | 0.97% |
19.22% |
Color #C5CECC in popluar number systems.
HEX | C5 | CE | CC |
Decimal | 197 | 206 | 204 |
Binary | 11000101 | 11001110 | 11001100 |
Octal | 305 | 316 | 314 |
Shades of #C5CECC
Tints of #C5CECC
Examples of css and html codes for elements with #C5CECC color. Also use rgb(197,206,204) instead hex code.
.myTextColor { color: #C5CECC; }
<p style="color:#C5CECC">This sample text font color is #C5CECC.</p>
This text font color is #C5CECC.
.myBgColor { background-color: #C5CECC; }
<div style="background-color:#C5CECC">Inner text</div>
This div background color is #C5CECC.
.myBorderColor { border: 1px solid #C5CECC; }
<div style="border:3px solid #C5CECC">Div</div>
This div border color is #C5CECC.
.myOpacity80 { color: #C5CECC; opacity: 0.8; }
<p style="color:#C5CECC;opacity:0.8;">80%</p>
Text with #C5CECC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5CECC;}
<p style="text-shadow: 3px 3px 1px #C5CECC">Text here.</p>
This text has shadow with #C5CECC color.
.textShadow {text-shadow: 3px 3px 1px #C5CECC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5CECC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5CECC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5CECC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5CECC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5CECC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5CECC;
-webkit-box-shadow: 1px 1px 3px 2px #C5CECC;
box-shadow: 1px 1px 3px 2px #C5CECC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5CECC; -webkit-box-shadow: 1px 1px 3px 2px #C5CECC; box-shadow:1px 1px 3px 2px #C5CECC;">
Div content here
</div>
This text has color #C5CECC on black background.
This text has color #C5CECC on white background.
This text has black color on #C5CECC background.
This text has white color on #C5CECC background.
Complementary color for #hex is #3A3133.