HEX: #C5ADCC
RGB: (197,173,204)
#C5ADCC contains red, green and blue colors in about the same proportion. Web safe color of #C5ADCC is #CC99CC (or #C9C).
#C5ADCC color RGB value is (197,173,204).
RGB: (197,173,204)
(77%, 68%, 80%)
R 197 of 255 = 77%
G 173 of 255 = 68%
B 204 of 255 = 80%
R + G + B ~ 75%. #C5ADCC is quite light color.
R + G + B = 197 + 173 + 204 = 574 (100%)
R 197 of 574 ~ 34.32%
G 173 of 574 ~ 30.14%
B 204 of 574 ~ 35.54'%
#C5ADCC color CMYK value is (3,15,0,20).
CMYK: (3,15,0,20) C3M15Y0K20 (3%,15%,0%,20%) (0.03/0.15/0.00/0.20)
Color #C5ADCC in popluar color models
C5 | AD | CC | |
---|---|---|---|
RGB | 197 | 173 | 204 |
HSL | 286° | 23.31% | 73.92% |
HSB/HSV | 286° | 15.20% | 80.00% |
CMYK | 3.43% | 15.20% | 0.00% |
20.00% |
Color #C5ADCC in popluar number systems.
HEX | C5 | AD | CC |
Decimal | 197 | 173 | 204 |
Binary | 11000101 | 10101101 | 11001100 |
Octal | 305 | 255 | 314 |
Shades of #C5ADCC
Tints of #C5ADCC
Examples of css and html codes for elements with #C5ADCC color. Also use rgb(197,173,204) instead hex code.
.myTextColor { color: #C5ADCC; }
<p style="color:#C5ADCC">This sample text font color is #C5ADCC.</p>
This text font color is #C5ADCC.
.myBgColor { background-color: #C5ADCC; }
<div style="background-color:#C5ADCC">Inner text</div>
This div background color is #C5ADCC.
.myBorderColor { border: 1px solid #C5ADCC; }
<div style="border:3px solid #C5ADCC">Div</div>
This div border color is #C5ADCC.
.myOpacity80 { color: #C5ADCC; opacity: 0.8; }
<p style="color:#C5ADCC;opacity:0.8;">80%</p>
Text with #C5ADCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5ADCC;}
<p style="text-shadow: 3px 3px 1px #C5ADCC">Text here.</p>
This text has shadow with #C5ADCC color.
.textShadow {text-shadow: 3px 3px 1px #C5ADCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5ADCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5ADCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5ADCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5ADCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5ADCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5ADCC;
-webkit-box-shadow: 1px 1px 3px 2px #C5ADCC;
box-shadow: 1px 1px 3px 2px #C5ADCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5ADCC; -webkit-box-shadow: 1px 1px 3px 2px #C5ADCC; box-shadow:1px 1px 3px 2px #C5ADCC;">
Div content here
</div>
This text has color #C5ADCC on black background.
This text has color #C5ADCC on white background.
This text has black color on #C5ADCC background.
This text has white color on #C5ADCC background.
Complementary color for #hex is #3A5233.