COLOR #B396A7

HEX: #B396A7
RGB: (179,150,167)

Color info

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

RGB color model

#B396A7 color RGB value is (179,150,167).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 167 of 255 = 65%

179
150
167

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 167 = 496 (100%)
R 179 of 496 ~ 36.09%
G 150 of 496 ~ 30.24%
B 167 of 496 ~ 33.67%

%36.09
%30.24
%33.67

CMYK color model

#B396A7 color CMYK value is (0,16,7,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 6.70%
  • key color value is 29.80%
CMYK: (0,16,7,30) C0M16Y7K30 (0%,16%,7%,30%) (0.00/0.16/0.07/0.30)

CMYK percentages

%0
%16.2
%6.7
%29.8

Codes

Color #B396A7 in popluar color models

B396A7
RGB179150167
HSL325°16.02%64.51%
HSB/HSV325°16.20%70.20%
CMYK0.00%16.20%6.70%
29.80%

Color #B396A7 in popluar number systems.

HEXB396A7
Decimal179150167
Binary101100111001011010100111
Octal263226247

Shades and tints

Shades of #B396A7

#B396A7
(179,150,167)
#A38998
(163,137,152)
#937C89
(147,124,137)
#836F7A
(131,111,122)
#73626B
(115,98,107)
#63555C
(99,85,92)
#53484D
(83,72,77)
#433B3E
(67,59,62)
#332E2F
(51,46,47)
#232120
(35,33,32)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #B396A7

#B396A7
(179,150,167)
#B99FAF
(185,159,175)
#BFA8B7
(191,168,183)
#C5B1BF
(197,177,191)
#CBBAC7
(203,186,199)
#D1C3CF
(209,195,207)
#D7CCD7
(215,204,215)
#DDD5DF
(221,213,223)
#E3DEE7
(227,222,231)
#E9E7EF
(233,231,239)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B396A7; }

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

This text font color is #B396A7.


Background Color

.myBgColor { background-color: #B396A7; }

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

This div background color is #B396A7.


Border color

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

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

This div border color is #B396A7.


Opacity

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

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

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

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

This text has shadow with #B396A7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B396A7 on black background.


Color preview on white background

This text has color #B396A7 on white background.



Black color preview on #B396A7 background

This text has black color on #B396A7 background.


White color preview on #B396A7 background

This text has white color on #B396A7 background.