HEX: #C7CADC
RGB: (199,202,220)
#C7CADC contains red, green and blue colors in about the same proportion. Web safe color of #C7CADC is #CCCCCC (or #CCC).
#C7CADC color RGB value is (199,202,220).
RGB: (199,202,220)
(78%, 79%, 86%)
R 199 of 255 = 78%
G 202 of 255 = 79%
B 220 of 255 = 86%
R + G + B ~ 81%. #C7CADC is quite light color.
R + G + B = 199 + 202 + 220 = 621 (100%)
R 199 of 621 ~ 32.05%
G 202 of 621 ~ 32.53%
B 220 of 621 ~ 35.43'%
#C7CADC 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 #C7CADC in popluar color models
C7 | CA | DC | |
---|---|---|---|
RGB | 199 | 202 | 220 |
HSL | 231° | 23.08% | 82.16% |
HSB/HSV | 231° | 9.55% | 86.27% |
CMYK | 9.55% | 8.18% | 0.00% |
13.73% |
Color #C7CADC in popluar number systems.
HEX | C7 | CA | DC |
Decimal | 199 | 202 | 220 |
Binary | 11000111 | 11001010 | 11011100 |
Octal | 307 | 312 | 334 |
Shades of #C7CADC
Tints of #C7CADC
Examples of css and html codes for elements with #C7CADC color. Also use rgb(199,202,220) instead hex code.
.myTextColor { color: #C7CADC; }
<p style="color:#C7CADC">This sample text font color is #C7CADC.</p>
This text font color is #C7CADC.
.myBgColor { background-color: #C7CADC; }
<div style="background-color:#C7CADC">Inner text</div>
This div background color is #C7CADC.
.myBorderColor { border: 1px solid #C7CADC; }
<div style="border:3px solid #C7CADC">Div</div>
This div border color is #C7CADC.
.myOpacity80 { color: #C7CADC; opacity: 0.8; }
<p style="color:#C7CADC;opacity:0.8;">80%</p>
Text with #C7CADC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7CADC;}
<p style="text-shadow: 3px 3px 1px #C7CADC">Text here.</p>
This text has shadow with #C7CADC color.
.textShadow {text-shadow: 3px 3px 1px #C7CADC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7CADC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7CADC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7CADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7CADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7CADC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7CADC;
-webkit-box-shadow: 1px 1px 3px 2px #C7CADC;
box-shadow: 1px 1px 3px 2px #C7CADC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7CADC; -webkit-box-shadow: 1px 1px 3px 2px #C7CADC; box-shadow:1px 1px 3px 2px #C7CADC;">
Div content here
</div>
This text has color #C7CADC on black background.
This text has color #C7CADC on white background.
This text has black color on #C7CADC background.
This text has white color on #C7CADC background.
Complementary color for #hex is #383523.