COLOR #B396A6

HEX: #B396A6
RGB: (179,150,166)

Color info

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

RGB color model

#B396A6 color RGB value is (179,150,166).

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

RGB channels and saturation

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

179
150
166

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 166 = 495 (100%)
R 179 of 495 ~ 36.16%
G 150 of 495 ~ 30.3%
B 166 of 495 ~ 33.54%

%36.16
%30.3
%33.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 7.26%
  • 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
%7.26
%29.8

Codes

Color #B396A6 in popluar color models

B396A6
RGB179150166
HSL327°16.02%64.51%
HSB/HSV327°16.20%70.20%
CMYK0.00%16.20%7.26%
29.80%

Color #B396A6 in popluar number systems.

HEXB396A6
Decimal179150166
Binary101100111001011010100110
Octal263226246

Shades and tints

Shades of #B396A6

#B396A6
(179,150,166)
#A38997
(163,137,151)
#937C88
(147,124,136)
#836F79
(131,111,121)
#73626A
(115,98,106)
#63555B
(99,85,91)
#53484C
(83,72,76)
#433B3D
(67,59,61)
#332E2E
(51,46,46)
#23211F
(35,33,31)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #B396A6

#B396A6
(179,150,166)
#B99FAE
(185,159,174)
#BFA8B6
(191,168,182)
#C5B1BE
(197,177,190)
#CBBAC6
(203,186,198)
#D1C3CE
(209,195,206)
#D7CCD6
(215,204,214)
#DDD5DE
(221,213,222)
#E3DEE6
(227,222,230)
#E9E7EE
(233,231,238)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B396A6; }

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

This text font color is #B396A6.


Background Color

.myBgColor { background-color: #B396A6; }

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

This div background color is #B396A6.


Border color

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

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

This div border color is #B396A6.


Opacity

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

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

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

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

This text has shadow with #B396A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B396A6 on black background.


Color preview on white background

This text has color #B396A6 on white background.



Black color preview on #B396A6 background

This text has black color on #B396A6 background.


White color preview on #B396A6 background

This text has white color on #B396A6 background.