HEX: #C4C7DB
RGB: (196,199,219)
#C4C7DB contains red, green and blue colors in about the same proportion. Web safe color of #C4C7DB is #CCCCCC (or #CCC).
#C4C7DB color RGB value is (196,199,219).
RGB: (196,199,219)
(77%, 78%, 86%)
R 196 of 255 = 77%
G 199 of 255 = 78%
B 219 of 255 = 86%
R + G + B ~ 80%. #C4C7DB is quite light color.
R + G + B = 196 + 199 + 219 = 614 (100%)
R 196 of 614 ~ 31.92%
G 199 of 614 ~ 32.41%
B 219 of 614 ~ 35.67'%
#C4C7DB color CMYK value is (11,9,0,14).
CMYK: (11,9,0,14)
C11M9Y0K14 (11%, 9%, 0%, 14%)
(0.11 / 0.09 / 0.00 / 0.14)
Color #C4C7DB in popluar color models
C4 | C7 | DB | |
---|---|---|---|
RGB | 196 | 199 | 219 |
HSL | 232° | 24.21% | 81.37% |
HSB/HSV | 232° | 10.50% | 85.88% |
CMYK | 10.50% | 9.13% | 0.00% |
14.12% |
Color #C4C7DB in popluar number systems.
HEX | C4 | C7 | DB |
Decimal | 196 | 199 | 219 |
Binary | 11000100 | 11000111 | 11011011 |
Octal | 304 | 307 | 333 |
Shades of #C4C7DB
Tints of #C4C7DB
Examples of css and html codes for elements with #C4C7DB color. Also use rgb(196,199,219) instead hex code.
.myTextColor { color: #C4C7DB; }
<p style="color:#C4C7DB">This sample text font color is #C4C7DB.</p>
This text font color is #C4C7DB.
.myBgColor { background-color: #C4C7DB; }
<div style="background-color:#C4C7DB">Inner text</div>
This div background color is #C4C7DB.
.myBorderColor { border: 1px solid #C4C7DB; }
<div style="border:3px solid #C4C7DB">Div</div>
This div border color is #C4C7DB.
.myOpacity80 { color: #C4C7DB; opacity: 0.8; }
<p style="color:#C4C7DB;opacity:0.8;">80%</p>
Text with #C4C7DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4C7DB;}
<p style="text-shadow: 3px 3px 1px #C4C7DB">Text here.</p>
This text has shadow with #C4C7DB color.
.textShadow {text-shadow: 3px 3px 1px #C4C7DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4C7DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4C7DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4C7DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4C7DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4C7DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4C7DB;
-webkit-box-shadow: 1px 1px 3px 2px #C4C7DB;
box-shadow: 1px 1px 3px 2px #C4C7DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4C7DB; -webkit-box-shadow: 1px 1px 3px 2px #C4C7DB; box-shadow:1px 1px 3px 2px #C4C7DB;">
Div content here
</div>
This text has color #C4C7DB on black background.
This text has color #C4C7DB on white background.
This text has black color on #C4C7DB background.
This text has white color on #C4C7DB background.
Complementary color for #hex is #3B3824.