HEX: #CCBEE6
RGB: (204,190,230)
#CCBEE6 contains red, green and blue colors in about the same proportion. Web safe color of #CCBEE6 is #CCCCCC (or #CCC).
#CCBEE6 color RGB value is (204,190,230).
RGB: (204,190,230)
(80%, 75%, 90%)
R 204 of 255 = 80%
G 190 of 255 = 75%
B 230 of 255 = 90%
R + G + B ~ 82%. #CCBEE6 is quite light color.
R + G + B = 204 + 190 + 230 = 624 (100%)
R 204 of 624 ~ 32.69%
G 190 of 624 ~ 30.45%
B 230 of 624 ~ 36.86'%
#CCBEE6 color CMYK value is (11,17,0,10).
CMYK: (11,17,0,10)
C11M17Y0K10 (11%, 17%, 0%, 10%)
(0.11 / 0.17 / 0.00 / 0.10)
Color #CCBEE6 in popluar color models
CC | BE | E6 | |
---|---|---|---|
RGB | 204 | 190 | 230 |
HSL | 261° | 44.44% | 82.35% |
HSB/HSV | 261° | 17.39% | 90.20% |
CMYK | 11.30% | 17.39% | 0.00% |
9.80% |
Color #CCBEE6 in popluar number systems.
HEX | CC | BE | E6 |
Decimal | 204 | 190 | 230 |
Binary | 11001100 | 10111110 | 11100110 |
Octal | 314 | 276 | 346 |
Shades of #CCBEE6
Tints of #CCBEE6
Examples of css and html codes for elements with #CCBEE6 color. Also use rgb(204,190,230) instead hex code.
.myTextColor { color: #CCBEE6; }
<p style="color:#CCBEE6">This sample text font color is #CCBEE6.</p>
This text font color is #CCBEE6.
.myBgColor { background-color: #CCBEE6; }
<div style="background-color:#CCBEE6">Inner text</div>
This div background color is #CCBEE6.
.myBorderColor { border: 1px solid #CCBEE6; }
<div style="border:3px solid #CCBEE6">Div</div>
This div border color is #CCBEE6.
.myOpacity80 { color: #CCBEE6; opacity: 0.8; }
<p style="color:#CCBEE6;opacity:0.8;">80%</p>
Text with #CCBEE6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCBEE6;}
<p style="text-shadow: 3px 3px 1px #CCBEE6">Text here.</p>
This text has shadow with #CCBEE6 color.
.textShadow {text-shadow: 3px 3px 1px #CCBEE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCBEE6, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCBEE6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCBEE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCBEE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCBEE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCBEE6;
-webkit-box-shadow: 1px 1px 3px 2px #CCBEE6;
box-shadow: 1px 1px 3px 2px #CCBEE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCBEE6; -webkit-box-shadow: 1px 1px 3px 2px #CCBEE6; box-shadow:1px 1px 3px 2px #CCBEE6;">
Div content here
</div>
This text has color #CCBEE6 on black background.
This text has color #CCBEE6 on white background.
This text has black color on #CCBEE6 background.
This text has white color on #CCBEE6 background.
Complementary color for #hex is #334119.