COLOR #B36CAC

HEX: #B36CAC
RGB: (179,108,172)

Color info

#B36CAC contains mainly red and blue colors. Web safe color of #B36CAC is #996699 (or #969).

RGB color model

#B36CAC color RGB value is (179,108,172).

  • red value is 179;
  • green value is 108;
  • blue value is 172.
RGB:
(179,108,172)
(70%,42%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 108 of 255 = 42%
B 172 of 255 = 67%

179
108
172

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

Portions of RGB colors in percentages

R + G + B =
179 + 108 + 172 = 459 (100%)
R 179 of 459 ~ 39%
G 108 of 459 ~ 23.53%
B 172 of 459 ~ 37.47%

%39
%23.53
%37.47

CMYK color model

#B36CAC color CMYK value is (0,40,4,30).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(0,40,4,30)
C0M40Y4K30 
(0%,40%,4%,30%)
(0.00/0.40/0.04/0.30)	

CMYK percentages

%0
%39.66
%3.91
%29.8

Codes

Color #B36CAC in popluar color models

B36CAC
RGB179108172
HSL306°31.84%56.27%
HSB/HSV306°39.66%70.20%
CMYK0.00%39.66%3.91%
29.80%

Color #B36CAC in popluar number systems.

HEXB36CAC
Decimal179108172
Binary10110011110110010101100
Octal263154254

Shades and tints

Shades of #B36CAC

#B36CAC
(179,108,172)
#A3639D
(163,99,157)
#935A8E
(147,90,142)
#83517F
(131,81,127)
#734870
(115,72,112)
#633F61
(99,63,97)
#533652
(83,54,82)
#432D43
(67,45,67)
#332434
(51,36,52)
#231B25
(35,27,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #B36CAC

#B36CAC
(179,108,172)
#B979B3
(185,121,179)
#BF86BA
(191,134,186)
#C593C1
(197,147,193)
#CBA0C8
(203,160,200)
#D1ADCF
(209,173,207)
#D7BAD6
(215,186,214)
#DDC7DD
(221,199,221)
#E3D4E4
(227,212,228)
#E9E1EB
(233,225,235)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36CAC color. Also use rgb(179,108,172) instead hex code.

Text Font Color

.myTextColor { color: #B36CAC; }

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

This text font color is #B36CAC.


Background Color

.myBgColor { background-color: #B36CAC; }

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

This div background color is #B36CAC.


Border color

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

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

This div border color is #B36CAC.


Opacity

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

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

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

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

This text has shadow with #B36CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36CAC on black background.


Color preview on white background

This text has color #B36CAC on white background.



Black color preview on #B36CAC background

This text has black color on #B36CAC background.


White color preview on #B36CAC background

This text has white color on #B36CAC background.