HEX: #CCE1EC
RGB: (204,225,236)
#CCE1EC contains red, green and blue colors in about the same proportion. Web safe color of #CCE1EC is #CCCCFF (or #CCF).
#CCE1EC color RGB value is (204,225,236).
RGB: (204,225,236)
(80%, 88%, 93%)
R 204 of 255 = 80%
G 225 of 255 = 88%
B 236 of 255 = 93%
R + G + B ~ 87%. #CCE1EC is light color.
R + G + B = 204 + 225 + 236 = 665 (100%)
R 204 of 665 ~ 30.68%
G 225 of 665 ~ 33.83%
B 236 of 665 ~ 35.49'%
#CCE1EC color CMYK value is (14,5,0,7).
CMYK: (14,5,0,7) C14M5Y0K7 (14%,5%,0%,7%) (0.14/0.05/0.00/0.07)
Color #CCE1EC in popluar color models
CC | E1 | EC | |
---|---|---|---|
RGB | 204 | 225 | 236 |
HSL | 201° | 45.71% | 86.27% |
HSB/HSV | 201° | 13.56% | 92.55% |
CMYK | 13.56% | 4.66% | 0.00% |
7.45% |
Color #CCE1EC in popluar number systems.
HEX | CC | E1 | EC |
Decimal | 204 | 225 | 236 |
Binary | 11001100 | 11100001 | 11101100 |
Octal | 314 | 341 | 354 |
Shades of #CCE1EC
Tints of #CCE1EC
Examples of css and html codes for elements with #CCE1EC color. Also use rgb(204,225,236) instead hex code.
.myTextColor { color: #CCE1EC; }
<p style="color:#CCE1EC">This sample text font color is #CCE1EC.</p>
This text font color is #CCE1EC.
.myBgColor { background-color: #CCE1EC; }
<div style="background-color:#CCE1EC">Inner text</div>
This div background color is #CCE1EC.
.myBorderColor { border: 1px solid #CCE1EC; }
<div style="border:3px solid #CCE1EC">Div</div>
This div border color is #CCE1EC.
.myOpacity80 { color: #CCE1EC; opacity: 0.8; }
<p style="color:#CCE1EC;opacity:0.8;">80%</p>
Text with #CCE1EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCE1EC;}
<p style="text-shadow: 3px 3px 1px #CCE1EC">Text here.</p>
This text has shadow with #CCE1EC color.
.textShadow {text-shadow: 3px 3px 1px #CCE1EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCE1EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCE1EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCE1EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCE1EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCE1EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCE1EC;
-webkit-box-shadow: 1px 1px 3px 2px #CCE1EC;
box-shadow: 1px 1px 3px 2px #CCE1EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE1EC; -webkit-box-shadow: 1px 1px 3px 2px #CCE1EC; box-shadow:1px 1px 3px 2px #CCE1EC;">
Div content here
</div>
This text has color #CCE1EC on black background.
This text has color #CCE1EC on white background.
This text has black color on #CCE1EC background.
This text has white color on #CCE1EC background.
Complementary color for #hex is #331E13.