HEX: #B388AB
RGB: (179,136,171)
#B388AB contains red, green and blue colors in about the same proportion. Web safe color of #B388AB is #999999 (or #999).
#B388AB color RGB value is (179,136,171).
RGB: (179,136,171)
(70%, 53%, 67%)
R 179 of 255 = 70%
G 136 of 255 = 53%
B 171 of 255 = 67%
R + G + B ~ 63%. #B388AB is quite light color.
R + G + B = 179 + 136 + 171 = 486 (100%)
R 179 of 486 ~ 36.83%
G 136 of 486 ~ 27.98%
B 171 of 486 ~ 35.19'%
#B388AB color CMYK value is (0,24,4,30).
CMYK: (0,24,4,30) C0M24Y4K30 (0%,24%,4%,30%) (0.00/0.24/0.04/0.30)
Color #B388AB in popluar color models
B3 | 88 | AB | |
---|---|---|---|
RGB | 179 | 136 | 171 |
HSL | 311° | 22.05% | 61.76% |
HSB/HSV | 311° | 24.02% | 70.20% |
CMYK | 0.00% | 24.02% | 4.47% |
29.80% |
Color #B388AB in popluar number systems.
HEX | B3 | 88 | AB |
Decimal | 179 | 136 | 171 |
Binary | 10110011 | 10001000 | 10101011 |
Octal | 263 | 210 | 253 |
Shades of #B388AB
Tints of #B388AB
Examples of css and html codes for elements with #B388AB color. Also use rgb(179,136,171) instead hex code.
.myTextColor { color: #B388AB; }
<p style="color:#B388AB">This sample text font color is #B388AB.</p>
This text font color is #B388AB.
.myBgColor { background-color: #B388AB; }
<div style="background-color:#B388AB">Inner text</div>
This div background color is #B388AB.
.myBorderColor { border: 1px solid #B388AB; }
<div style="border:3px solid #B388AB">Div</div>
This div border color is #B388AB.
.myOpacity80 { color: #B388AB; opacity: 0.8; }
<p style="color:#B388AB;opacity:0.8;">80%</p>
Text with #B388AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B388AB;}
<p style="text-shadow: 3px 3px 1px #B388AB">Text here.</p>
This text has shadow with #B388AB color.
.textShadow {text-shadow: 3px 3px 1px #B388AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B388AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B388AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B388AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B388AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B388AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B388AB;
-webkit-box-shadow: 1px 1px 3px 2px #B388AB;
box-shadow: 1px 1px 3px 2px #B388AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B388AB; -webkit-box-shadow: 1px 1px 3px 2px #B388AB; box-shadow:1px 1px 3px 2px #B388AB;">
Div content here
</div>
This text has color #B388AB on black background.
This text has color #B388AB on white background.
This text has black color on #B388AB background.
This text has white color on #B388AB background.
Complementary color for #hex is #4C7754.