COLOR #B38BBA

HEX: #B38BBA
RGB: (179,139,186)

Color info

#B38BBA contains red, green and blue colors in about the same proportion. Web safe color of #B38BBA is #9999CC (or #99C).

RGB color model

#B38BBA color RGB value is (179,139,186).

  • red value is 179;
  • green value is 139;
  • blue value is 186.
RGB:
(179,139,186)
(70%,55%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 139 of 255 = 55%
B 186 of 255 = 73%

179
139
186

R + G + B ~ 66%. #B38BBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 139 + 186 = 504 (100%)
R 179 of 504 ~ 35.52%
G 139 of 504 ~ 27.58%
B 186 of 504 ~ 36.9%

%35.52
%27.58
%36.9

CMYK color model

#B38BBA color CMYK value is (4,25,0,27).

  • cyan value is 3.76%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(4,25,0,27)
C4M25Y0K27 
(4%,25%,0%,27%)
(0.04/0.25/0.00/0.27)	

CMYK percentages

%3.76
%25.27
%0
%27.06

Codes

Color #B38BBA in popluar color models

B38BBA
RGB179139186
HSL291°25.41%63.73%
HSB/HSV291°25.27%72.94%
CMYK3.76%25.27%0.00%
27.06%

Color #B38BBA in popluar number systems.

HEXB38BBA
Decimal179139186
Binary101100111000101110111010
Octal263213272

Shades and tints

Shades of #B38BBA

#B38BBA
(179,139,186)
#A37FAA
(163,127,170)
#93739A
(147,115,154)
#83678A
(131,103,138)
#735B7A
(115,91,122)
#634F6A
(99,79,106)
#53435A
(83,67,90)
#43374A
(67,55,74)
#332B3A
(51,43,58)
#231F2A
(35,31,42)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B38BBA

#B38BBA
(179,139,186)
#B995C0
(185,149,192)
#BF9FC6
(191,159,198)
#C5A9CC
(197,169,204)
#CBB3D2
(203,179,210)
#D1BDD8
(209,189,216)
#D7C7DE
(215,199,222)
#DDD1E4
(221,209,228)
#E3DBEA
(227,219,234)
#E9E5F0
(233,229,240)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38BBA color. Also use rgb(179,139,186) instead hex code.

Text Font Color

.myTextColor { color: #B38BBA; }

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

This text font color is #B38BBA.


Background Color

.myBgColor { background-color: #B38BBA; }

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

This div background color is #B38BBA.


Border color

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

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

This div border color is #B38BBA.


Opacity

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

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

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

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

This text has shadow with #B38BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38BBA on black background.


Color preview on white background

This text has color #B38BBA on white background.



Black color preview on #B38BBA background

This text has black color on #B38BBA background.


White color preview on #B38BBA background

This text has white color on #B38BBA background.