HEX: #CCEEB9
RGB: (204,238,185)
#CCEEB9 contains red, green and blue colors in about the same proportion. Web safe color of #CCEEB9 is #CCFFCC (or #CFC).
#CCEEB9 color RGB value is (204,238,185).
RGB: (204,238,185)
(80%, 93%, 73%)
R 204 of 255 = 80%
G 238 of 255 = 93%
B 185 of 255 = 73%
R + G + B ~ 82%. #CCEEB9 is quite light color.
R + G + B = 204 + 238 + 185 = 627 (100%)
R 204 of 627 ~ 32.54%
G 238 of 627 ~ 37.96%
B 185 of 627 ~ 29.51'%
#CCEEB9 color CMYK value is (14,0,22,7).
CMYK: (14,0,22,7) C14M0Y22K7 (14%,0%,22%,7%) (0.14/0.00/0.22/0.07)
Color #CCEEB9 in popluar color models
CC | EE | B9 | |
---|---|---|---|
RGB | 204 | 238 | 185 |
HSL | 98° | 60.92% | 82.94% |
HSB/HSV | 98° | 22.27% | 93.33% |
CMYK | 14.29% | 0.00% | 22.27% |
6.67% |
Color #CCEEB9 in popluar number systems.
HEX | CC | EE | B9 |
Decimal | 204 | 238 | 185 |
Binary | 11001100 | 11101110 | 10111001 |
Octal | 314 | 356 | 271 |
Shades of #CCEEB9
Tints of #CCEEB9
Examples of css and html codes for elements with #CCEEB9 color. Also use rgb(204,238,185) instead hex code.
.myTextColor { color: #CCEEB9; }
<p style="color:#CCEEB9">This sample text font color is #CCEEB9.</p>
This text font color is #CCEEB9.
.myBgColor { background-color: #CCEEB9; }
<div style="background-color:#CCEEB9">Inner text</div>
This div background color is #CCEEB9.
.myBorderColor { border: 1px solid #CCEEB9; }
<div style="border:3px solid #CCEEB9">Div</div>
This div border color is #CCEEB9.
.myOpacity80 { color: #CCEEB9; opacity: 0.8; }
<p style="color:#CCEEB9;opacity:0.8;">80%</p>
Text with #CCEEB9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCEEB9;}
<p style="text-shadow: 3px 3px 1px #CCEEB9">Text here.</p>
This text has shadow with #CCEEB9 color.
.textShadow {text-shadow: 3px 3px 1px #CCEEB9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCEEB9, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCEEB9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCEEB9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCEEB9, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCEEB9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCEEB9;
-webkit-box-shadow: 1px 1px 3px 2px #CCEEB9;
box-shadow: 1px 1px 3px 2px #CCEEB9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCEEB9; -webkit-box-shadow: 1px 1px 3px 2px #CCEEB9; box-shadow:1px 1px 3px 2px #CCEEB9;">
Div content here
</div>
This text has color #CCEEB9 on black background.
This text has color #CCEEB9 on white background.
This text has black color on #CCEEB9 background.
This text has white color on #CCEEB9 background.
Complementary color for #hex is #331146.