COLOR #B39AD3

HEX: #B39AD3
RGB: (179,154,211)

Color info

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

RGB color model

#B39AD3 color RGB value is (179,154,211).

  • red value is 179;
  • green value is 154;
  • blue value is 211.
RGB:
(179,154,211)
(70%,60%,83%)

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 211 of 255 = 83%

179
154
211

R + G + B ~ 71%. #B39AD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 211 = 544 (100%)
R 179 of 544 ~ 32.9%
G 154 of 544 ~ 28.31%
B 211 of 544 ~ 38.79%

%32.9
%28.31
%38.79

CMYK color model

#B39AD3 color CMYK value is (15,27,0,17).

  • cyan value is 15.17%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(15,27,0,17)
C15M27Y0K17 
(15%,27%,0%,17%)
(0.15/0.27/0.00/0.17)	

CMYK percentages

%15.17
%27.01
%0
%17.25

Codes

Color #B39AD3 in popluar color models

B39AD3
RGB179154211
HSL266°39.31%71.57%
HSB/HSV266°27.01%82.75%
CMYK15.17%27.01%0.00%
17.25%

Color #B39AD3 in popluar number systems.

HEXB39AD3
Decimal179154211
Binary101100111001101011010011
Octal263232323

Shades and tints

Shades of #B39AD3

#B39AD3
(179,154,211)
#A38CC0
(163,140,192)
#937EAD
(147,126,173)
#83709A
(131,112,154)
#736287
(115,98,135)
#635474
(99,84,116)
#534661
(83,70,97)
#43384E
(67,56,78)
#332A3B
(51,42,59)
#231C28
(35,28,40)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #B39AD3

#B39AD3
(179,154,211)
#B9A3D7
(185,163,215)
#BFACDB
(191,172,219)
#C5B5DF
(197,181,223)
#CBBEE3
(203,190,227)
#D1C7E7
(209,199,231)
#D7D0EB
(215,208,235)
#DDD9EF
(221,217,239)
#E3E2F3
(227,226,243)
#E9EBF7
(233,235,247)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39AD3 color. Also use rgb(179,154,211) instead hex code.

Text Font Color

.myTextColor { color: #B39AD3; }

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

This text font color is #B39AD3.


Background Color

.myBgColor { background-color: #B39AD3; }

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

This div background color is #B39AD3.


Border color

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

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

This div border color is #B39AD3.


Opacity

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

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

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

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

This text has shadow with #B39AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39AD3 on black background.


Color preview on white background

This text has color #B39AD3 on white background.



Black color preview on #B39AD3 background

This text has black color on #B39AD3 background.


White color preview on #B39AD3 background

This text has white color on #B39AD3 background.