HEX: #C49DEF
RGB: (196,157,239)
#C49DEF contains mainly red and blue colors. Web safe color of #C49DEF is #CC99FF (or #C9F).
#C49DEF color RGB value is (196,157,239).
RGB: (196,157,239)
(77%, 62%, 94%)
R 196 of 255 = 77%
G 157 of 255 = 62%
B 239 of 255 = 94%
R + G + B ~ 78%. #C49DEF is quite light color.
R + G + B = 196 + 157 + 239 = 592 (100%)
R 196 of 592 ~ 33.11%
G 157 of 592 ~ 26.52%
B 239 of 592 ~ 40.37'%
#C49DEF color CMYK value is (18,34,0,6).
CMYK: (18,34,0,6) C18M34Y0K6 (18%,34%,0%,6%) (0.18/0.34/0.00/0.06)
Color #C49DEF in popluar color models
C4 | 9D | EF | |
---|---|---|---|
RGB | 196 | 157 | 239 |
HSL | 269° | 71.93% | 77.65% |
HSB/HSV | 269° | 34.31% | 93.73% |
CMYK | 17.99% | 34.31% | 0.00% |
6.27% |
Color #C49DEF in popluar number systems.
HEX | C4 | 9D | EF |
Decimal | 196 | 157 | 239 |
Binary | 11000100 | 10011101 | 11101111 |
Octal | 304 | 235 | 357 |
Shades of #C49DEF
Tints of #C49DEF
Examples of css and html codes for elements with #C49DEF color. Also use rgb(196,157,239) instead hex code.
.myTextColor { color: #C49DEF; }
<p style="color:#C49DEF">This sample text font color is #C49DEF.</p>
This text font color is #C49DEF.
.myBgColor { background-color: #C49DEF; }
<div style="background-color:#C49DEF">Inner text</div>
This div background color is #C49DEF.
.myBorderColor { border: 1px solid #C49DEF; }
<div style="border:3px solid #C49DEF">Div</div>
This div border color is #C49DEF.
.myOpacity80 { color: #C49DEF; opacity: 0.8; }
<p style="color:#C49DEF;opacity:0.8;">80%</p>
Text with #C49DEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49DEF;}
<p style="text-shadow: 3px 3px 1px #C49DEF">Text here.</p>
This text has shadow with #C49DEF color.
.textShadow {text-shadow: 3px 3px 1px #C49DEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49DEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49DEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49DEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49DEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49DEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49DEF;
-webkit-box-shadow: 1px 1px 3px 2px #C49DEF;
box-shadow: 1px 1px 3px 2px #C49DEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49DEF; -webkit-box-shadow: 1px 1px 3px 2px #C49DEF; box-shadow:1px 1px 3px 2px #C49DEF;">
Div content here
</div>
This text has color #C49DEF on black background.
This text has color #C49DEF on white background.
This text has black color on #C49DEF background.
This text has white color on #C49DEF background.
Complementary color for #hex is #3B6210.