COLOR #B397A1

HEX: #B397A1
RGB: (179,151,161)

Color info

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

RGB color model

#B397A1 color RGB value is (179,151,161).

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

RGB channels and saturation

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

179
151
161

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

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 161 = 491 (100%)
R 179 of 491 ~ 36.46%
G 151 of 491 ~ 30.75%
B 161 of 491 ~ 32.79%

%36.46
%30.75
%32.79

CMYK color model

#B397A1 color CMYK value is (0,16,10,30).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 10.06%
  • key color value is 29.80%
CMYK:
(0,16,10,30)
C0M16Y10K30 
(0%,16%,10%,30%)
(0.00/0.16/0.10/0.30)	

CMYK percentages

%0
%15.64
%10.06
%29.8

Codes

Color #B397A1 in popluar color models

B397A1
RGB179151161
HSL339°15.56%64.71%
HSB/HSV339°15.64%70.20%
CMYK0.00%15.64%10.06%
29.80%

Color #B397A1 in popluar number systems.

HEXB397A1
Decimal179151161
Binary101100111001011110100001
Octal263227241

Shades and tints

Shades of #B397A1

#B397A1
(179,151,161)
#A38A93
(163,138,147)
#937D85
(147,125,133)
#837077
(131,112,119)
#736369
(115,99,105)
#63565B
(99,86,91)
#53494D
(83,73,77)
#433C3F
(67,60,63)
#332F31
(51,47,49)
#232223
(35,34,35)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B397A1

#B397A1
(179,151,161)
#B9A0A9
(185,160,169)
#BFA9B1
(191,169,177)
#C5B2B9
(197,178,185)
#CBBBC1
(203,187,193)
#D1C4C9
(209,196,201)
#D7CDD1
(215,205,209)
#DDD6D9
(221,214,217)
#E3DFE1
(227,223,225)
#E9E8E9
(233,232,233)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397A1; }

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

This text font color is #B397A1.


Background Color

.myBgColor { background-color: #B397A1; }

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

This div background color is #B397A1.


Border color

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

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

This div border color is #B397A1.


Opacity

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

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

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

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

This text has shadow with #B397A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B397A1 on black background.


Color preview on white background

This text has color #B397A1 on white background.



Black color preview on #B397A1 background

This text has black color on #B397A1 background.


White color preview on #B397A1 background

This text has white color on #B397A1 background.