COLOR #B396AF

HEX: #B396AF
RGB: (179,150,175)

Color info

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

RGB color model

#B396AF color RGB value is (179,150,175).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 175 of 255 = 69%

179
150
175

R + G + B ~ 66%. #B396AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 175 = 504 (100%)
R 179 of 504 ~ 35.52%
G 150 of 504 ~ 29.76%
B 175 of 504 ~ 34.72%

%35.52
%29.76
%34.72

CMYK color model

#B396AF color CMYK value is (0,16,2,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK: (0,16,2,30) C0M16Y2K30 (0%,16%,2%,30%) (0.00/0.16/0.02/0.30)

CMYK percentages

%0
%16.2
%2.23
%29.8

Codes

Color #B396AF in popluar color models

B396AF
RGB179150175
HSL308°16.02%64.51%
HSB/HSV308°16.20%70.20%
CMYK0.00%16.20%2.23%
29.80%

Color #B396AF in popluar number systems.

HEXB396AF
Decimal179150175
Binary101100111001011010101111
Octal263226257

Shades and tints

Shades of #B396AF

#B396AF
(179,150,175)
#A389A0
(163,137,160)
#937C91
(147,124,145)
#836F82
(131,111,130)
#736273
(115,98,115)
#635564
(99,85,100)
#534855
(83,72,85)
#433B46
(67,59,70)
#332E37
(51,46,55)
#232128
(35,33,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #B396AF

#B396AF
(179,150,175)
#B99FB6
(185,159,182)
#BFA8BD
(191,168,189)
#C5B1C4
(197,177,196)
#CBBACB
(203,186,203)
#D1C3D2
(209,195,210)
#D7CCD9
(215,204,217)
#DDD5E0
(221,213,224)
#E3DEE7
(227,222,231)
#E9E7EE
(233,231,238)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B396AF; }

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

This text font color is #B396AF.


Background Color

.myBgColor { background-color: #B396AF; }

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

This div background color is #B396AF.


Border color

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

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

This div border color is #B396AF.


Opacity

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

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

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

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

This text has shadow with #B396AF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B396AF on black background.


Color preview on white background

This text has color #B396AF on white background.



Black color preview on #B396AF background

This text has black color on #B396AF background.


White color preview on #B396AF background

This text has white color on #B396AF background.