HEX: #C4ADDC
RGB: (196,173,220)
#C4ADDC contains red, green and blue colors in about the same proportion. Web safe color of #C4ADDC is #CC99CC (or #C9C).
#C4ADDC color RGB value is (196,173,220).
RGB: (196,173,220)
(77%, 68%, 86%)
R 196 of 255 = 77%
G 173 of 255 = 68%
B 220 of 255 = 86%
R + G + B ~ 77%. #C4ADDC is quite light color.
R + G + B = 196 + 173 + 220 = 589 (100%)
R 196 of 589 ~ 33.28%
G 173 of 589 ~ 29.37%
B 220 of 589 ~ 37.35'%
#C4ADDC color CMYK value is (11,21,0,14).
CMYK: (11,21,0,14)
C11M21Y0K14 (11%, 21%, 0%, 14%)
(0.11 / 0.21 / 0.00 / 0.14)
Color #C4ADDC in popluar color models
C4 | AD | DC | |
---|---|---|---|
RGB | 196 | 173 | 220 |
HSL | 269° | 40.17% | 77.06% |
HSB/HSV | 269° | 21.36% | 86.27% |
CMYK | 10.91% | 21.36% | 0.00% |
13.73% |
Color #C4ADDC in popluar number systems.
HEX | C4 | AD | DC |
Decimal | 196 | 173 | 220 |
Binary | 11000100 | 10101101 | 11011100 |
Octal | 304 | 255 | 334 |
Shades of #C4ADDC
Tints of #C4ADDC
Examples of css and html codes for elements with #C4ADDC color. Also use rgb(196,173,220) instead hex code.
.myTextColor { color: #C4ADDC; }
<p style="color:#C4ADDC">This sample text font color is #C4ADDC.</p>
This text font color is #C4ADDC.
.myBgColor { background-color: #C4ADDC; }
<div style="background-color:#C4ADDC">Inner text</div>
This div background color is #C4ADDC.
.myBorderColor { border: 1px solid #C4ADDC; }
<div style="border:3px solid #C4ADDC">Div</div>
This div border color is #C4ADDC.
.myOpacity80 { color: #C4ADDC; opacity: 0.8; }
<p style="color:#C4ADDC;opacity:0.8;">80%</p>
Text with #C4ADDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4ADDC;}
<p style="text-shadow: 3px 3px 1px #C4ADDC">Text here.</p>
This text has shadow with #C4ADDC color.
.textShadow {text-shadow: 3px 3px 1px #C4ADDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4ADDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4ADDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4ADDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4ADDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4ADDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4ADDC;
-webkit-box-shadow: 1px 1px 3px 2px #C4ADDC;
box-shadow: 1px 1px 3px 2px #C4ADDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4ADDC; -webkit-box-shadow: 1px 1px 3px 2px #C4ADDC; box-shadow:1px 1px 3px 2px #C4ADDC;">
Div content here
</div>
This text has color #C4ADDC on black background.
This text has color #C4ADDC on white background.
This text has black color on #C4ADDC background.
This text has white color on #C4ADDC background.
Complementary color for #hex is #3B5223.