HEX: #B87DAD
RGB: (184,125,173)
#B87DAD contains red, green and blue colors in about the same proportion. Web safe color of #B87DAD is #CC6699 (or #C69).
#B87DAD color RGB value is (184,125,173).
RGB: (184,125,173)
(72%, 49%, 68%)
R 184 of 255 = 72%
G 125 of 255 = 49%
B 173 of 255 = 68%
R + G + B ~ 63%. #B87DAD is quite light color.
R + G + B = 184 + 125 + 173 = 482 (100%)
R 184 of 482 ~ 38.17%
G 125 of 482 ~ 25.93%
B 173 of 482 ~ 35.89'%
#B87DAD color CMYK value is (0,32,6,28).
CMYK: (0,32,6,28)
C0M32Y6K28 (0%, 32%, 6%, 28%)
(0.00 / 0.32 / 0.06 / 0.28)
Color #B87DAD in popluar color models
B8 | 7D | AD | |
---|---|---|---|
RGB | 184 | 125 | 173 |
HSL | 311° | 29.35% | 60.59% |
HSB/HSV | 311° | 32.07% | 72.16% |
CMYK | 0.00% | 32.07% | 5.98% |
27.84% |
Color #B87DAD in popluar number systems.
HEX | B8 | 7D | AD |
Decimal | 184 | 125 | 173 |
Binary | 10111000 | 1111101 | 10101101 |
Octal | 270 | 175 | 255 |
Shades of #B87DAD
Tints of #B87DAD
Examples of css and html codes for elements with #B87DAD color. Also use rgb(184,125,173) instead hex code.
.myTextColor { color: #B87DAD; }
<p style="color:#B87DAD">This sample text font color is #B87DAD.</p>
This text font color is #B87DAD.
.myBgColor { background-color: #B87DAD; }
<div style="background-color:#B87DAD">Inner text</div>
This div background color is #B87DAD.
.myBorderColor { border: 1px solid #B87DAD; }
<div style="border:3px solid #B87DAD">Div</div>
This div border color is #B87DAD.
.myOpacity80 { color: #B87DAD; opacity: 0.8; }
<p style="color:#B87DAD;opacity:0.8;">80%</p>
Text with #B87DAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B87DAD;}
<p style="text-shadow: 3px 3px 1px #B87DAD">Text here.</p>
This text has shadow with #B87DAD color.
.textShadow {text-shadow: 3px 3px 1px #B87DAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B87DAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B87DAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B87DAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B87DAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B87DAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B87DAD;
-webkit-box-shadow: 1px 1px 3px 2px #B87DAD;
box-shadow: 1px 1px 3px 2px #B87DAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B87DAD; -webkit-box-shadow: 1px 1px 3px 2px #B87DAD; box-shadow:1px 1px 3px 2px #B87DAD;">
Div content here
</div>
This text has color #B87DAD on black background.
This text has color #B87DAD on white background.
This text has black color on #B87DAD background.
This text has white color on #B87DAD background.
Complementary color for #hex is #478252.