COLOR #B396A4

HEX: #B396A4
RGB: (179,150,164)

Color info

#B396A4 contains red, green and blue colors in about the same proportion. Web safe color of #B396A4 is #999999 (or #999).

RGB color model

#B396A4 color RGB value is (179,150,164).

  • red value is 179;
  • green value is 150;
  • blue value is 164.
RGB:
(179,150,164)
(70%,59%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 164 of 255 = 64%

179
150
164

R + G + B ~ 64%. #B396A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 164 = 493 (100%)
R 179 of 493 ~ 36.31%
G 150 of 493 ~ 30.43%
B 164 of 493 ~ 33.27%

%36.31
%30.43
%33.27

CMYK color model

#B396A4 color CMYK value is (0,16,8,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(0,16,8,30)
C0M16Y8K30 
(0%,16%,8%,30%)
(0.00/0.16/0.08/0.30)	

CMYK percentages

%0
%16.2
%8.38
%29.8

Codes

Color #B396A4 in popluar color models

B396A4
RGB179150164
HSL331°16.02%64.51%
HSB/HSV331°16.20%70.20%
CMYK0.00%16.20%8.38%
29.80%

Color #B396A4 in popluar number systems.

HEXB396A4
Decimal179150164
Binary101100111001011010100100
Octal263226244

Shades and tints

Shades of #B396A4

#B396A4
(179,150,164)
#A38996
(163,137,150)
#937C88
(147,124,136)
#836F7A
(131,111,122)
#73626C
(115,98,108)
#63555E
(99,85,94)
#534850
(83,72,80)
#433B42
(67,59,66)
#332E34
(51,46,52)
#232126
(35,33,38)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #B396A4

#B396A4
(179,150,164)
#B99FAC
(185,159,172)
#BFA8B4
(191,168,180)
#C5B1BC
(197,177,188)
#CBBAC4
(203,186,196)
#D1C3CC
(209,195,204)
#D7CCD4
(215,204,212)
#DDD5DC
(221,213,220)
#E3DEE4
(227,222,228)
#E9E7EC
(233,231,236)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B396A4 color. Also use rgb(179,150,164) instead hex code.

Text Font Color

.myTextColor { color: #B396A4; }

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

This text font color is #B396A4.


Background Color

.myBgColor { background-color: #B396A4; }

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

This div background color is #B396A4.


Border color

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

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

This div border color is #B396A4.


Opacity

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

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

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

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

This text has shadow with #B396A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B396A4 on black background.


Color preview on white background

This text has color #B396A4 on white background.



Black color preview on #B396A4 background

This text has black color on #B396A4 background.


White color preview on #B396A4 background

This text has white color on #B396A4 background.