COLOR #B096AC

HEX: #B096AC RGB: (176,150,172)

Color info

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

RGB color model

#B096AC color RGB value is (176,150,172).

RGB: (176,150,172) (69%, 59%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 172 of 255 = 67%

176
150
172

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

Portions of RGB colors in percentages

R + G + B = 176 + 150 + 172 = 498 (100%)
R 176 of 498 ~ 35.34%
G 150 of 498 ~ 30.12%
B 172 of 498 ~ 34.54'%

%35.34
%30.12
%34.54

CMYK color model

#B096AC color CMYK value is (0,15,2,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 2.27%
  • key color value is 30.98%

CMYK: (0,15,2,31)
C0M15Y2K31 (0%, 15%, 2%, 31%)
(0.00 / 0.15 / 0.02 / 0.31)

CMYK percentages

%0
%14.77
%2.27
%30.98

Codes

Color #B096AC in popluar color models

B0 96 AC
RGB 176 150 172
HSL 309° 14.13% 63.92%
HSB/HSV 309° 14.77% 69.02%
CMYK 0.00% 14.77% 2.27%
30.98%

Color #B096AC in popluar number systems.

HEX B0 96 AC
Decimal 176 150 172
Binary 10110000 10010110 10101100
Octal 260 226 254

Shades and tints

Shades of #B096AC

#B096AC
(176,150,172)
#A0899D
(160,137,157)
#907C8E
(144,124,142)
#806F7F
(128,111,127)
#706270
(112,98,112)
#605561
(96,85,97)
#504852
(80,72,82)
#403B43
(64,59,67)
#302E34
(48,46,52)
#202125
(32,33,37)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #B096AC

#B096AC
(176,150,172)
#B79FB3
(183,159,179)
#BEA8BA
(190,168,186)
#C5B1C1
(197,177,193)
#CCBAC8
(204,186,200)
#D3C3CF
(211,195,207)
#DACCD6
(218,204,214)
#E1D5DD
(225,213,221)
#E8DEE4
(232,222,228)
#EFE7EB
(239,231,235)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B096AC; }

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

This text font color is #B096AC.

Background Color

.myBgColor { background-color: #B096AC; }

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

This div background color is #B096AC.

Border color

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

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

This div border color is #B096AC.

Opacity

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

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

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

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

This text has shadow with #B096AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B096AC.

Preview

Color preview on black background

This text has color #B096AC on black background.


Color preview on white background

This text has color #B096AC on white background.


Black color preview on #B096AC background

This text has black color on #B096AC background.


White color preview on #B096AC background

This text has white color on #B096AC background.


Related colors

Complementary color

Complementary color for #hex is #4F6953.


I love getcolorcode.com

Triadic colors

1 #ACB096 and #96ACB0 with #B096AC are triadic colors.

2 #AC96B0 and #96B0AC with #B096AC are triadic colors.