COLOR #B096BD

HEX: #B096BD RGB: (176,150,189)

Color info

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

RGB color model

#B096BD color RGB value is (176,150,189).

RGB: (176,150,189) (69%, 59%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 189 of 255 = 74%

176
150
189

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

Portions of RGB colors in percentages

R + G + B = 176 + 150 + 189 = 515 (100%)
R 176 of 515 ~ 34.17%
G 150 of 515 ~ 29.13%
B 189 of 515 ~ 36.7'%

%34.17
%29.13
%36.7

CMYK color model

#B096BD color CMYK value is (7,21,0,26).

  • cyan value is 6.88%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (7,21,0,26) C7M21Y0K26 (7%,21%,0%,26%) (0.07/0.21/0.00/0.26) 

CMYK percentages

%6.88
%20.63
%0
%25.88

Codes

Color #B096BD in popluar color models

B0 96 BD
RGB 176 150 189
HSL 280° 22.81% 66.47%
HSB/HSV 280° 20.63% 74.12%
CMYK 6.88% 20.63% 0.00%
25.88%

Color #B096BD in popluar number systems.

HEX B0 96 BD
Decimal 176 150 189
Binary 10110000 10010110 10111101
Octal 260 226 275

Shades and tints

Shades of #B096BD

#B096BD
(176,150,189)
#A089AC
(160,137,172)
#907C9B
(144,124,155)
#806F8A
(128,111,138)
#706279
(112,98,121)
#605568
(96,85,104)
#504857
(80,72,87)
#403B46
(64,59,70)
#302E35
(48,46,53)
#202124
(32,33,36)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B096BD

#B096BD
(176,150,189)
#B79FC3
(183,159,195)
#BEA8C9
(190,168,201)
#C5B1CF
(197,177,207)
#CCBAD5
(204,186,213)
#D3C3DB
(211,195,219)
#DACCE1
(218,204,225)
#E1D5E7
(225,213,231)
#E8DEED
(232,222,237)
#EFE7F3
(239,231,243)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B096BD; }

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

This text font color is #B096BD.

Background Color

.myBgColor { background-color: #B096BD; }

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

This div background color is #B096BD.

Border color

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

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

This div border color is #B096BD.

Opacity

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

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

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

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

This text has shadow with #B096BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B096BD.

Preview

Color preview on black background

This text has color #B096BD on black background.


Color preview on white background

This text has color #B096BD on white background.


Black color preview on #B096BD background

This text has black color on #B096BD background.


White color preview on #B096BD background

This text has white color on #B096BD background.


Related colors

Complementary color

Complementary color for #hex is #4F6942.


I love getcolorcode.com

Triadic colors

1 #BDB096 and #96BDB0 with #B096BD are triadic colors.

2 #BD96B0 and #96B0BD with #B096BD are triadic colors.