HEX: #CCE99C
RGB: (204,233,156)
#CCE99C contains mainly red and green colors. Web safe color of #CCE99C is #CCFF99 (or #CF9).
#CCE99C color RGB value is (204,233,156).
RGB: (204,233,156)
(80%, 91%, 61%)
R 204 of 255 = 80%
G 233 of 255 = 91%
B 156 of 255 = 61%
R + G + B ~ 77%. #CCE99C is quite light color.
R + G + B = 204 + 233 + 156 = 593 (100%)
R 204 of 593 ~ 34.4%
G 233 of 593 ~ 39.29%
B 156 of 593 ~ 26.31'%
#CCE99C color CMYK value is (12,0,33,9).
CMYK: (12,0,33,9) C12M0Y33K9 (12%,0%,33%,9%) (0.12/0.00/0.33/0.09)
Color #CCE99C in popluar color models
CC | E9 | 9C | |
---|---|---|---|
RGB | 204 | 233 | 156 |
HSL | 83° | 63.64% | 76.27% |
HSB/HSV | 83° | 33.05% | 91.37% |
CMYK | 12.45% | 0.00% | 33.05% |
8.63% |
Color #CCE99C in popluar number systems.
HEX | CC | E9 | 9C |
Decimal | 204 | 233 | 156 |
Binary | 11001100 | 11101001 | 10011100 |
Octal | 314 | 351 | 234 |
Shades of #CCE99C
Tints of #CCE99C
Examples of css and html codes for elements with #CCE99C color. Also use rgb(204,233,156) instead hex code.
.myTextColor { color: #CCE99C; }
<p style="color:#CCE99C">This sample text font color is #CCE99C.</p>
This text font color is #CCE99C.
.myBgColor { background-color: #CCE99C; }
<div style="background-color:#CCE99C">Inner text</div>
This div background color is #CCE99C.
.myBorderColor { border: 1px solid #CCE99C; }
<div style="border:3px solid #CCE99C">Div</div>
This div border color is #CCE99C.
.myOpacity80 { color: #CCE99C; opacity: 0.8; }
<p style="color:#CCE99C;opacity:0.8;">80%</p>
Text with #CCE99C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCE99C;}
<p style="text-shadow: 3px 3px 1px #CCE99C">Text here.</p>
This text has shadow with #CCE99C color.
.textShadow {text-shadow: 3px 3px 1px #CCE99C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCE99C, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCE99C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCE99C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCE99C, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCE99C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCE99C;
-webkit-box-shadow: 1px 1px 3px 2px #CCE99C;
box-shadow: 1px 1px 3px 2px #CCE99C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE99C; -webkit-box-shadow: 1px 1px 3px 2px #CCE99C; box-shadow:1px 1px 3px 2px #CCE99C;">
Div content here
</div>
This text has color #CCE99C on black background.
This text has color #CCE99C on white background.
This text has black color on #CCE99C background.
This text has white color on #CCE99C background.
Complementary color for #hex is #331663.