COLOR #B38FA4

HEX: #B38FA4
RGB: (179,143,164)

Color info

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

RGB color model

#B38FA4 color RGB value is (179,143,164).

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

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 164 of 255 = 64%

179
143
164

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

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 164 = 486 (100%)
R 179 of 486 ~ 36.83%
G 143 of 486 ~ 29.42%
B 164 of 486 ~ 33.74%

%36.83
%29.42
%33.74

CMYK color model

#B38FA4 color CMYK value is (0,20,8,30).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(0,20,8,30)
C0M20Y8K30 
(0%,20%,8%,30%)
(0.00/0.20/0.08/0.30)	

CMYK percentages

%0
%20.11
%8.38
%29.8

Codes

Color #B38FA4 in popluar color models

B38FA4
RGB179143164
HSL325°19.15%63.14%
HSB/HSV325°20.11%70.20%
CMYK0.00%20.11%8.38%
29.80%

Color #B38FA4 in popluar number systems.

HEXB38FA4
Decimal179143164
Binary101100111000111110100100
Octal263217244

Shades and tints

Shades of #B38FA4

#B38FA4
(179,143,164)
#A38296
(163,130,150)
#937588
(147,117,136)
#83687A
(131,104,122)
#735B6C
(115,91,108)
#634E5E
(99,78,94)
#534150
(83,65,80)
#433442
(67,52,66)
#332734
(51,39,52)
#231A26
(35,26,38)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #B38FA4

#B38FA4
(179,143,164)
#B999AC
(185,153,172)
#BFA3B4
(191,163,180)
#C5ADBC
(197,173,188)
#CBB7C4
(203,183,196)
#D1C1CC
(209,193,204)
#D7CBD4
(215,203,212)
#DDD5DC
(221,213,220)
#E3DFE4
(227,223,228)
#E9E9EC
(233,233,236)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38FA4; }

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

This text font color is #B38FA4.


Background Color

.myBgColor { background-color: #B38FA4; }

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

This div background color is #B38FA4.


Border color

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

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

This div border color is #B38FA4.


Opacity

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

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

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

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

This text has shadow with #B38FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38FA4 on black background.


Color preview on white background

This text has color #B38FA4 on white background.



Black color preview on #B38FA4 background

This text has black color on #B38FA4 background.


White color preview on #B38FA4 background

This text has white color on #B38FA4 background.