COLOR #B096A8

HEX: #B096A8
RGB: (176,150,168)

Color info

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

RGB color model

#B096A8 color RGB value is (176,150,168).

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

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 168 of 255 = 66%

176
150
168

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

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 168 = 494 (100%)
R 176 of 494 ~ 35.63%
G 150 of 494 ~ 30.36%
B 168 of 494 ~ 34.01%

%35.63
%30.36
%34.01

CMYK color model

#B096A8 color CMYK value is (0,15,5,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(0,15,5,31)
C0M15Y5K31 
(0%,15%,5%,31%)
(0.00/0.15/0.05/0.31)	

CMYK percentages

%0
%14.77
%4.55
%30.98

Codes

Color #B096A8 in popluar color models

B096A8
RGB176150168
HSL318°14.13%63.92%
HSB/HSV318°14.77%69.02%
CMYK0.00%14.77%4.55%
30.98%

Color #B096A8 in popluar number systems.

HEXB096A8
Decimal176150168
Binary101100001001011010101000
Octal260226250

Shades and tints

Shades of #B096A8

#B096A8
(176,150,168)
#A08999
(160,137,153)
#907C8A
(144,124,138)
#806F7B
(128,111,123)
#70626C
(112,98,108)
#60555D
(96,85,93)
#50484E
(80,72,78)
#403B3F
(64,59,63)
#302E30
(48,46,48)
#202121
(32,33,33)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B096A8

#B096A8
(176,150,168)
#B79FAF
(183,159,175)
#BEA8B6
(190,168,182)
#C5B1BD
(197,177,189)
#CCBAC4
(204,186,196)
#D3C3CB
(211,195,203)
#DACCD2
(218,204,210)
#E1D5D9
(225,213,217)
#E8DEE0
(232,222,224)
#EFE7E7
(239,231,231)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B096A8; }

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

This text font color is #B096A8.


Background Color

.myBgColor { background-color: #B096A8; }

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

This div background color is #B096A8.


Border color

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

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

This div border color is #B096A8.


Opacity

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

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

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

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

This text has shadow with #B096A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B096A8 on black background.


Color preview on white background

This text has color #B096A8 on white background.



Black color preview on #B096A8 background

This text has black color on #B096A8 background.


White color preview on #B096A8 background

This text has white color on #B096A8 background.