HEX: #CC96E7
RGB: (204,150,231)
#CC96E7 contains mainly red and blue colors. Web safe color of #CC96E7 is #CC99FF (or #C9F).
#CC96E7 color RGB value is (204,150,231).
RGB: (204,150,231)
(80%, 59%, 91%)
R 204 of 255 = 80%
G 150 of 255 = 59%
B 231 of 255 = 91%
R + G + B ~ 77%. #CC96E7 is quite light color.
R + G + B = 204 + 150 + 231 = 585 (100%)
R 204 of 585 ~ 34.87%
G 150 of 585 ~ 25.64%
B 231 of 585 ~ 39.49'%
#CC96E7 color CMYK value is (12,35,0,9).
CMYK: (12,35,0,9) C12M35Y0K9 (12%,35%,0%,9%) (0.12/0.35/0.00/0.09)
Color #CC96E7 in popluar color models
CC | 96 | E7 | |
---|---|---|---|
RGB | 204 | 150 | 231 |
HSL | 280° | 62.79% | 74.71% |
HSB/HSV | 280° | 35.06% | 90.59% |
CMYK | 11.69% | 35.06% | 0.00% |
9.41% |
Color #CC96E7 in popluar number systems.
HEX | CC | 96 | E7 |
Decimal | 204 | 150 | 231 |
Binary | 11001100 | 10010110 | 11100111 |
Octal | 314 | 226 | 347 |
Shades of #CC96E7
Tints of #CC96E7
Examples of css and html codes for elements with #CC96E7 color. Also use rgb(204,150,231) instead hex code.
.myTextColor { color: #CC96E7; }
<p style="color:#CC96E7">This sample text font color is #CC96E7.</p>
This text font color is #CC96E7.
.myBgColor { background-color: #CC96E7; }
<div style="background-color:#CC96E7">Inner text</div>
This div background color is #CC96E7.
.myBorderColor { border: 1px solid #CC96E7; }
<div style="border:3px solid #CC96E7">Div</div>
This div border color is #CC96E7.
.myOpacity80 { color: #CC96E7; opacity: 0.8; }
<p style="color:#CC96E7;opacity:0.8;">80%</p>
Text with #CC96E7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC96E7;}
<p style="text-shadow: 3px 3px 1px #CC96E7">Text here.</p>
This text has shadow with #CC96E7 color.
.textShadow {text-shadow: 3px 3px 1px #CC96E7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC96E7, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC96E7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC96E7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC96E7, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC96E7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC96E7;
-webkit-box-shadow: 1px 1px 3px 2px #CC96E7;
box-shadow: 1px 1px 3px 2px #CC96E7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC96E7; -webkit-box-shadow: 1px 1px 3px 2px #CC96E7; box-shadow:1px 1px 3px 2px #CC96E7;">
Div content here
</div>
This text has color #CC96E7 on black background.
This text has color #CC96E7 on white background.
This text has black color on #CC96E7 background.
This text has white color on #CC96E7 background.
Complementary color for #hex is #336918.