COLOR #B86896

HEX: #B86896
RGB: (184,104,150)

Color info

#B86896 contains mainly red and blue colors. Web safe color of #B86896 is #CC6699 (or #C69).

RGB color model

#B86896 color RGB value is (184,104,150).

  • red value is 184;
  • green value is 104;
  • blue value is 150.
RGB:
(184,104,150)
(72%,41%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 104 of 255 = 41%
B 150 of 255 = 59%

184
104
150

R + G + B ~ 57%. #B86896 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
184 + 104 + 150 = 438 (100%)
R 184 of 438 ~ 42.01%
G 104 of 438 ~ 23.74%
B 150 of 438 ~ 34.25%

%42.01
%23.74
%34.25

CMYK color model

#B86896 color CMYK value is (0,43,18,28).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(0,43,18,28)
C0M43Y18K28 
(0%,43%,18%,28%)
(0.00/0.43/0.18/0.28)	

CMYK percentages

%0
%43.48
%18.48
%27.84

Codes

Color #B86896 in popluar color models

B86896
RGB184104150
HSL326°36.04%56.47%
HSB/HSV326°43.48%72.16%
CMYK0.00%43.48%18.48%
27.84%

Color #B86896 in popluar number systems.

HEXB86896
Decimal184104150
Binary10111000110100010010110
Octal270150226

Shades and tints

Shades of #B86896

#B86896
(184,104,150)
#A85F89
(168,95,137)
#98567C
(152,86,124)
#884D6F
(136,77,111)
#784462
(120,68,98)
#683B55
(104,59,85)
#583248
(88,50,72)
#48293B
(72,41,59)
#38202E
(56,32,46)
#281721
(40,23,33)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #B86896

#B86896
(184,104,150)
#BE759F
(190,117,159)
#C482A8
(196,130,168)
#CA8FB1
(202,143,177)
#D09CBA
(208,156,186)
#D6A9C3
(214,169,195)
#DCB6CC
(220,182,204)
#E2C3D5
(226,195,213)
#E8D0DE
(232,208,222)
#EEDDE7
(238,221,231)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B86896 color. Also use rgb(184,104,150) instead hex code.

Text Font Color

.myTextColor { color: #B86896; }

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

This text font color is #B86896.


Background Color

.myBgColor { background-color: #B86896; }

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

This div background color is #B86896.


Border color

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

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

This div border color is #B86896.


Opacity

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

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

Text with #B86896 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 #B86896;}

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

This text has shadow with #B86896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B86896 on black background.


Color preview on white background

This text has color #B86896 on white background.



Black color preview on #B86896 background

This text has black color on #B86896 background.


White color preview on #B86896 background

This text has white color on #B86896 background.