HEX: #C99EBE
RGB: (201,158,190)
#C99EBE contains red, green and blue colors in about the same proportion. Web safe color of #C99EBE is #CC99CC (or #C9C).
#C99EBE color RGB value is (201,158,190).
RGB: (201,158,190)
(79%, 62%, 75%)
R 201 of 255 = 79%
G 158 of 255 = 62%
B 190 of 255 = 75%
R + G + B ~ 72%. #C99EBE is quite light color.
R + G + B = 201 + 158 + 190 = 549 (100%)
R 201 of 549 ~ 36.61%
G 158 of 549 ~ 28.78%
B 190 of 549 ~ 34.61'%
#C99EBE color CMYK value is (0,21,5,21).
CMYK: (0,21,5,21)
C0M21Y5K21 (0%, 21%, 5%, 21%)
(0.00 / 0.21 / 0.05 / 0.21)
Color #C99EBE in popluar color models
C9 | 9E | BE | |
---|---|---|---|
RGB | 201 | 158 | 190 |
HSL | 315° | 28.48% | 70.39% |
HSB/HSV | 315° | 21.39% | 78.82% |
CMYK | 0.00% | 21.39% | 5.47% |
21.18% |
Color #C99EBE in popluar number systems.
HEX | C9 | 9E | BE |
Decimal | 201 | 158 | 190 |
Binary | 11001001 | 10011110 | 10111110 |
Octal | 311 | 236 | 276 |
Shades of #C99EBE
Tints of #C99EBE
Examples of css and html codes for elements with #C99EBE color. Also use rgb(201,158,190) instead hex code.
.myTextColor { color: #C99EBE; }
<p style="color:#C99EBE">This sample text font color is #C99EBE.</p>
This text font color is #C99EBE.
.myBgColor { background-color: #C99EBE; }
<div style="background-color:#C99EBE">Inner text</div>
This div background color is #C99EBE.
.myBorderColor { border: 1px solid #C99EBE; }
<div style="border:3px solid #C99EBE">Div</div>
This div border color is #C99EBE.
.myOpacity80 { color: #C99EBE; opacity: 0.8; }
<p style="color:#C99EBE;opacity:0.8;">80%</p>
Text with #C99EBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C99EBE;}
<p style="text-shadow: 3px 3px 1px #C99EBE">Text here.</p>
This text has shadow with #C99EBE color.
.textShadow {text-shadow: 3px 3px 1px #C99EBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C99EBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C99EBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C99EBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C99EBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C99EBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C99EBE;
-webkit-box-shadow: 1px 1px 3px 2px #C99EBE;
box-shadow: 1px 1px 3px 2px #C99EBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C99EBE; -webkit-box-shadow: 1px 1px 3px 2px #C99EBE; box-shadow:1px 1px 3px 2px #C99EBE;">
Div content here
</div>
This text has color #C99EBE on black background.
This text has color #C99EBE on white background.
This text has black color on #C99EBE background.
This text has white color on #C99EBE background.
Complementary color for #hex is #366141.