HEX: #C59CDE
RGB: (197,156,222)
#C59CDE contains mainly red and blue colors. Web safe color of #C59CDE is #CC99CC (or #C9C).
#C59CDE color RGB value is (197,156,222).
RGB: (197,156,222)
(77%, 61%, 87%)
R 197 of 255 = 77%
G 156 of 255 = 61%
B 222 of 255 = 87%
R + G + B ~ 75%. #C59CDE is quite light color.
R + G + B = 197 + 156 + 222 = 575 (100%)
R 197 of 575 ~ 34.26%
G 156 of 575 ~ 27.13%
B 222 of 575 ~ 38.61'%
#C59CDE color CMYK value is (11,30,0,13).
CMYK: (11,30,0,13)
C11M30Y0K13 (11%, 30%, 0%, 13%)
(0.11 / 0.30 / 0.00 / 0.13)
Color #C59CDE in popluar color models
C5 | 9C | DE | |
---|---|---|---|
RGB | 197 | 156 | 222 |
HSL | 277° | 50.00% | 74.12% |
HSB/HSV | 277° | 29.73% | 87.06% |
CMYK | 11.26% | 29.73% | 0.00% |
12.94% |
Color #C59CDE in popluar number systems.
HEX | C5 | 9C | DE |
Decimal | 197 | 156 | 222 |
Binary | 11000101 | 10011100 | 11011110 |
Octal | 305 | 234 | 336 |
Shades of #C59CDE
Tints of #C59CDE
Examples of css and html codes for elements with #C59CDE color. Also use rgb(197,156,222) instead hex code.
.myTextColor { color: #C59CDE; }
<p style="color:#C59CDE">This sample text font color is #C59CDE.</p>
This text font color is #C59CDE.
.myBgColor { background-color: #C59CDE; }
<div style="background-color:#C59CDE">Inner text</div>
This div background color is #C59CDE.
.myBorderColor { border: 1px solid #C59CDE; }
<div style="border:3px solid #C59CDE">Div</div>
This div border color is #C59CDE.
.myOpacity80 { color: #C59CDE; opacity: 0.8; }
<p style="color:#C59CDE;opacity:0.8;">80%</p>
Text with #C59CDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C59CDE;}
<p style="text-shadow: 3px 3px 1px #C59CDE">Text here.</p>
This text has shadow with #C59CDE color.
.textShadow {text-shadow: 3px 3px 1px #C59CDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C59CDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C59CDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C59CDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C59CDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C59CDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C59CDE;
-webkit-box-shadow: 1px 1px 3px 2px #C59CDE;
box-shadow: 1px 1px 3px 2px #C59CDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C59CDE; -webkit-box-shadow: 1px 1px 3px 2px #C59CDE; box-shadow:1px 1px 3px 2px #C59CDE;">
Div content here
</div>
This text has color #C59CDE on black background.
This text has color #C59CDE on white background.
This text has black color on #C59CDE background.
This text has white color on #C59CDE background.
Complementary color for #hex is #3A6321.