COLOR #B39DCA

HEX: #B39DCA
RGB: (179,157,202)

Color info

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

RGB color model

#B39DCA color RGB value is (179,157,202).

  • red value is 179;
  • green value is 157;
  • blue value is 202.
RGB:
(179,157,202)
(70%,62%,79%)

RGB channels and saturation

R 179 of 255 = 70%
G 157 of 255 = 62%
B 202 of 255 = 79%

179
157
202

R + G + B ~ 70%. #B39DCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 157 + 202 = 538 (100%)
R 179 of 538 ~ 33.27%
G 157 of 538 ~ 29.18%
B 202 of 538 ~ 37.55%

%33.27
%29.18
%37.55

CMYK color model

#B39DCA color CMYK value is (11,22,0,21).

  • cyan value is 11.39%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(11,22,0,21)
C11M22Y0K21 
(11%,22%,0%,21%)
(0.11/0.22/0.00/0.21)	

CMYK percentages

%11.39
%22.28
%0
%20.78

Codes

Color #B39DCA in popluar color models

B39DCA
RGB179157202
HSL269°29.80%70.39%
HSB/HSV269°22.28%79.22%
CMYK11.39%22.28%0.00%
20.78%

Color #B39DCA in popluar number systems.

HEXB39DCA
Decimal179157202
Binary101100111001110111001010
Octal263235312

Shades and tints

Shades of #B39DCA

#B39DCA
(179,157,202)
#A38FB8
(163,143,184)
#9381A6
(147,129,166)
#837394
(131,115,148)
#736582
(115,101,130)
#635770
(99,87,112)
#53495E
(83,73,94)
#433B4C
(67,59,76)
#332D3A
(51,45,58)
#231F28
(35,31,40)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #B39DCA

#B39DCA
(179,157,202)
#B9A5CE
(185,165,206)
#BFADD2
(191,173,210)
#C5B5D6
(197,181,214)
#CBBDDA
(203,189,218)
#D1C5DE
(209,197,222)
#D7CDE2
(215,205,226)
#DDD5E6
(221,213,230)
#E3DDEA
(227,221,234)
#E9E5EE
(233,229,238)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39DCA color. Also use rgb(179,157,202) instead hex code.

Text Font Color

.myTextColor { color: #B39DCA; }

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

This text font color is #B39DCA.


Background Color

.myBgColor { background-color: #B39DCA; }

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

This div background color is #B39DCA.


Border color

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

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

This div border color is #B39DCA.


Opacity

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

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

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

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

This text has shadow with #B39DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39DCA on black background.


Color preview on white background

This text has color #B39DCA on white background.



Black color preview on #B39DCA background

This text has black color on #B39DCA background.


White color preview on #B39DCA background

This text has white color on #B39DCA background.