COLOR #B197AC

HEX: #B197AC RGB: (177,151,172)

Color info

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

RGB color model

#B197AC color RGB value is (177,151,172).

RGB: (177,151,172) (69%, 59%, 67%)

RGB channels and saturation

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

177
151
172

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

Portions of RGB colors in percentages

R + G + B = 177 + 151 + 172 = 500 (100%)
R 177 of 500 ~ 35.4%
G 151 of 500 ~ 30.2%
B 172 of 500 ~ 34.4'%

%35.4
%30.2
%34.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 2.82%
  • 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
%2.82
%30.59

Codes

Color #B197AC in popluar color models

B1 97 AC
RGB 177 151 172
HSL 312° 14.29% 64.31%
HSB/HSV 312° 14.69% 69.41%
CMYK 0.00% 14.69% 2.82%
30.59%

Color #B197AC in popluar number systems.

HEX B1 97 AC
Decimal 177 151 172
Binary 10110001 10010111 10101100
Octal 261 227 254

Shades and tints

Shades of #B197AC

#B197AC
(177,151,172)
#A18A9D
(161,138,157)
#917D8E
(145,125,142)
#81707F
(129,112,127)
#716370
(113,99,112)
#615661
(97,86,97)
#514952
(81,73,82)
#413C43
(65,60,67)
#312F34
(49,47,52)
#212225
(33,34,37)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #B197AC

#B197AC
(177,151,172)
#B8A0B3
(184,160,179)
#BFA9BA
(191,169,186)
#C6B2C1
(198,178,193)
#CDBBC8
(205,187,200)
#D4C4CF
(212,196,207)
#DBCDD6
(219,205,214)
#E2D6DD
(226,214,221)
#E9DFE4
(233,223,228)
#F0E8EB
(240,232,235)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B197AC; }

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

This text font color is #B197AC.

Background Color

.myBgColor { background-color: #B197AC; }

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

This div background color is #B197AC.

Border color

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

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

This div border color is #B197AC.

Opacity

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

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

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

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

This text has shadow with #B197AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B197AC.

Preview

Color preview on black background

This text has color #B197AC on black background.


Color preview on white background

This text has color #B197AC on white background.


Black color preview on #B197AC background

This text has black color on #B197AC background.


White color preview on #B197AC background

This text has white color on #B197AC background.


Related colors

Complementary color

Complementary color for #hex is #4E6853.


I love getcolorcode.com

Triadic colors

1 #ACB197 and #97ACB1 with #B197AC are triadic colors.

2 #AC97B1 and #97B1AC with #B197AC are triadic colors.