COLOR #B386AC

HEX: #B386AC
RGB: (179,134,172)

Color info

#B386AC contains red, green and blue colors in about the same proportion. Web safe color of #B386AC is #999999 (or #999).

RGB color model

#B386AC color RGB value is (179,134,172).

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

RGB channels and saturation

R 179 of 255 = 70%
G 134 of 255 = 53%
B 172 of 255 = 67%

179
134
172

R + G + B ~ 63%. #B386AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 134 + 172 = 485 (100%)
R 179 of 485 ~ 36.91%
G 134 of 485 ~ 27.63%
B 172 of 485 ~ 35.46%

%36.91
%27.63
%35.46

CMYK color model

#B386AC color CMYK value is (0,25,4,30).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(0,25,4,30)
C0M25Y4K30 
(0%,25%,4%,30%)
(0.00/0.25/0.04/0.30)	

CMYK percentages

%0
%25.14
%3.91
%29.8

Codes

Color #B386AC in popluar color models

B386AC
RGB179134172
HSL309°22.84%61.37%
HSB/HSV309°25.14%70.20%
CMYK0.00%25.14%3.91%
29.80%

Color #B386AC in popluar number systems.

HEXB386AC
Decimal179134172
Binary101100111000011010101100
Octal263206254

Shades and tints

Shades of #B386AC

#B386AC
(179,134,172)
#A37A9D
(163,122,157)
#936E8E
(147,110,142)
#83627F
(131,98,127)
#735670
(115,86,112)
#634A61
(99,74,97)
#533E52
(83,62,82)
#433243
(67,50,67)
#332634
(51,38,52)
#231A25
(35,26,37)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #B386AC

#B386AC
(179,134,172)
#B991B3
(185,145,179)
#BF9CBA
(191,156,186)
#C5A7C1
(197,167,193)
#CBB2C8
(203,178,200)
#D1BDCF
(209,189,207)
#D7C8D6
(215,200,214)
#DDD3DD
(221,211,221)
#E3DEE4
(227,222,228)
#E9E9EB
(233,233,235)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B386AC; }

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

This text font color is #B386AC.


Background Color

.myBgColor { background-color: #B386AC; }

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

This div background color is #B386AC.


Border color

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

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

This div border color is #B386AC.


Opacity

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

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

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

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

This text has shadow with #B386AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B386AC on black background.


Color preview on white background

This text has color #B386AC on white background.



Black color preview on #B386AC background

This text has black color on #B386AC background.


White color preview on #B386AC background

This text has white color on #B386AC background.