HEX: #CCB0BB
RGB: (204,176,187)
#CCB0BB contains red, green and blue colors in about the same proportion. Web safe color of #CCB0BB is #CC99CC (or #C9C).
#CCB0BB color RGB value is (204,176,187).
RGB: (204,176,187)
(80%, 69%, 73%)
R 204 of 255 = 80%
G 176 of 255 = 69%
B 187 of 255 = 73%
R + G + B ~ 74%. #CCB0BB is quite light color.
R + G + B = 204 + 176 + 187 = 567 (100%)
R 204 of 567 ~ 35.98%
G 176 of 567 ~ 31.04%
B 187 of 567 ~ 32.98'%
#CCB0BB color CMYK value is (0,14,8,20).
CMYK: (0,14,8,20)
C0M14Y8K20 (0%, 14%, 8%, 20%)
(0.00 / 0.14 / 0.08 / 0.20)
Color #CCB0BB in popluar color models
CC | B0 | BB | |
---|---|---|---|
RGB | 204 | 176 | 187 |
HSL | 336° | 21.54% | 74.51% |
HSB/HSV | 336° | 13.73% | 80.00% |
CMYK | 0.00% | 13.73% | 8.33% |
20.00% |
Color #CCB0BB in popluar number systems.
HEX | CC | B0 | BB |
Decimal | 204 | 176 | 187 |
Binary | 11001100 | 10110000 | 10111011 |
Octal | 314 | 260 | 273 |
Shades of #CCB0BB
Tints of #CCB0BB
Examples of css and html codes for elements with #CCB0BB color. Also use rgb(204,176,187) instead hex code.
.myTextColor { color: #CCB0BB; }
<p style="color:#CCB0BB">This sample text font color is #CCB0BB.</p>
This text font color is #CCB0BB.
.myBgColor { background-color: #CCB0BB; }
<div style="background-color:#CCB0BB">Inner text</div>
This div background color is #CCB0BB.
.myBorderColor { border: 1px solid #CCB0BB; }
<div style="border:3px solid #CCB0BB">Div</div>
This div border color is #CCB0BB.
.myOpacity80 { color: #CCB0BB; opacity: 0.8; }
<p style="color:#CCB0BB;opacity:0.8;">80%</p>
Text with #CCB0BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCB0BB;}
<p style="text-shadow: 3px 3px 1px #CCB0BB">Text here.</p>
This text has shadow with #CCB0BB color.
.textShadow {text-shadow: 3px 3px 1px #CCB0BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCB0BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCB0BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCB0BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCB0BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCB0BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCB0BB;
-webkit-box-shadow: 1px 1px 3px 2px #CCB0BB;
box-shadow: 1px 1px 3px 2px #CCB0BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCB0BB; -webkit-box-shadow: 1px 1px 3px 2px #CCB0BB; box-shadow:1px 1px 3px 2px #CCB0BB;">
Div content here
</div>
This text has color #CCB0BB on black background.
This text has color #CCB0BB on white background.
This text has black color on #CCB0BB background.
This text has white color on #CCB0BB background.
Complementary color for #hex is #334F44.