COLOR #B39CC4

HEX: #B39CC4
RGB: (179,156,196)

Color info

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

RGB color model

#B39CC4 color RGB value is (179,156,196).

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

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 196 of 255 = 77%

179
156
196

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

Portions of RGB colors in percentages

R + G + B =
179 + 156 + 196 = 531 (100%)
R 179 of 531 ~ 33.71%
G 156 of 531 ~ 29.38%
B 196 of 531 ~ 36.91%

%33.71
%29.38
%36.91

CMYK color model

#B39CC4 color CMYK value is (9,20,0,23).

  • cyan value is 8.67%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(9,20,0,23)
C9M20Y0K23 
(9%,20%,0%,23%)
(0.09/0.20/0.00/0.23)	

CMYK percentages

%8.67
%20.41
%0
%23.14

Codes

Color #B39CC4 in popluar color models

B39CC4
RGB179156196
HSL275°25.32%69.02%
HSB/HSV275°20.41%76.86%
CMYK8.67%20.41%0.00%
23.14%

Color #B39CC4 in popluar number systems.

HEXB39CC4
Decimal179156196
Binary101100111001110011000100
Octal263234304

Shades and tints

Shades of #B39CC4

#B39CC4
(179,156,196)
#A38EB3
(163,142,179)
#9380A2
(147,128,162)
#837291
(131,114,145)
#736480
(115,100,128)
#63566F
(99,86,111)
#53485E
(83,72,94)
#433A4D
(67,58,77)
#332C3C
(51,44,60)
#231E2B
(35,30,43)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #B39CC4

#B39CC4
(179,156,196)
#B9A5C9
(185,165,201)
#BFAECE
(191,174,206)
#C5B7D3
(197,183,211)
#CBC0D8
(203,192,216)
#D1C9DD
(209,201,221)
#D7D2E2
(215,210,226)
#DDDBE7
(221,219,231)
#E3E4EC
(227,228,236)
#E9EDF1
(233,237,241)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39CC4; }

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

This text font color is #B39CC4.


Background Color

.myBgColor { background-color: #B39CC4; }

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

This div background color is #B39CC4.


Border color

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

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

This div border color is #B39CC4.


Opacity

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

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

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

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

This text has shadow with #B39CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39CC4 on black background.


Color preview on white background

This text has color #B39CC4 on white background.



Black color preview on #B39CC4 background

This text has black color on #B39CC4 background.


White color preview on #B39CC4 background

This text has white color on #B39CC4 background.