HEX: #C4B6EA
RGB: (196,182,234)
#C4B6EA contains red, green and blue colors in about the same proportion. Web safe color of #C4B6EA is #CCCCFF (or #CCF).
#C4B6EA color RGB value is (196,182,234).
RGB: (196,182,234)
(77%, 71%, 92%)
R 196 of 255 = 77%
G 182 of 255 = 71%
B 234 of 255 = 92%
R + G + B ~ 80%. #C4B6EA is quite light color.
R + G + B = 196 + 182 + 234 = 612 (100%)
R 196 of 612 ~ 32.03%
G 182 of 612 ~ 29.74%
B 234 of 612 ~ 38.24'%
#C4B6EA color CMYK value is (16,22,0,8).
CMYK: (16,22,0,8)
C16M22Y0K8 (16%, 22%, 0%, 8%)
(0.16 / 0.22 / 0.00 / 0.08)
Color #C4B6EA in popluar color models
C4 | B6 | EA | |
---|---|---|---|
RGB | 196 | 182 | 234 |
HSL | 256° | 55.32% | 81.57% |
HSB/HSV | 256° | 22.22% | 91.76% |
CMYK | 16.24% | 22.22% | 0.00% |
8.24% |
Color #C4B6EA in popluar number systems.
HEX | C4 | B6 | EA |
Decimal | 196 | 182 | 234 |
Binary | 11000100 | 10110110 | 11101010 |
Octal | 304 | 266 | 352 |
Shades of #C4B6EA
Tints of #C4B6EA
Examples of css and html codes for elements with #C4B6EA color. Also use rgb(196,182,234) instead hex code.
.myTextColor { color: #C4B6EA; }
<p style="color:#C4B6EA">This sample text font color is #C4B6EA.</p>
This text font color is #C4B6EA.
.myBgColor { background-color: #C4B6EA; }
<div style="background-color:#C4B6EA">Inner text</div>
This div background color is #C4B6EA.
.myBorderColor { border: 1px solid #C4B6EA; }
<div style="border:3px solid #C4B6EA">Div</div>
This div border color is #C4B6EA.
.myOpacity80 { color: #C4B6EA; opacity: 0.8; }
<p style="color:#C4B6EA;opacity:0.8;">80%</p>
Text with #C4B6EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4B6EA;}
<p style="text-shadow: 3px 3px 1px #C4B6EA">Text here.</p>
This text has shadow with #C4B6EA color.
.textShadow {text-shadow: 3px 3px 1px #C4B6EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4B6EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4B6EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4B6EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4B6EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4B6EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4B6EA;
-webkit-box-shadow: 1px 1px 3px 2px #C4B6EA;
box-shadow: 1px 1px 3px 2px #C4B6EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4B6EA; -webkit-box-shadow: 1px 1px 3px 2px #C4B6EA; box-shadow:1px 1px 3px 2px #C4B6EA;">
Div content here
</div>
This text has color #C4B6EA on black background.
This text has color #C4B6EA on white background.
This text has black color on #C4B6EA background.
This text has white color on #C4B6EA background.
Complementary color for #hex is #3B4915.