HEX: #CCE17D
RGB: (204,225,125)
#CCE17D contains mainly red and green colors. Web safe color of #CCE17D is #CCCC66 (or #CC6).
#CCE17D color RGB value is (204,225,125).
RGB: (204,225,125)
(80%, 88%, 49%)
R 204 of 255 = 80%
G 225 of 255 = 88%
B 125 of 255 = 49%
R + G + B ~ 72%. #CCE17D is quite light color.
R + G + B = 204 + 225 + 125 = 554 (100%)
R 204 of 554 ~ 36.82%
G 225 of 554 ~ 40.61%
B 125 of 554 ~ 22.56'%
#CCE17D color CMYK value is (9,0,44,12).
CMYK: (9,0,44,12)
C9M0Y44K12 (9%, 0%, 44%, 12%)
(0.09 / 0.00 / 0.44 / 0.12)
Color #CCE17D in popluar color models
CC | E1 | 7D | |
---|---|---|---|
RGB | 204 | 225 | 125 |
HSL | 73° | 62.50% | 68.63% |
HSB/HSV | 73° | 44.44% | 88.24% |
CMYK | 9.33% | 0.00% | 44.44% |
11.76% |
Color #CCE17D in popluar number systems.
HEX | CC | E1 | 7D |
Decimal | 204 | 225 | 125 |
Binary | 11001100 | 11100001 | 1111101 |
Octal | 314 | 341 | 175 |
Shades of #CCE17D
Tints of #CCE17D
Examples of css and html codes for elements with #CCE17D color. Also use rgb(204,225,125) instead hex code.
.myTextColor { color: #CCE17D; }
<p style="color:#CCE17D">This sample text font color is #CCE17D.</p>
This text font color is #CCE17D.
.myBgColor { background-color: #CCE17D; }
<div style="background-color:#CCE17D">Inner text</div>
This div background color is #CCE17D.
.myBorderColor { border: 1px solid #CCE17D; }
<div style="border:3px solid #CCE17D">Div</div>
This div border color is #CCE17D.
.myOpacity80 { color: #CCE17D; opacity: 0.8; }
<p style="color:#CCE17D;opacity:0.8;">80%</p>
Text with #CCE17D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCE17D;}
<p style="text-shadow: 3px 3px 1px #CCE17D">Text here.</p>
This text has shadow with #CCE17D color.
.textShadow {text-shadow: 3px 3px 1px #CCE17D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCE17D, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCE17D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCE17D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCE17D, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCE17D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCE17D;
-webkit-box-shadow: 1px 1px 3px 2px #CCE17D;
box-shadow: 1px 1px 3px 2px #CCE17D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE17D; -webkit-box-shadow: 1px 1px 3px 2px #CCE17D; box-shadow:1px 1px 3px 2px #CCE17D;">
Div content here
</div>
This text has color #CCE17D on black background.
This text has color #CCE17D on white background.
This text has black color on #CCE17D background.
This text has white color on #CCE17D background.
Complementary color for #hex is #331E82.