COLOR #B096B5

HEX: #B096B5
RGB: (176,150,181)

Color info

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

RGB color model

#B096B5 color RGB value is (176,150,181).

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

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 181 of 255 = 71%

176
150
181

R + G + B ~ 66%. #B096B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 181 = 507 (100%)
R 176 of 507 ~ 34.71%
G 150 of 507 ~ 29.59%
B 181 of 507 ~ 35.7%

%34.71
%29.59
%35.7

CMYK color model

#B096B5 color CMYK value is (3,17,0,29).

  • cyan value is 2.76%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,17,0,29)
C3M17Y0K29 
(3%,17%,0%,29%)
(0.03/0.17/0.00/0.29)	

CMYK percentages

%2.76
%17.13
%0
%29.02

Codes

Color #B096B5 in popluar color models

B096B5
RGB176150181
HSL290°17.32%64.90%
HSB/HSV290°17.13%70.98%
CMYK2.76%17.13%0.00%
29.02%

Color #B096B5 in popluar number systems.

HEXB096B5
Decimal176150181
Binary101100001001011010110101
Octal260226265

Shades and tints

Shades of #B096B5

#B096B5
(176,150,181)
#A089A5
(160,137,165)
#907C95
(144,124,149)
#806F85
(128,111,133)
#706275
(112,98,117)
#605565
(96,85,101)
#504855
(80,72,85)
#403B45
(64,59,69)
#302E35
(48,46,53)
#202125
(32,33,37)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #B096B5

#B096B5
(176,150,181)
#B79FBB
(183,159,187)
#BEA8C1
(190,168,193)
#C5B1C7
(197,177,199)
#CCBACD
(204,186,205)
#D3C3D3
(211,195,211)
#DACCD9
(218,204,217)
#E1D5DF
(225,213,223)
#E8DEE5
(232,222,229)
#EFE7EB
(239,231,235)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B096B5; }

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

This text font color is #B096B5.


Background Color

.myBgColor { background-color: #B096B5; }

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

This div background color is #B096B5.


Border color

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

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

This div border color is #B096B5.


Opacity

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

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

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

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

This text has shadow with #B096B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B096B5 on black background.


Color preview on white background

This text has color #B096B5 on white background.



Black color preview on #B096B5 background

This text has black color on #B096B5 background.


White color preview on #B096B5 background

This text has white color on #B096B5 background.