HEX: #CC96DE
RGB: (204,150,222)
#CC96DE contains mainly red and blue colors. Web safe color of #CC96DE is #CC99CC (or #C9C).
#CC96DE color RGB value is (204,150,222).
RGB: (204,150,222)
(80%, 59%, 87%)
R 204 of 255 = 80%
G 150 of 255 = 59%
B 222 of 255 = 87%
R + G + B ~ 75%. #CC96DE is quite light color.
R + G + B = 204 + 150 + 222 = 576 (100%)
R 204 of 576 ~ 35.42%
G 150 of 576 ~ 26.04%
B 222 of 576 ~ 38.54'%
#CC96DE color CMYK value is (8,32,0,13).
CMYK: (8,32,0,13) C8M32Y0K13 (8%,32%,0%,13%) (0.08/0.32/0.00/0.13)
Color #CC96DE in popluar color models
CC | 96 | DE | |
---|---|---|---|
RGB | 204 | 150 | 222 |
HSL | 285° | 52.17% | 72.94% |
HSB/HSV | 285° | 32.43% | 87.06% |
CMYK | 8.11% | 32.43% | 0.00% |
12.94% |
Color #CC96DE in popluar number systems.
HEX | CC | 96 | DE |
Decimal | 204 | 150 | 222 |
Binary | 11001100 | 10010110 | 11011110 |
Octal | 314 | 226 | 336 |
Shades of #CC96DE
Tints of #CC96DE
Examples of css and html codes for elements with #CC96DE color. Also use rgb(204,150,222) instead hex code.
.myTextColor { color: #CC96DE; }
<p style="color:#CC96DE">This sample text font color is #CC96DE.</p>
This text font color is #CC96DE.
.myBgColor { background-color: #CC96DE; }
<div style="background-color:#CC96DE">Inner text</div>
This div background color is #CC96DE.
.myBorderColor { border: 1px solid #CC96DE; }
<div style="border:3px solid #CC96DE">Div</div>
This div border color is #CC96DE.
.myOpacity80 { color: #CC96DE; opacity: 0.8; }
<p style="color:#CC96DE;opacity:0.8;">80%</p>
Text with #CC96DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC96DE;}
<p style="text-shadow: 3px 3px 1px #CC96DE">Text here.</p>
This text has shadow with #CC96DE color.
.textShadow {text-shadow: 3px 3px 1px #CC96DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC96DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC96DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC96DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC96DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC96DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC96DE;
-webkit-box-shadow: 1px 1px 3px 2px #CC96DE;
box-shadow: 1px 1px 3px 2px #CC96DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC96DE; -webkit-box-shadow: 1px 1px 3px 2px #CC96DE; box-shadow:1px 1px 3px 2px #CC96DE;">
Div content here
</div>
This text has color #CC96DE on black background.
This text has color #CC96DE on white background.
This text has black color on #CC96DE background.
This text has white color on #CC96DE background.
Complementary color for #hex is #336921.