COLOR #B396A8

HEX: #B396A8
RGB: (179,150,168)

Color info

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

RGB color model

#B396A8 color RGB value is (179,150,168).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 168 of 255 = 66%

179
150
168

R + G + B ~ 65%. #B396A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 168 = 497 (100%)
R 179 of 497 ~ 36.02%
G 150 of 497 ~ 30.18%
B 168 of 497 ~ 33.8%

%36.02
%30.18
%33.8

CMYK color model

#B396A8 color CMYK value is (0,16,6,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 6.15%
  • key color value is 29.80%
CMYK:
(0,16,6,30)
C0M16Y6K30 
(0%,16%,6%,30%)
(0.00/0.16/0.06/0.30)	

CMYK percentages

%0
%16.2
%6.15
%29.8

Codes

Color #B396A8 in popluar color models

B396A8
RGB179150168
HSL323°16.02%64.51%
HSB/HSV323°16.20%70.20%
CMYK0.00%16.20%6.15%
29.80%

Color #B396A8 in popluar number systems.

HEXB396A8
Decimal179150168
Binary101100111001011010101000
Octal263226250

Shades and tints

Shades of #B396A8

#B396A8
(179,150,168)
#A38999
(163,137,153)
#937C8A
(147,124,138)
#836F7B
(131,111,123)
#73626C
(115,98,108)
#63555D
(99,85,93)
#53484E
(83,72,78)
#433B3F
(67,59,63)
#332E30
(51,46,48)
#232121
(35,33,33)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #B396A8

#B396A8
(179,150,168)
#B99FAF
(185,159,175)
#BFA8B6
(191,168,182)
#C5B1BD
(197,177,189)
#CBBAC4
(203,186,196)
#D1C3CB
(209,195,203)
#D7CCD2
(215,204,210)
#DDD5D9
(221,213,217)
#E3DEE0
(227,222,224)
#E9E7E7
(233,231,231)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B396A8; }

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

This text font color is #B396A8.


Background Color

.myBgColor { background-color: #B396A8; }

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

This div background color is #B396A8.


Border color

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

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

This div border color is #B396A8.


Opacity

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

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

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

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

This text has shadow with #B396A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B396A8 on black background.


Color preview on white background

This text has color #B396A8 on white background.



Black color preview on #B396A8 background

This text has black color on #B396A8 background.


White color preview on #B396A8 background

This text has white color on #B396A8 background.