HEX: #C99BEA
RGB: (201,155,234)
#C99BEA contains mainly red and blue colors. Web safe color of #C99BEA is #CC99FF (or #C9F).
#C99BEA color RGB value is (201,155,234).
RGB: (201,155,234)
(79%, 61%, 92%)
R 201 of 255 = 79%
G 155 of 255 = 61%
B 234 of 255 = 92%
R + G + B ~ 77%. #C99BEA is quite light color.
R + G + B = 201 + 155 + 234 = 590 (100%)
R 201 of 590 ~ 34.07%
G 155 of 590 ~ 26.27%
B 234 of 590 ~ 39.66'%
#C99BEA color CMYK value is (14,34,0,8).
CMYK: (14,34,0,8) C14M34Y0K8 (14%,34%,0%,8%) (0.14/0.34/0.00/0.08)
Color #C99BEA in popluar color models
C9 | 9B | EA | |
---|---|---|---|
RGB | 201 | 155 | 234 |
HSL | 275° | 65.29% | 76.27% |
HSB/HSV | 275° | 33.76% | 91.76% |
CMYK | 14.10% | 33.76% | 0.00% |
8.24% |
Color #C99BEA in popluar number systems.
HEX | C9 | 9B | EA |
Decimal | 201 | 155 | 234 |
Binary | 11001001 | 10011011 | 11101010 |
Octal | 311 | 233 | 352 |
Shades of #C99BEA
Tints of #C99BEA
Examples of css and html codes for elements with #C99BEA color. Also use rgb(201,155,234) instead hex code.
.myTextColor { color: #C99BEA; }
<p style="color:#C99BEA">This sample text font color is #C99BEA.</p>
This text font color is #C99BEA.
.myBgColor { background-color: #C99BEA; }
<div style="background-color:#C99BEA">Inner text</div>
This div background color is #C99BEA.
.myBorderColor { border: 1px solid #C99BEA; }
<div style="border:3px solid #C99BEA">Div</div>
This div border color is #C99BEA.
.myOpacity80 { color: #C99BEA; opacity: 0.8; }
<p style="color:#C99BEA;opacity:0.8;">80%</p>
Text with #C99BEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C99BEA;}
<p style="text-shadow: 3px 3px 1px #C99BEA">Text here.</p>
This text has shadow with #C99BEA color.
.textShadow {text-shadow: 3px 3px 1px #C99BEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C99BEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C99BEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C99BEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C99BEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C99BEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C99BEA;
-webkit-box-shadow: 1px 1px 3px 2px #C99BEA;
box-shadow: 1px 1px 3px 2px #C99BEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C99BEA; -webkit-box-shadow: 1px 1px 3px 2px #C99BEA; box-shadow:1px 1px 3px 2px #C99BEA;">
Div content here
</div>
This text has color #C99BEA on black background.
This text has color #C99BEA on white background.
This text has black color on #C99BEA background.
This text has white color on #C99BEA background.
Complementary color for #hex is #366415.