COLOR #B09FB0

HEX: #B09FB0
RGB: (176,159,176)

Color info

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

RGB color model

#B09FB0 color RGB value is (176,159,176).

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

RGB channels and saturation

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

176
159
176

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 176 = 511 (100%)
R 176 of 511 ~ 34.44%
G 159 of 511 ~ 31.12%
B 176 of 511 ~ 34.44%

%34.44
%31.12
%34.44

CMYK color model

#B09FB0 color CMYK value is (0,10,0,31).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(0,10,0,31)
C0M10Y0K31 
(0%,10%,0%,31%)
(0.00/0.10/0.00/0.31)	

CMYK percentages

%0
%9.66
%0
%30.98

Codes

Color #B09FB0 in popluar color models

B09FB0
RGB176159176
HSL300°9.71%65.69%
HSB/HSV300°9.66%69.02%
CMYK0.00%9.66%0.00%
30.98%

Color #B09FB0 in popluar number systems.

HEXB09FB0
Decimal176159176
Binary101100001001111110110000
Octal260237260

Shades and tints

Shades of #B09FB0

#B09FB0
(176,159,176)
#A091A0
(160,145,160)
#908390
(144,131,144)
#807580
(128,117,128)
#706770
(112,103,112)
#605960
(96,89,96)
#504B50
(80,75,80)
#403D40
(64,61,64)
#302F30
(48,47,48)
#202120
(32,33,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #B09FB0

#B09FB0
(176,159,176)
#B7A7B7
(183,167,183)
#BEAFBE
(190,175,190)
#C5B7C5
(197,183,197)
#CCBFCC
(204,191,204)
#D3C7D3
(211,199,211)
#DACFDA
(218,207,218)
#E1D7E1
(225,215,225)
#E8DFE8
(232,223,232)
#EFE7EF
(239,231,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FB0; }

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

This text font color is #B09FB0.


Background Color

.myBgColor { background-color: #B09FB0; }

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

This div background color is #B09FB0.


Border color

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

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

This div border color is #B09FB0.


Opacity

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

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

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

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

This text has shadow with #B09FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FB0 on black background.


Color preview on white background

This text has color #B09FB0 on white background.



Black color preview on #B09FB0 background

This text has black color on #B09FB0 background.


White color preview on #B09FB0 background

This text has white color on #B09FB0 background.