COLOR #B396B7

HEX: #B396B7
RGB: (179,150,183)

Color info

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

RGB color model

#B396B7 color RGB value is (179,150,183).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 183 of 255 = 72%

179
150
183

R + G + B ~ 67%. #B396B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 183 = 512 (100%)
R 179 of 512 ~ 34.96%
G 150 of 512 ~ 29.3%
B 183 of 512 ~ 35.74%

%34.96
%29.3
%35.74

CMYK color model

#B396B7 color CMYK value is (2,18,0,28).

  • cyan value is 2.19%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,18,0,28)
C2M18Y0K28 
(2%,18%,0%,28%)
(0.02/0.18/0.00/0.28)	

CMYK percentages

%2.19
%18.03
%0
%28.24

Codes

Color #B396B7 in popluar color models

B396B7
RGB179150183
HSL293°18.64%65.29%
HSB/HSV293°18.03%71.76%
CMYK2.19%18.03%0.00%
28.24%

Color #B396B7 in popluar number systems.

HEXB396B7
Decimal179150183
Binary101100111001011010110111
Octal263226267

Shades and tints

Shades of #B396B7

#B396B7
(179,150,183)
#A389A7
(163,137,167)
#937C97
(147,124,151)
#836F87
(131,111,135)
#736277
(115,98,119)
#635567
(99,85,103)
#534857
(83,72,87)
#433B47
(67,59,71)
#332E37
(51,46,55)
#232127
(35,33,39)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #B396B7

#B396B7
(179,150,183)
#B99FBD
(185,159,189)
#BFA8C3
(191,168,195)
#C5B1C9
(197,177,201)
#CBBACF
(203,186,207)
#D1C3D5
(209,195,213)
#D7CCDB
(215,204,219)
#DDD5E1
(221,213,225)
#E3DEE7
(227,222,231)
#E9E7ED
(233,231,237)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B396B7; }

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

This text font color is #B396B7.


Background Color

.myBgColor { background-color: #B396B7; }

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

This div background color is #B396B7.


Border color

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

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

This div border color is #B396B7.


Opacity

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

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

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

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

This text has shadow with #B396B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B396B7 on black background.


Color preview on white background

This text has color #B396B7 on white background.



Black color preview on #B396B7 background

This text has black color on #B396B7 background.


White color preview on #B396B7 background

This text has white color on #B396B7 background.