COLOR #B197AB

HEX: #B197AB
RGB: (177,151,171)

Color info

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

RGB color model

#B197AB color RGB value is (177,151,171).

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

RGB channels and saturation

R 177 of 255 = 69%
G 151 of 255 = 59%
B 171 of 255 = 67%

177
151
171

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

Portions of RGB colors in percentages

R + G + B =
177 + 151 + 171 = 499 (100%)
R 177 of 499 ~ 35.47%
G 151 of 499 ~ 30.26%
B 171 of 499 ~ 34.27%

%35.47
%30.26
%34.27

CMYK color model

#B197AB color CMYK value is (0,15,3,31).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK:
(0,15,3,31)
C0M15Y3K31 
(0%,15%,3%,31%)
(0.00/0.15/0.03/0.31)	

CMYK percentages

%0
%14.69
%3.39
%30.59

Codes

Color #B197AB in popluar color models

B197AB
RGB177151171
HSL314°14.29%64.31%
HSB/HSV314°14.69%69.41%
CMYK0.00%14.69%3.39%
30.59%

Color #B197AB in popluar number systems.

HEXB197AB
Decimal177151171
Binary101100011001011110101011
Octal261227253

Shades and tints

Shades of #B197AB

#B197AB
(177,151,171)
#A18A9C
(161,138,156)
#917D8D
(145,125,141)
#81707E
(129,112,126)
#71636F
(113,99,111)
#615660
(97,86,96)
#514951
(81,73,81)
#413C42
(65,60,66)
#312F33
(49,47,51)
#212224
(33,34,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B197AB

#B197AB
(177,151,171)
#B8A0B2
(184,160,178)
#BFA9B9
(191,169,185)
#C6B2C0
(198,178,192)
#CDBBC7
(205,187,199)
#D4C4CE
(212,196,206)
#DBCDD5
(219,205,213)
#E2D6DC
(226,214,220)
#E9DFE3
(233,223,227)
#F0E8EA
(240,232,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B197AB; }

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

This text font color is #B197AB.


Background Color

.myBgColor { background-color: #B197AB; }

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

This div background color is #B197AB.


Border color

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

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

This div border color is #B197AB.


Opacity

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

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

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

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

This text has shadow with #B197AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B197AB on black background.


Color preview on white background

This text has color #B197AB on white background.



Black color preview on #B197AB background

This text has black color on #B197AB background.


White color preview on #B197AB background

This text has white color on #B197AB background.