HEX: #C7BBDB
RGB: (199,187,219)
#C7BBDB contains red, green and blue colors in about the same proportion. Web safe color of #C7BBDB is #CCCCCC (or #CCC).
#C7BBDB color RGB value is (199,187,219).
RGB: (199,187,219)
(78%, 73%, 86%)
R 199 of 255 = 78%
G 187 of 255 = 73%
B 219 of 255 = 86%
R + G + B ~ 79%. #C7BBDB is quite light color.
R + G + B = 199 + 187 + 219 = 605 (100%)
R 199 of 605 ~ 32.89%
G 187 of 605 ~ 30.91%
B 219 of 605 ~ 36.2'%
#C7BBDB color CMYK value is (9,15,0,14).
CMYK: (9,15,0,14)
C9M15Y0K14 (9%, 15%, 0%, 14%)
(0.09 / 0.15 / 0.00 / 0.14)
Color #C7BBDB in popluar color models
C7 | BB | DB | |
---|---|---|---|
RGB | 199 | 187 | 219 |
HSL | 263° | 30.77% | 79.61% |
HSB/HSV | 263° | 14.61% | 85.88% |
CMYK | 9.13% | 14.61% | 0.00% |
14.12% |
Color #C7BBDB in popluar number systems.
HEX | C7 | BB | DB |
Decimal | 199 | 187 | 219 |
Binary | 11000111 | 10111011 | 11011011 |
Octal | 307 | 273 | 333 |
Shades of #C7BBDB
Tints of #C7BBDB
Examples of css and html codes for elements with #C7BBDB color. Also use rgb(199,187,219) instead hex code.
.myTextColor { color: #C7BBDB; }
<p style="color:#C7BBDB">This sample text font color is #C7BBDB.</p>
This text font color is #C7BBDB.
.myBgColor { background-color: #C7BBDB; }
<div style="background-color:#C7BBDB">Inner text</div>
This div background color is #C7BBDB.
.myBorderColor { border: 1px solid #C7BBDB; }
<div style="border:3px solid #C7BBDB">Div</div>
This div border color is #C7BBDB.
.myOpacity80 { color: #C7BBDB; opacity: 0.8; }
<p style="color:#C7BBDB;opacity:0.8;">80%</p>
Text with #C7BBDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7BBDB;}
<p style="text-shadow: 3px 3px 1px #C7BBDB">Text here.</p>
This text has shadow with #C7BBDB color.
.textShadow {text-shadow: 3px 3px 1px #C7BBDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7BBDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7BBDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7BBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7BBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7BBDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7BBDB;
-webkit-box-shadow: 1px 1px 3px 2px #C7BBDB;
box-shadow: 1px 1px 3px 2px #C7BBDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7BBDB; -webkit-box-shadow: 1px 1px 3px 2px #C7BBDB; box-shadow:1px 1px 3px 2px #C7BBDB;">
Div content here
</div>
This text has color #C7BBDB on black background.
This text has color #C7BBDB on white background.
This text has black color on #C7BBDB background.
This text has white color on #C7BBDB background.
Complementary color for #hex is #384424.