COLOR #B46BAC

HEX: #B46BAC
RGB: (180,107,172)

Color info

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

RGB color model

#B46BAC color RGB value is (180,107,172).

  • red value is 180;
  • green value is 107;
  • blue value is 172.
RGB:
(180,107,172)
(71%,42%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 107 of 255 = 42%
B 172 of 255 = 67%

180
107
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 107 + 172 = 459 (100%)
R 180 of 459 ~ 39.22%
G 107 of 459 ~ 23.31%
B 172 of 459 ~ 37.47%

%39.22
%23.31
%37.47

CMYK color model

#B46BAC color CMYK value is (0,41,4,29).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,41,4,29)
C0M41Y4K29 
(0%,41%,4%,29%)
(0.00/0.41/0.04/0.29)	

CMYK percentages

%0
%40.56
%4.44
%29.41

Codes

Color #B46BAC in popluar color models

B46BAC
RGB180107172
HSL307°32.74%56.27%
HSB/HSV307°40.56%70.59%
CMYK0.00%40.56%4.44%
29.41%

Color #B46BAC in popluar number systems.

HEXB46BAC
Decimal180107172
Binary10110100110101110101100
Octal264153254

Shades and tints

Shades of #B46BAC

#B46BAC
(180,107,172)
#A4629D
(164,98,157)
#94598E
(148,89,142)
#84507F
(132,80,127)
#744770
(116,71,112)
#643E61
(100,62,97)
#543552
(84,53,82)
#442C43
(68,44,67)
#342334
(52,35,52)
#241A25
(36,26,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #B46BAC

#B46BAC
(180,107,172)
#BA78B3
(186,120,179)
#C085BA
(192,133,186)
#C692C1
(198,146,193)
#CC9FC8
(204,159,200)
#D2ACCF
(210,172,207)
#D8B9D6
(216,185,214)
#DEC6DD
(222,198,221)
#E4D3E4
(228,211,228)
#EAE0EB
(234,224,235)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46BAC color. Also use rgb(180,107,172) instead hex code.

Text Font Color

.myTextColor { color: #B46BAC; }

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

This text font color is #B46BAC.


Background Color

.myBgColor { background-color: #B46BAC; }

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

This div background color is #B46BAC.


Border color

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

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

This div border color is #B46BAC.


Opacity

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

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

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

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

This text has shadow with #B46BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46BAC on black background.


Color preview on white background

This text has color #B46BAC on white background.



Black color preview on #B46BAC background

This text has black color on #B46BAC background.


White color preview on #B46BAC background

This text has white color on #B46BAC background.