HEX: #C7B5EF
RGB: (199,181,239)
#C7B5EF contains red, green and blue colors in about the same proportion. Web safe color of #C7B5EF is #CCCCFF (or #CCF).
#C7B5EF color RGB value is (199,181,239).
RGB: (199,181,239)
(78%, 71%, 94%)
R 199 of 255 = 78%
G 181 of 255 = 71%
B 239 of 255 = 94%
R + G + B ~ 81%. #C7B5EF is quite light color.
R + G + B = 199 + 181 + 239 = 619 (100%)
R 199 of 619 ~ 32.15%
G 181 of 619 ~ 29.24%
B 239 of 619 ~ 38.61'%
#C7B5EF color CMYK value is (17,24,0,6).
CMYK: (17,24,0,6)
C17M24Y0K6 (17%, 24%, 0%, 6%)
(0.17 / 0.24 / 0.00 / 0.06)
Color #C7B5EF in popluar color models
C7 | B5 | EF | |
---|---|---|---|
RGB | 199 | 181 | 239 |
HSL | 259° | 64.44% | 82.35% |
HSB/HSV | 259° | 24.27% | 93.73% |
CMYK | 16.74% | 24.27% | 0.00% |
6.27% |
Color #C7B5EF in popluar number systems.
HEX | C7 | B5 | EF |
Decimal | 199 | 181 | 239 |
Binary | 11000111 | 10110101 | 11101111 |
Octal | 307 | 265 | 357 |
Shades of #C7B5EF
Tints of #C7B5EF
Examples of css and html codes for elements with #C7B5EF color. Also use rgb(199,181,239) instead hex code.
.myTextColor { color: #C7B5EF; }
<p style="color:#C7B5EF">This sample text font color is #C7B5EF.</p>
This text font color is #C7B5EF.
.myBgColor { background-color: #C7B5EF; }
<div style="background-color:#C7B5EF">Inner text</div>
This div background color is #C7B5EF.
.myBorderColor { border: 1px solid #C7B5EF; }
<div style="border:3px solid #C7B5EF">Div</div>
This div border color is #C7B5EF.
.myOpacity80 { color: #C7B5EF; opacity: 0.8; }
<p style="color:#C7B5EF;opacity:0.8;">80%</p>
Text with #C7B5EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B5EF;}
<p style="text-shadow: 3px 3px 1px #C7B5EF">Text here.</p>
This text has shadow with #C7B5EF color.
.textShadow {text-shadow: 3px 3px 1px #C7B5EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B5EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7B5EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B5EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B5EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B5EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7B5EF;
-webkit-box-shadow: 1px 1px 3px 2px #C7B5EF;
box-shadow: 1px 1px 3px 2px #C7B5EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7B5EF; -webkit-box-shadow: 1px 1px 3px 2px #C7B5EF; box-shadow:1px 1px 3px 2px #C7B5EF;">
Div content here
</div>
This text has color #C7B5EF on black background.
This text has color #C7B5EF on white background.
This text has black color on #C7B5EF background.
This text has white color on #C7B5EF background.
Complementary color for #hex is #384A10.