COLOR #B096A1

HEX: #B096A1
RGB: (176,150,161)

Color info

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

RGB color model

#B096A1 color RGB value is (176,150,161).

  • red value is 176;
  • green value is 150;
  • blue value is 161.
RGB:
(176,150,161)
(69%,59%,63%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 161 of 255 = 63%

176
150
161

R + G + B ~ 64%. #B096A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 161 = 487 (100%)
R 176 of 487 ~ 36.14%
G 150 of 487 ~ 30.8%
B 161 of 487 ~ 33.06%

%36.14
%30.8
%33.06

CMYK color model

#B096A1 color CMYK value is (0,15,9,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(0,15,9,31)
C0M15Y9K31 
(0%,15%,9%,31%)
(0.00/0.15/0.09/0.31)	

CMYK percentages

%0
%14.77
%8.52
%30.98

Codes

Color #B096A1 in popluar color models

B096A1
RGB176150161
HSL335°14.13%63.92%
HSB/HSV335°14.77%69.02%
CMYK0.00%14.77%8.52%
30.98%

Color #B096A1 in popluar number systems.

HEXB096A1
Decimal176150161
Binary101100001001011010100001
Octal260226241

Shades and tints

Shades of #B096A1

#B096A1
(176,150,161)
#A08993
(160,137,147)
#907C85
(144,124,133)
#806F77
(128,111,119)
#706269
(112,98,105)
#60555B
(96,85,91)
#50484D
(80,72,77)
#403B3F
(64,59,63)
#302E31
(48,46,49)
#202123
(32,33,35)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #B096A1

#B096A1
(176,150,161)
#B79FA9
(183,159,169)
#BEA8B1
(190,168,177)
#C5B1B9
(197,177,185)
#CCBAC1
(204,186,193)
#D3C3C9
(211,195,201)
#DACCD1
(218,204,209)
#E1D5D9
(225,213,217)
#E8DEE1
(232,222,225)
#EFE7E9
(239,231,233)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B096A1 color. Also use rgb(176,150,161) instead hex code.

Text Font Color

.myTextColor { color: #B096A1; }

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

This text font color is #B096A1.


Background Color

.myBgColor { background-color: #B096A1; }

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

This div background color is #B096A1.


Border color

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

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

This div border color is #B096A1.


Opacity

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

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

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

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

This text has shadow with #B096A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B096A1 on black background.


Color preview on white background

This text has color #B096A1 on white background.



Black color preview on #B096A1 background

This text has black color on #B096A1 background.


White color preview on #B096A1 background

This text has white color on #B096A1 background.