COLOR #B861A6

HEX: #B861A6
RGB: (184,97,166)

Color info

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

RGB color model

#B861A6 color RGB value is (184,97,166).

  • red value is 184;
  • green value is 97;
  • blue value is 166.
RGB:
(184,97,166)
(72%,38%,65%)

RGB channels and saturation

R 184 of 255 = 72%
G 97 of 255 = 38%
B 166 of 255 = 65%

184
97
166

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

Portions of RGB colors in percentages

R + G + B =
184 + 97 + 166 = 447 (100%)
R 184 of 447 ~ 41.16%
G 97 of 447 ~ 21.7%
B 166 of 447 ~ 37.14%

%41.16
%21.7
%37.14

CMYK color model

#B861A6 color CMYK value is (0,47,10,28).

  • cyan value is 0.00%
  • magenta value is 47.28%
  • yellow value is 9.78%
  • key color value is 27.84%
CMYK:
(0,47,10,28)
C0M47Y10K28 
(0%,47%,10%,28%)
(0.00/0.47/0.10/0.28)	

CMYK percentages

%0
%47.28
%9.78
%27.84

Codes

Color #B861A6 in popluar color models

B861A6
RGB18497166
HSL312°37.99%55.10%
HSB/HSV312°47.28%72.16%
CMYK0.00%47.28%9.78%
27.84%

Color #B861A6 in popluar number systems.

HEXB861A6
Decimal18497166
Binary10111000110000110100110
Octal270141246

Shades and tints

Shades of #B861A6

#B861A6
(184,97,166)
#A85997
(168,89,151)
#985188
(152,81,136)
#884979
(136,73,121)
#78416A
(120,65,106)
#68395B
(104,57,91)
#58314C
(88,49,76)
#48293D
(72,41,61)
#38212E
(56,33,46)
#28191F
(40,25,31)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #B861A6

#B861A6
(184,97,166)
#BE6FAE
(190,111,174)
#C47DB6
(196,125,182)
#CA8BBE
(202,139,190)
#D099C6
(208,153,198)
#D6A7CE
(214,167,206)
#DCB5D6
(220,181,214)
#E2C3DE
(226,195,222)
#E8D1E6
(232,209,230)
#EEDFEE
(238,223,238)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B861A6 color. Also use rgb(184,97,166) instead hex code.

Text Font Color

.myTextColor { color: #B861A6; }

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

This text font color is #B861A6.


Background Color

.myBgColor { background-color: #B861A6; }

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

This div background color is #B861A6.


Border color

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

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

This div border color is #B861A6.


Opacity

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

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

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

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

This text has shadow with #B861A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B861A6 on black background.


Color preview on white background

This text has color #B861A6 on white background.



Black color preview on #B861A6 background

This text has black color on #B861A6 background.


White color preview on #B861A6 background

This text has white color on #B861A6 background.