COLOR #B397A4

HEX: #B397A4
RGB: (179,151,164)

Color info

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

RGB color model

#B397A4 color RGB value is (179,151,164).

  • red value is 179;
  • green value is 151;
  • blue value is 164.
RGB:
(179,151,164)
(70%,59%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 164 of 255 = 64%

179
151
164

R + G + B ~ 64%. #B397A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 164 = 494 (100%)
R 179 of 494 ~ 36.23%
G 151 of 494 ~ 30.57%
B 164 of 494 ~ 33.2%

%36.23
%30.57
%33.2

CMYK color model

#B397A4 color CMYK value is (0,16,8,30).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(0,16,8,30)
C0M16Y8K30 
(0%,16%,8%,30%)
(0.00/0.16/0.08/0.30)	

CMYK percentages

%0
%15.64
%8.38
%29.8

Codes

Color #B397A4 in popluar color models

B397A4
RGB179151164
HSL332°15.56%64.71%
HSB/HSV332°15.64%70.20%
CMYK0.00%15.64%8.38%
29.80%

Color #B397A4 in popluar number systems.

HEXB397A4
Decimal179151164
Binary101100111001011110100100
Octal263227244

Shades and tints

Shades of #B397A4

#B397A4
(179,151,164)
#A38A96
(163,138,150)
#937D88
(147,125,136)
#83707A
(131,112,122)
#73636C
(115,99,108)
#63565E
(99,86,94)
#534950
(83,73,80)
#433C42
(67,60,66)
#332F34
(51,47,52)
#232226
(35,34,38)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #B397A4

#B397A4
(179,151,164)
#B9A0AC
(185,160,172)
#BFA9B4
(191,169,180)
#C5B2BC
(197,178,188)
#CBBBC4
(203,187,196)
#D1C4CC
(209,196,204)
#D7CDD4
(215,205,212)
#DDD6DC
(221,214,220)
#E3DFE4
(227,223,228)
#E9E8EC
(233,232,236)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B397A4 color. Also use rgb(179,151,164) instead hex code.

Text Font Color

.myTextColor { color: #B397A4; }

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

This text font color is #B397A4.


Background Color

.myBgColor { background-color: #B397A4; }

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

This div background color is #B397A4.


Border color

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

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

This div border color is #B397A4.


Opacity

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

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

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

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

This text has shadow with #B397A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B397A4 on black background.


Color preview on white background

This text has color #B397A4 on white background.



Black color preview on #B397A4 background

This text has black color on #B397A4 background.


White color preview on #B397A4 background

This text has white color on #B397A4 background.