COLOR #B87ABF

HEX: #B87ABF
RGB: (184,122,191)

Color info

#B87ABF contains mainly red and blue colors. Web safe color of #B87ABF is #CC66CC (or #C6C).

RGB color model

#B87ABF color RGB value is (184,122,191).

  • red value is 184;
  • green value is 122;
  • blue value is 191.
RGB:
(184,122,191)
(72%,48%,75%)

RGB channels and saturation

R 184 of 255 = 72%
G 122 of 255 = 48%
B 191 of 255 = 75%

184
122
191

R + G + B ~ 65%. #B87ABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 122 + 191 = 497 (100%)
R 184 of 497 ~ 37.02%
G 122 of 497 ~ 24.55%
B 191 of 497 ~ 38.43%

%37.02
%24.55
%38.43

CMYK color model

#B87ABF color CMYK value is (4,36,0,25).

  • cyan value is 3.66%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(4,36,0,25)
C4M36Y0K25 
(4%,36%,0%,25%)
(0.04/0.36/0.00/0.25)	

CMYK percentages

%3.66
%36.13
%0
%25.1

Codes

Color #B87ABF in popluar color models

B87ABF
RGB184122191
HSL294°35.03%61.37%
HSB/HSV294°36.13%74.90%
CMYK3.66%36.13%0.00%
25.10%

Color #B87ABF in popluar number systems.

HEXB87ABF
Decimal184122191
Binary10111000111101010111111
Octal270172277

Shades and tints

Shades of #B87ABF

#B87ABF
(184,122,191)
#A86FAE
(168,111,174)
#98649D
(152,100,157)
#88598C
(136,89,140)
#784E7B
(120,78,123)
#68436A
(104,67,106)
#583859
(88,56,89)
#482D48
(72,45,72)
#382237
(56,34,55)
#281726
(40,23,38)
#180C15
(24,12,21)
#000000
(0,0,0)

Tints of #B87ABF

#B87ABF
(184,122,191)
#BE86C4
(190,134,196)
#C492C9
(196,146,201)
#CA9ECE
(202,158,206)
#D0AAD3
(208,170,211)
#D6B6D8
(214,182,216)
#DCC2DD
(220,194,221)
#E2CEE2
(226,206,226)
#E8DAE7
(232,218,231)
#EEE6EC
(238,230,236)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87ABF color. Also use rgb(184,122,191) instead hex code.

Text Font Color

.myTextColor { color: #B87ABF; }

<p style="color:#B87ABF">This sample text font color is #B87ABF.</p>

This text font color is #B87ABF.


Background Color

.myBgColor { background-color: #B87ABF; }

<div style="background-color:#B87ABF">Inner text</div>

This div background color is #B87ABF.


Border color

.myBorderColor { border: 1px solid #B87ABF; }

<div style="border:3px solid #B87ABF">Div</div>

This div border color is #B87ABF.


Opacity

.myOpacity80 { color: #B87ABF; opacity: 0.8; }

<p style="color:#B87ABF;opacity:0.8;">80%</p>

Text with #B87ABF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B87ABF;}

<p style="text-shadow: 3px 3px 1px #B87ABF">Text here.</p>

This text has shadow with #B87ABF color.

.textShadow {text-shadow: 3px 3px 1px #B87ABF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B87ABF, 5px 5px 20px red">Text here.</p>

This text has shadow with #B87ABF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B87ABF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B87ABF, Direction=45, Strength=4)">Text</p>

This text has shadow with #B87ABF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B87ABF;
  -webkit-box-shadow:	1px 1px 3px 2px #B87ABF;
  box-shadow:		1px 1px 3px 2px #B87ABF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B87ABF;
-webkit-box-shadow: 1px 1px 3px 2px #B87ABF;
box-shadow:1px 1px 3px 2px #B87ABF;">
Div content here</div>
This div box has shadow with color #B87ABF.

Preview

Color preview on black background

This text has color #B87ABF on black background.


Color preview on white background

This text has color #B87ABF on white background.



Black color preview on #B87ABF background

This text has black color on #B87ABF background.


White color preview on #B87ABF background

This text has white color on #B87ABF background.