HEX: #CCD363
RGB: (204,211,99)
#CCD363 contains mainly red and green colors. Web safe color of #CCD363 is #CCCC66 (or #CC6).
#CCD363 color RGB value is (204,211,99).
RGB: (204,211,99)
(80%, 83%, 39%)
R 204 of 255 = 80%
G 211 of 255 = 83%
B 99 of 255 = 39%
R + G + B ~ 67%. #CCD363 is quite light color.
R + G + B = 204 + 211 + 99 = 514 (100%)
R 204 of 514 ~ 39.69%
G 211 of 514 ~ 41.05%
B 99 of 514 ~ 19.26'%
#CCD363 color CMYK value is (3,0,53,17).
CMYK: (3,0,53,17)
C3M0Y53K17 (3%, 0%, 53%, 17%)
(0.03 / 0.00 / 0.53 / 0.17)
Color #CCD363 in popluar color models
CC | D3 | 63 | |
---|---|---|---|
RGB | 204 | 211 | 99 |
HSL | 64° | 56.00% | 60.78% |
HSB/HSV | 64° | 53.08% | 82.75% |
CMYK | 3.32% | 0.00% | 53.08% |
17.25% |
Color #CCD363 in popluar number systems.
HEX | CC | D3 | 63 |
Decimal | 204 | 211 | 99 |
Binary | 11001100 | 11010011 | 1100011 |
Octal | 314 | 323 | 143 |
Shades of #CCD363
Tints of #CCD363
Examples of css and html codes for elements with #CCD363 color. Also use rgb(204,211,99) instead hex code.
.myTextColor { color: #CCD363; }
<p style="color:#CCD363">This sample text font color is #CCD363.</p>
This text font color is #CCD363.
.myBgColor { background-color: #CCD363; }
<div style="background-color:#CCD363">Inner text</div>
This div background color is #CCD363.
.myBorderColor { border: 1px solid #CCD363; }
<div style="border:3px solid #CCD363">Div</div>
This div border color is #CCD363.
.myOpacity80 { color: #CCD363; opacity: 0.8; }
<p style="color:#CCD363;opacity:0.8;">80%</p>
Text with #CCD363 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCD363;}
<p style="text-shadow: 3px 3px 1px #CCD363">Text here.</p>
This text has shadow with #CCD363 color.
.textShadow {text-shadow: 3px 3px 1px #CCD363', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCD363, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCD363 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCD363, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCD363, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCD363 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCD363;
-webkit-box-shadow: 1px 1px 3px 2px #CCD363;
box-shadow: 1px 1px 3px 2px #CCD363;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCD363; -webkit-box-shadow: 1px 1px 3px 2px #CCD363; box-shadow:1px 1px 3px 2px #CCD363;">
Div content here
</div>
This text has color #CCD363 on black background.
This text has color #CCD363 on white background.
This text has black color on #CCD363 background.
This text has white color on #CCD363 background.
Complementary color for #hex is #332C9C.