HEX: #C99EDB
RGB: (201,158,219)
#C99EDB contains mainly red and blue colors. Web safe color of #C99EDB is #CC99CC (or #C9C).
#C99EDB color RGB value is (201,158,219).
RGB: (201,158,219)
(79%, 62%, 86%)
R 201 of 255 = 79%
G 158 of 255 = 62%
B 219 of 255 = 86%
R + G + B ~ 76%. #C99EDB is quite light color.
R + G + B = 201 + 158 + 219 = 578 (100%)
R 201 of 578 ~ 34.78%
G 158 of 578 ~ 27.34%
B 219 of 578 ~ 37.89'%
#C99EDB color CMYK value is (8,28,0,14).
CMYK: (8,28,0,14)
C8M28Y0K14 (8%, 28%, 0%, 14%)
(0.08 / 0.28 / 0.00 / 0.14)
Color #C99EDB in popluar color models
C9 | 9E | DB | |
---|---|---|---|
RGB | 201 | 158 | 219 |
HSL | 282° | 45.86% | 73.92% |
HSB/HSV | 282° | 27.85% | 85.88% |
CMYK | 8.22% | 27.85% | 0.00% |
14.12% |
Color #C99EDB in popluar number systems.
HEX | C9 | 9E | DB |
Decimal | 201 | 158 | 219 |
Binary | 11001001 | 10011110 | 11011011 |
Octal | 311 | 236 | 333 |
Shades of #C99EDB
Tints of #C99EDB
Examples of css and html codes for elements with #C99EDB color. Also use rgb(201,158,219) instead hex code.
.myTextColor { color: #C99EDB; }
<p style="color:#C99EDB">This sample text font color is #C99EDB.</p>
This text font color is #C99EDB.
.myBgColor { background-color: #C99EDB; }
<div style="background-color:#C99EDB">Inner text</div>
This div background color is #C99EDB.
.myBorderColor { border: 1px solid #C99EDB; }
<div style="border:3px solid #C99EDB">Div</div>
This div border color is #C99EDB.
.myOpacity80 { color: #C99EDB; opacity: 0.8; }
<p style="color:#C99EDB;opacity:0.8;">80%</p>
Text with #C99EDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C99EDB;}
<p style="text-shadow: 3px 3px 1px #C99EDB">Text here.</p>
This text has shadow with #C99EDB color.
.textShadow {text-shadow: 3px 3px 1px #C99EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C99EDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C99EDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C99EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C99EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C99EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C99EDB;
-webkit-box-shadow: 1px 1px 3px 2px #C99EDB;
box-shadow: 1px 1px 3px 2px #C99EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C99EDB; -webkit-box-shadow: 1px 1px 3px 2px #C99EDB; box-shadow:1px 1px 3px 2px #C99EDB;">
Div content here
</div>
This text has color #C99EDB on black background.
This text has color #C99EDB on white background.
This text has black color on #C99EDB background.
This text has white color on #C99EDB background.
Complementary color for #hex is #366124.