HEX: #CCF5EE
RGB: (204,245,238)
#CCF5EE contains red, green and blue colors in about the same proportion. Web safe color of #CCF5EE is #CCFFFF (or #CFF).
#CCF5EE color RGB value is (204,245,238).
RGB: (204,245,238)
(80%, 96%, 93%)
R 204 of 255 = 80%
G 245 of 255 = 96%
B 238 of 255 = 93%
R + G + B ~ 90%. #CCF5EE is light color.
R + G + B = 204 + 245 + 238 = 687 (100%)
R 204 of 687 ~ 29.69%
G 245 of 687 ~ 35.66%
B 238 of 687 ~ 34.64'%
#CCF5EE color CMYK value is (17,0,3,4).
CMYK: (17,0,3,4)
C17M0Y3K4 (17%, 0%, 3%, 4%)
(0.17 / 0.00 / 0.03 / 0.04)
Color #CCF5EE in popluar color models
CC | F5 | EE | |
---|---|---|---|
RGB | 204 | 245 | 238 |
HSL | 170° | 67.21% | 88.04% |
HSB/HSV | 170° | 16.73% | 96.08% |
CMYK | 16.73% | 0.00% | 2.86% |
3.92% |
Color #CCF5EE in popluar number systems.
HEX | CC | F5 | EE |
Decimal | 204 | 245 | 238 |
Binary | 11001100 | 11110101 | 11101110 |
Octal | 314 | 365 | 356 |
Shades of #CCF5EE
Tints of #CCF5EE
Examples of css and html codes for elements with #CCF5EE color. Also use rgb(204,245,238) instead hex code.
.myTextColor { color: #CCF5EE; }
<p style="color:#CCF5EE">This sample text font color is #CCF5EE.</p>
This text font color is #CCF5EE.
.myBgColor { background-color: #CCF5EE; }
<div style="background-color:#CCF5EE">Inner text</div>
This div background color is #CCF5EE.
.myBorderColor { border: 1px solid #CCF5EE; }
<div style="border:3px solid #CCF5EE">Div</div>
This div border color is #CCF5EE.
.myOpacity80 { color: #CCF5EE; opacity: 0.8; }
<p style="color:#CCF5EE;opacity:0.8;">80%</p>
Text with #CCF5EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCF5EE;}
<p style="text-shadow: 3px 3px 1px #CCF5EE">Text here.</p>
This text has shadow with #CCF5EE color.
.textShadow {text-shadow: 3px 3px 1px #CCF5EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCF5EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCF5EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCF5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCF5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCF5EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCF5EE;
-webkit-box-shadow: 1px 1px 3px 2px #CCF5EE;
box-shadow: 1px 1px 3px 2px #CCF5EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCF5EE; -webkit-box-shadow: 1px 1px 3px 2px #CCF5EE; box-shadow:1px 1px 3px 2px #CCF5EE;">
Div content here
</div>
This text has color #CCF5EE on black background.
This text has color #CCF5EE on white background.
This text has black color on #CCF5EE background.
This text has white color on #CCF5EE background.
Complementary color for #hex is #330A11.