COLOR #B196B8

HEX: #B196B8
RGB: (177,150,184)

Color info

#B196B8 contains red, green and blue colors in about the same proportion. Web safe color of #B196B8 is #9999CC (or #99C).

RGB color model

#B196B8 color RGB value is (177,150,184).

  • red value is 177;
  • green value is 150;
  • blue value is 184.
RGB:
(177,150,184)
(69%,59%,72%)

RGB channels and saturation

R 177 of 255 = 69%
G 150 of 255 = 59%
B 184 of 255 = 72%

177
150
184

R + G + B ~ 67%. #B196B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 150 + 184 = 511 (100%)
R 177 of 511 ~ 34.64%
G 150 of 511 ~ 29.35%
B 184 of 511 ~ 36.01%

%34.64
%29.35
%36.01

CMYK color model

#B196B8 color CMYK value is (4,18,0,28).

  • cyan value is 3.80%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,18,0,28)
C4M18Y0K28 
(4%,18%,0%,28%)
(0.04/0.18/0.00/0.28)	

CMYK percentages

%3.8
%18.48
%0
%27.84

Codes

Color #B196B8 in popluar color models

B196B8
RGB177150184
HSL288°19.32%65.49%
HSB/HSV288°18.48%72.16%
CMYK3.80%18.48%0.00%
27.84%

Color #B196B8 in popluar number systems.

HEXB196B8
Decimal177150184
Binary101100011001011010111000
Octal261226270

Shades and tints

Shades of #B196B8

#B196B8
(177,150,184)
#A189A8
(161,137,168)
#917C98
(145,124,152)
#816F88
(129,111,136)
#716278
(113,98,120)
#615568
(97,85,104)
#514858
(81,72,88)
#413B48
(65,59,72)
#312E38
(49,46,56)
#212128
(33,33,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #B196B8

#B196B8
(177,150,184)
#B89FBE
(184,159,190)
#BFA8C4
(191,168,196)
#C6B1CA
(198,177,202)
#CDBAD0
(205,186,208)
#D4C3D6
(212,195,214)
#DBCCDC
(219,204,220)
#E2D5E2
(226,213,226)
#E9DEE8
(233,222,232)
#F0E7EE
(240,231,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B196B8; }

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

This text font color is #B196B8.


Background Color

.myBgColor { background-color: #B196B8; }

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

This div background color is #B196B8.


Border color

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

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

This div border color is #B196B8.


Opacity

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

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

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

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

This text has shadow with #B196B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B196B8 on black background.


Color preview on white background

This text has color #B196B8 on white background.



Black color preview on #B196B8 background

This text has black color on #B196B8 background.


White color preview on #B196B8 background

This text has white color on #B196B8 background.