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).

  • red value is 177;
  • green value is 150;
  • blue value is 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

B196AA
RGB177150170
HSL316°14.75%64.12%
HSB/HSV316°15.25%69.41%
CMYK0.00%15.25%3.95%
30.59%

Color #B196AA in popluar number systems.

HEXB196AA
Decimal177150170
Binary101100011001011010101010
Octal261226252

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.