HEX: #C99BDD
RGB: (201,155,221)
#C99BDD contains mainly red and blue colors. Web safe color of #C99BDD is #CC99CC (or #C9C).
#C99BDD color RGB value is (201,155,221).
RGB: (201,155,221)
(79%, 61%, 87%)
R 201 of 255 = 79%
G 155 of 255 = 61%
B 221 of 255 = 87%
R + G + B ~ 76%. #C99BDD is quite light color.
R + G + B = 201 + 155 + 221 = 577 (100%)
R 201 of 577 ~ 34.84%
G 155 of 577 ~ 26.86%
B 221 of 577 ~ 38.3'%
#C99BDD color CMYK value is (9,30,0,13).
CMYK: (9,30,0,13)
C9M30Y0K13 (9%, 30%, 0%, 13%)
(0.09 / 0.30 / 0.00 / 0.13)
Color #C99BDD in popluar color models
C9 | 9B | DD | |
---|---|---|---|
RGB | 201 | 155 | 221 |
HSL | 282° | 49.25% | 73.73% |
HSB/HSV | 282° | 29.86% | 86.67% |
CMYK | 9.05% | 29.86% | 0.00% |
13.33% |
Color #C99BDD in popluar number systems.
HEX | C9 | 9B | DD |
Decimal | 201 | 155 | 221 |
Binary | 11001001 | 10011011 | 11011101 |
Octal | 311 | 233 | 335 |
Shades of #C99BDD
Tints of #C99BDD
Examples of css and html codes for elements with #C99BDD color. Also use rgb(201,155,221) instead hex code.
.myTextColor { color: #C99BDD; }
<p style="color:#C99BDD">This sample text font color is #C99BDD.</p>
This text font color is #C99BDD.
.myBgColor { background-color: #C99BDD; }
<div style="background-color:#C99BDD">Inner text</div>
This div background color is #C99BDD.
.myBorderColor { border: 1px solid #C99BDD; }
<div style="border:3px solid #C99BDD">Div</div>
This div border color is #C99BDD.
.myOpacity80 { color: #C99BDD; opacity: 0.8; }
<p style="color:#C99BDD;opacity:0.8;">80%</p>
Text with #C99BDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C99BDD;}
<p style="text-shadow: 3px 3px 1px #C99BDD">Text here.</p>
This text has shadow with #C99BDD color.
.textShadow {text-shadow: 3px 3px 1px #C99BDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C99BDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C99BDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C99BDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C99BDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C99BDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C99BDD;
-webkit-box-shadow: 1px 1px 3px 2px #C99BDD;
box-shadow: 1px 1px 3px 2px #C99BDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C99BDD; -webkit-box-shadow: 1px 1px 3px 2px #C99BDD; box-shadow:1px 1px 3px 2px #C99BDD;">
Div content here
</div>
This text has color #C99BDD on black background.
This text has color #C99BDD on white background.
This text has black color on #C99BDD background.
This text has white color on #C99BDD background.
Complementary color for #hex is #366422.