COLOR #B39CC0

HEX: #B39CC0
RGB: (179,156,192)

Color info

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

RGB color model

#B39CC0 color RGB value is (179,156,192).

  • red value is 179;
  • green value is 156;
  • blue value is 192.
RGB:
(179,156,192)
(70%,61%,75%)

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 192 of 255 = 75%

179
156
192

R + G + B ~ 69%. #B39CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 156 + 192 = 527 (100%)
R 179 of 527 ~ 33.97%
G 156 of 527 ~ 29.6%
B 192 of 527 ~ 36.43%

%33.97
%29.6
%36.43

CMYK color model

#B39CC0 color CMYK value is (7,19,0,25).

  • cyan value is 6.77%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(7,19,0,25)
C7M19Y0K25 
(7%,19%,0%,25%)
(0.07/0.19/0.00/0.25)	

CMYK percentages

%6.77
%18.75
%0
%24.71

Codes

Color #B39CC0 in popluar color models

B39CC0
RGB179156192
HSL278°22.22%68.24%
HSB/HSV278°18.75%75.29%
CMYK6.77%18.75%0.00%
24.71%

Color #B39CC0 in popluar number systems.

HEXB39CC0
Decimal179156192
Binary101100111001110011000000
Octal263234300

Shades and tints

Shades of #B39CC0

#B39CC0
(179,156,192)
#A38EAF
(163,142,175)
#93809E
(147,128,158)
#83728D
(131,114,141)
#73647C
(115,100,124)
#63566B
(99,86,107)
#53485A
(83,72,90)
#433A49
(67,58,73)
#332C38
(51,44,56)
#231E27
(35,30,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #B39CC0

#B39CC0
(179,156,192)
#B9A5C5
(185,165,197)
#BFAECA
(191,174,202)
#C5B7CF
(197,183,207)
#CBC0D4
(203,192,212)
#D1C9D9
(209,201,217)
#D7D2DE
(215,210,222)
#DDDBE3
(221,219,227)
#E3E4E8
(227,228,232)
#E9EDED
(233,237,237)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39CC0 color. Also use rgb(179,156,192) instead hex code.

Text Font Color

.myTextColor { color: #B39CC0; }

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

This text font color is #B39CC0.


Background Color

.myBgColor { background-color: #B39CC0; }

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

This div background color is #B39CC0.


Border color

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

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

This div border color is #B39CC0.


Opacity

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

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

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

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

This text has shadow with #B39CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39CC0 on black background.


Color preview on white background

This text has color #B39CC0 on white background.



Black color preview on #B39CC0 background

This text has black color on #B39CC0 background.


White color preview on #B39CC0 background

This text has white color on #B39CC0 background.