COLOR #B397AB

HEX: #B397AB
RGB: (179,151,171)

Color info

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

RGB color model

#B397AB color RGB value is (179,151,171).

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

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 171 of 255 = 67%

179
151
171

R + G + B ~ 65%. #B397AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 171 = 501 (100%)
R 179 of 501 ~ 35.73%
G 151 of 501 ~ 30.14%
B 171 of 501 ~ 34.13%

%35.73
%30.14
%34.13

CMYK color model

#B397AB color CMYK value is (0,16,4,30).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(0,16,4,30)
C0M16Y4K30 
(0%,16%,4%,30%)
(0.00/0.16/0.04/0.30)	

CMYK percentages

%0
%15.64
%4.47
%29.8

Codes

Color #B397AB in popluar color models

B397AB
RGB179151171
HSL317°15.56%64.71%
HSB/HSV317°15.64%70.20%
CMYK0.00%15.64%4.47%
29.80%

Color #B397AB in popluar number systems.

HEXB397AB
Decimal179151171
Binary101100111001011110101011
Octal263227253

Shades and tints

Shades of #B397AB

#B397AB
(179,151,171)
#A38A9C
(163,138,156)
#937D8D
(147,125,141)
#83707E
(131,112,126)
#73636F
(115,99,111)
#635660
(99,86,96)
#534951
(83,73,81)
#433C42
(67,60,66)
#332F33
(51,47,51)
#232224
(35,34,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B397AB

#B397AB
(179,151,171)
#B9A0B2
(185,160,178)
#BFA9B9
(191,169,185)
#C5B2C0
(197,178,192)
#CBBBC7
(203,187,199)
#D1C4CE
(209,196,206)
#D7CDD5
(215,205,213)
#DDD6DC
(221,214,220)
#E3DFE3
(227,223,227)
#E9E8EA
(233,232,234)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397AB; }

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

This text font color is #B397AB.


Background Color

.myBgColor { background-color: #B397AB; }

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

This div background color is #B397AB.


Border color

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

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

This div border color is #B397AB.


Opacity

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

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

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

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

This text has shadow with #B397AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B397AB on black background.


Color preview on white background

This text has color #B397AB on white background.



Black color preview on #B397AB background

This text has black color on #B397AB background.


White color preview on #B397AB background

This text has white color on #B397AB background.