COLOR #B38FAC

HEX: #B38FAC
RGB: (179,143,172)

Color info

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

RGB color model

#B38FAC color RGB value is (179,143,172).

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

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 172 of 255 = 67%

179
143
172

R + G + B ~ 64%. #B38FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 172 = 494 (100%)
R 179 of 494 ~ 36.23%
G 143 of 494 ~ 28.95%
B 172 of 494 ~ 34.82%

%36.23
%28.95
%34.82

CMYK color model

#B38FAC color CMYK value is (0,20,4,30).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(0,20,4,30)
C0M20Y4K30 
(0%,20%,4%,30%)
(0.00/0.20/0.04/0.30)	

CMYK percentages

%0
%20.11
%3.91
%29.8

Codes

Color #B38FAC in popluar color models

B38FAC
RGB179143172
HSL312°19.15%63.14%
HSB/HSV312°20.11%70.20%
CMYK0.00%20.11%3.91%
29.80%

Color #B38FAC in popluar number systems.

HEXB38FAC
Decimal179143172
Binary101100111000111110101100
Octal263217254

Shades and tints

Shades of #B38FAC

#B38FAC
(179,143,172)
#A3829D
(163,130,157)
#93758E
(147,117,142)
#83687F
(131,104,127)
#735B70
(115,91,112)
#634E61
(99,78,97)
#534152
(83,65,82)
#433443
(67,52,67)
#332734
(51,39,52)
#231A25
(35,26,37)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #B38FAC

#B38FAC
(179,143,172)
#B999B3
(185,153,179)
#BFA3BA
(191,163,186)
#C5ADC1
(197,173,193)
#CBB7C8
(203,183,200)
#D1C1CF
(209,193,207)
#D7CBD6
(215,203,214)
#DDD5DD
(221,213,221)
#E3DFE4
(227,223,228)
#E9E9EB
(233,233,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38FAC; }

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

This text font color is #B38FAC.


Background Color

.myBgColor { background-color: #B38FAC; }

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

This div background color is #B38FAC.


Border color

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

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

This div border color is #B38FAC.


Opacity

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

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

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

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

This text has shadow with #B38FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38FAC on black background.


Color preview on white background

This text has color #B38FAC on white background.



Black color preview on #B38FAC background

This text has black color on #B38FAC background.


White color preview on #B38FAC background

This text has white color on #B38FAC background.