COLOR #B396AD

HEX: #B396AD
RGB: (179,150,173)

Color info

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

RGB color model

#B396AD color RGB value is (179,150,173).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 173 of 255 = 68%

179
150
173

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 173 = 502 (100%)
R 179 of 502 ~ 35.66%
G 150 of 502 ~ 29.88%
B 173 of 502 ~ 34.46%

%35.66
%29.88
%34.46

CMYK color model

#B396AD color CMYK value is (0,16,3,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(0,16,3,30)
C0M16Y3K30 
(0%,16%,3%,30%)
(0.00/0.16/0.03/0.30)	

CMYK percentages

%0
%16.2
%3.35
%29.8

Codes

Color #B396AD in popluar color models

B396AD
RGB179150173
HSL312°16.02%64.51%
HSB/HSV312°16.20%70.20%
CMYK0.00%16.20%3.35%
29.80%

Color #B396AD in popluar number systems.

HEXB396AD
Decimal179150173
Binary101100111001011010101101
Octal263226255

Shades and tints

Shades of #B396AD

#B396AD
(179,150,173)
#A3899E
(163,137,158)
#937C8F
(147,124,143)
#836F80
(131,111,128)
#736271
(115,98,113)
#635562
(99,85,98)
#534853
(83,72,83)
#433B44
(67,59,68)
#332E35
(51,46,53)
#232126
(35,33,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #B396AD

#B396AD
(179,150,173)
#B99FB4
(185,159,180)
#BFA8BB
(191,168,187)
#C5B1C2
(197,177,194)
#CBBAC9
(203,186,201)
#D1C3D0
(209,195,208)
#D7CCD7
(215,204,215)
#DDD5DE
(221,213,222)
#E3DEE5
(227,222,229)
#E9E7EC
(233,231,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B396AD; }

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

This text font color is #B396AD.


Background Color

.myBgColor { background-color: #B396AD; }

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

This div background color is #B396AD.


Border color

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

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

This div border color is #B396AD.


Opacity

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

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

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

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

This text has shadow with #B396AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B396AD on black background.


Color preview on white background

This text has color #B396AD on white background.



Black color preview on #B396AD background

This text has black color on #B396AD background.


White color preview on #B396AD background

This text has white color on #B396AD background.