COLOR #B397A0

HEX: #B397A0
RGB: (179,151,160)

Color info

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

RGB color model

#B397A0 color RGB value is (179,151,160).

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

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 160 of 255 = 63%

179
151
160

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

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 160 = 490 (100%)
R 179 of 490 ~ 36.53%
G 151 of 490 ~ 30.82%
B 160 of 490 ~ 32.65%

%36.53
%30.82
%32.65

CMYK color model

#B397A0 color CMYK value is (0,16,11,30).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(0,16,11,30)
C0M16Y11K30 
(0%,16%,11%,30%)
(0.00/0.16/0.11/0.30)	

CMYK percentages

%0
%15.64
%10.61
%29.8

Codes

Color #B397A0 in popluar color models

B397A0
RGB179151160
HSL341°15.56%64.71%
HSB/HSV341°15.64%70.20%
CMYK0.00%15.64%10.61%
29.80%

Color #B397A0 in popluar number systems.

HEXB397A0
Decimal179151160
Binary101100111001011110100000
Octal263227240

Shades and tints

Shades of #B397A0

#B397A0
(179,151,160)
#A38A92
(163,138,146)
#937D84
(147,125,132)
#837076
(131,112,118)
#736368
(115,99,104)
#63565A
(99,86,90)
#53494C
(83,73,76)
#433C3E
(67,60,62)
#332F30
(51,47,48)
#232222
(35,34,34)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #B397A0

#B397A0
(179,151,160)
#B9A0A8
(185,160,168)
#BFA9B0
(191,169,176)
#C5B2B8
(197,178,184)
#CBBBC0
(203,187,192)
#D1C4C8
(209,196,200)
#D7CDD0
(215,205,208)
#DDD6D8
(221,214,216)
#E3DFE0
(227,223,224)
#E9E8E8
(233,232,232)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397A0; }

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

This text font color is #B397A0.


Background Color

.myBgColor { background-color: #B397A0; }

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

This div background color is #B397A0.


Border color

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

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

This div border color is #B397A0.


Opacity

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

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

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

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

This text has shadow with #B397A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B397A0 on black background.


Color preview on white background

This text has color #B397A0 on white background.



Black color preview on #B397A0 background

This text has black color on #B397A0 background.


White color preview on #B397A0 background

This text has white color on #B397A0 background.