HEX: #B6A4BA
RGB: (182,164,186)
#B6A4BA contains red, green and blue colors in about the same proportion. Web safe color of #B6A4BA is #CC99CC (or #C9C).
#B6A4BA color RGB value is (182,164,186).
RGB: (182,164,186) (71%,64%,73%)
R 182 of 255 = 71%
G 164 of 255 = 64%
B 186 of 255 = 73%
R + G + B ~ 69%. #B6A4BA is quite light color.
R + G + B =
182 + 164 + 186 = 532 (100%)
R 182 of 532 ~ 34.21%
G 164 of 532 ~ 30.83%
B 186 of 532 ~ 34.96%
#B6A4BA color CMYK value is (2,12,0,27).
CMYK: (2,12,0,27) C2M12Y0K27 (2%,12%,0%,27%) (0.02/0.12/0.00/0.27)
B6 | A4 | BA | |
---|---|---|---|
RGB | 182 | 164 | 186 |
HSL | 289° | 13.75% | 68.63% |
HSB/HSV | 289° | 11.83% | 72.94% |
CMYK | 2.15% | 11.83% | 0.00% |
27.06% |
HEX | B6 | A4 | BA |
Decimal | 182 | 164 | 186 |
Binary | 10110110 | 10100100 | 10111010 |
Octal | 266 | 244 | 272 |
Examples of css and html codes for elements with #B6A4BA color. Also use rgb(182,164,186) instead hex code.
.myTextColor { color: #B6A4BA; }
<p style="color:#B6A4BA">This sample text font color is #B6A4BA.</p>
This text font color is #B6A4BA.
.myBgColor { background-color: #B6A4BA; }
<div style="background-color:#B6A4BA">Inner text</div>
This div background color is #B6A4BA.
.myBorderColor { border: 1px solid #B6A4BA; }
<div style="border:3px solid #B6A4BA">Div</div>
This div border color is #B6A4BA.
.myOpacity80 { color: #B6A4BA; opacity: 0.8; }
<p style="color:#B6A4BA;opacity:0.8;">80%</p>
Text with #B6A4BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6A4BA;}
<p style="text-shadow: 3px 3px 1px #B6A4BA">Text here.</p>
This text has shadow with #B6A4BA color.
.textShadow {text-shadow: 3px 3px 1px #B6A4BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6A4BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #B6A4BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6A4BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6A4BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6A4BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B6A4BA; -webkit-box-shadow: 1px 1px 3px 2px #B6A4BA; box-shadow: 1px 1px 3px 2px #B6A4BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B6A4BA; -webkit-box-shadow: 1px 1px 3px 2px #B6A4BA; box-shadow:1px 1px 3px 2px #B6A4BA;">
Div content here</div>
This text has color #B6A4BA on black background.
This text has color #B6A4BA on white background.
This text has black color on #B6A4BA background.
This text has white color on #B6A4BA background.