COLOR #B196AA

HEX: #B196AA RGB: (177,150,170)

Color info

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

RGB color model

#B196AA color RGB value is (177,150,170).

RGB: (177,150,170) (69%, 59%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 150 of 255 = 59%
B 170 of 255 = 67%

177
150
170

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

Portions of RGB colors in percentages

R + G + B = 177 + 150 + 170 = 497 (100%)
R 177 of 497 ~ 35.61%
G 150 of 497 ~ 30.18%
B 170 of 497 ~ 34.21'%

%35.61
%30.18
%34.21

CMYK color model

#B196AA color CMYK value is (0,15,4,31).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 3.95%
  • key color value is 30.59%

CMYK: (0,15,4,31)
C0M15Y4K31 (0%, 15%, 4%, 31%)
(0.00 / 0.15 / 0.04 / 0.31)

CMYK percentages

%0
%15.25
%3.95
%30.59

Codes

Color #B196AA in popluar color models

B1 96 AA
RGB 177 150 170
HSL 316° 14.75% 64.12%
HSB/HSV 316° 15.25% 69.41%
CMYK 0.00% 15.25% 3.95%
30.59%

Color #B196AA in popluar number systems.

HEX B1 96 AA
Decimal 177 150 170
Binary 10110001 10010110 10101010
Octal 261 226 252

Shades and tints

Shades of #B196AA

#B196AA
(177,150,170)
#A1899B
(161,137,155)
#917C8C
(145,124,140)
#816F7D
(129,111,125)
#71626E
(113,98,110)
#61555F
(97,85,95)
#514850
(81,72,80)
#413B41
(65,59,65)
#312E32
(49,46,50)
#212123
(33,33,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #B196AA

#B196AA
(177,150,170)
#B89FB1
(184,159,177)
#BFA8B8
(191,168,184)
#C6B1BF
(198,177,191)
#CDBAC6
(205,186,198)
#D4C3CD
(212,195,205)
#DBCCD4
(219,204,212)
#E2D5DB
(226,213,219)
#E9DEE2
(233,222,226)
#F0E7E9
(240,231,233)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B196AA color. Also use rgb(177,150,170) instead hex code.

Text Font Color

.myTextColor { color: #B196AA; }

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

This text font color is #B196AA.

Background Color

.myBgColor { background-color: #B196AA; }

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

This div background color is #B196AA.

Border color

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

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

This div border color is #B196AA.

Opacity

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

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

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

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

This text has shadow with #B196AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B196AA.

Preview

Color preview on black background

This text has color #B196AA on black background.


Color preview on white background

This text has color #B196AA on white background.


Black color preview on #B196AA background

This text has black color on #B196AA background.


White color preview on #B196AA background

This text has white color on #B196AA background.


Related colors

Complementary color

Complementary color for #hex is #4E6955.


I love getcolorcode.com

Triadic colors

1 #AAB196 and #96AAB1 with #B196AA are triadic colors.

2 #AA96B1 and #96B1AA with #B196AA are triadic colors.