COLOR #B09FBA

HEX: #B09FBA
RGB: (176,159,186)

Color info

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

RGB color model

#B09FBA color RGB value is (176,159,186).

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

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 186 of 255 = 73%

176
159
186

R + G + B ~ 68%. #B09FBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 186 = 521 (100%)
R 176 of 521 ~ 33.78%
G 159 of 521 ~ 30.52%
B 186 of 521 ~ 35.7%

%33.78
%30.52
%35.7

CMYK color model

#B09FBA color CMYK value is (5,15,0,27).

  • cyan value is 5.38%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,15,0,27)
C5M15Y0K27 
(5%,15%,0%,27%)
(0.05/0.15/0.00/0.27)	

CMYK percentages

%5.38
%14.52
%0
%27.06

Codes

Color #B09FBA in popluar color models

B09FBA
RGB176159186
HSL278°16.36%67.65%
HSB/HSV278°14.52%72.94%
CMYK5.38%14.52%0.00%
27.06%

Color #B09FBA in popluar number systems.

HEXB09FBA
Decimal176159186
Binary101100001001111110111010
Octal260237272

Shades and tints

Shades of #B09FBA

#B09FBA
(176,159,186)
#A091AA
(160,145,170)
#90839A
(144,131,154)
#80758A
(128,117,138)
#70677A
(112,103,122)
#60596A
(96,89,106)
#504B5A
(80,75,90)
#403D4A
(64,61,74)
#302F3A
(48,47,58)
#20212A
(32,33,42)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #B09FBA

#B09FBA
(176,159,186)
#B7A7C0
(183,167,192)
#BEAFC6
(190,175,198)
#C5B7CC
(197,183,204)
#CCBFD2
(204,191,210)
#D3C7D8
(211,199,216)
#DACFDE
(218,207,222)
#E1D7E4
(225,215,228)
#E8DFEA
(232,223,234)
#EFE7F0
(239,231,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FBA; }

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

This text font color is #B09FBA.


Background Color

.myBgColor { background-color: #B09FBA; }

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

This div background color is #B09FBA.


Border color

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

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

This div border color is #B09FBA.


Opacity

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

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

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

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

This text has shadow with #B09FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FBA on black background.


Color preview on white background

This text has color #B09FBA on white background.



Black color preview on #B09FBA background

This text has black color on #B09FBA background.


White color preview on #B09FBA background

This text has white color on #B09FBA background.