COLOR #B091BA

HEX: #B091BA
RGB: (176,145,186)

Color info

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

RGB color model

#B091BA color RGB value is (176,145,186).

  • red value is 176;
  • green value is 145;
  • blue value is 186.
RGB:
(176,145,186)
(69%,57%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 145 of 255 = 57%
B 186 of 255 = 73%

176
145
186

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

Portions of RGB colors in percentages

R + G + B =
176 + 145 + 186 = 507 (100%)
R 176 of 507 ~ 34.71%
G 145 of 507 ~ 28.6%
B 186 of 507 ~ 36.69%

%34.71
%28.6
%36.69

CMYK color model

#B091BA color CMYK value is (5,22,0,27).

  • cyan value is 5.38%
  • magenta value is 22.04%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,22,0,27)
C5M22Y0K27 
(5%,22%,0%,27%)
(0.05/0.22/0.00/0.27)	

CMYK percentages

%5.38
%22.04
%0
%27.06

Codes

Color #B091BA in popluar color models

B091BA
RGB176145186
HSL285°22.91%64.90%
HSB/HSV285°22.04%72.94%
CMYK5.38%22.04%0.00%
27.06%

Color #B091BA in popluar number systems.

HEXB091BA
Decimal176145186
Binary101100001001000110111010
Octal260221272

Shades and tints

Shades of #B091BA

#B091BA
(176,145,186)
#A084AA
(160,132,170)
#90779A
(144,119,154)
#806A8A
(128,106,138)
#705D7A
(112,93,122)
#60506A
(96,80,106)
#50435A
(80,67,90)
#40364A
(64,54,74)
#30293A
(48,41,58)
#201C2A
(32,28,42)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #B091BA

#B091BA
(176,145,186)
#B79BC0
(183,155,192)
#BEA5C6
(190,165,198)
#C5AFCC
(197,175,204)
#CCB9D2
(204,185,210)
#D3C3D8
(211,195,216)
#DACDDE
(218,205,222)
#E1D7E4
(225,215,228)
#E8E1EA
(232,225,234)
#EFEBF0
(239,235,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B091BA color. Also use rgb(176,145,186) instead hex code.

Text Font Color

.myTextColor { color: #B091BA; }

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

This text font color is #B091BA.


Background Color

.myBgColor { background-color: #B091BA; }

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

This div background color is #B091BA.


Border color

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

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

This div border color is #B091BA.


Opacity

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

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

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

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

This text has shadow with #B091BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B091BA on black background.


Color preview on white background

This text has color #B091BA on white background.



Black color preview on #B091BA background

This text has black color on #B091BA background.


White color preview on #B091BA background

This text has white color on #B091BA background.