HEX: #CCC7EA
RGB: (204,199,234)
#CCC7EA contains red, green and blue colors in about the same proportion. Web safe color of #CCC7EA is #CCCCFF (or #CCF).
#CCC7EA color RGB value is (204,199,234).
RGB: (204,199,234)
(80%, 78%, 92%)
R 204 of 255 = 80%
G 199 of 255 = 78%
B 234 of 255 = 92%
R + G + B ~ 83%. #CCC7EA is quite light color.
R + G + B = 204 + 199 + 234 = 637 (100%)
R 204 of 637 ~ 32.03%
G 199 of 637 ~ 31.24%
B 234 of 637 ~ 36.73'%
#CCC7EA color CMYK value is (13,15,0,8).
CMYK: (13,15,0,8)
C13M15Y0K8 (13%, 15%, 0%, 8%)
(0.13 / 0.15 / 0.00 / 0.08)
Color #CCC7EA in popluar color models
CC | C7 | EA | |
---|---|---|---|
RGB | 204 | 199 | 234 |
HSL | 249° | 45.45% | 84.90% |
HSB/HSV | 249° | 14.96% | 91.76% |
CMYK | 12.82% | 14.96% | 0.00% |
8.24% |
Color #CCC7EA in popluar number systems.
HEX | CC | C7 | EA |
Decimal | 204 | 199 | 234 |
Binary | 11001100 | 11000111 | 11101010 |
Octal | 314 | 307 | 352 |
Shades of #CCC7EA
Tints of #CCC7EA
Examples of css and html codes for elements with #CCC7EA color. Also use rgb(204,199,234) instead hex code.
.myTextColor { color: #CCC7EA; }
<p style="color:#CCC7EA">This sample text font color is #CCC7EA.</p>
This text font color is #CCC7EA.
.myBgColor { background-color: #CCC7EA; }
<div style="background-color:#CCC7EA">Inner text</div>
This div background color is #CCC7EA.
.myBorderColor { border: 1px solid #CCC7EA; }
<div style="border:3px solid #CCC7EA">Div</div>
This div border color is #CCC7EA.
.myOpacity80 { color: #CCC7EA; opacity: 0.8; }
<p style="color:#CCC7EA;opacity:0.8;">80%</p>
Text with #CCC7EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCC7EA;}
<p style="text-shadow: 3px 3px 1px #CCC7EA">Text here.</p>
This text has shadow with #CCC7EA color.
.textShadow {text-shadow: 3px 3px 1px #CCC7EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCC7EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCC7EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCC7EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCC7EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCC7EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCC7EA;
-webkit-box-shadow: 1px 1px 3px 2px #CCC7EA;
box-shadow: 1px 1px 3px 2px #CCC7EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCC7EA; -webkit-box-shadow: 1px 1px 3px 2px #CCC7EA; box-shadow:1px 1px 3px 2px #CCC7EA;">
Div content here
</div>
This text has color #CCC7EA on black background.
This text has color #CCC7EA on white background.
This text has black color on #CCC7EA background.
This text has white color on #CCC7EA background.
Complementary color for #hex is #333815.