COLOR #B09FA9

HEX: #B09FA9
RGB: (176,159,169)

Color info

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

RGB color model

#B09FA9 color RGB value is (176,159,169).

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

RGB channels and saturation

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

176
159
169

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 169 = 504 (100%)
R 176 of 504 ~ 34.92%
G 159 of 504 ~ 31.55%
B 169 of 504 ~ 33.53%

%34.92
%31.55
%33.53

CMYK color model

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

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

CMYK percentages

%0
%9.66
%3.98
%30.98

Codes

Color #B09FA9 in popluar color models

B09FA9
RGB176159169
HSL325°9.71%65.69%
HSB/HSV325°9.66%69.02%
CMYK0.00%9.66%3.98%
30.98%

Color #B09FA9 in popluar number systems.

HEXB09FA9
Decimal176159169
Binary101100001001111110101001
Octal260237251

Shades and tints

Shades of #B09FA9

#B09FA9
(176,159,169)
#A0919A
(160,145,154)
#90838B
(144,131,139)
#80757C
(128,117,124)
#70676D
(112,103,109)
#60595E
(96,89,94)
#504B4F
(80,75,79)
#403D40
(64,61,64)
#302F31
(48,47,49)
#202122
(32,33,34)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B09FA9

#B09FA9
(176,159,169)
#B7A7B0
(183,167,176)
#BEAFB7
(190,175,183)
#C5B7BE
(197,183,190)
#CCBFC5
(204,191,197)
#D3C7CC
(211,199,204)
#DACFD3
(218,207,211)
#E1D7DA
(225,215,218)
#E8DFE1
(232,223,225)
#EFE7E8
(239,231,232)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FA9; }

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

This text font color is #B09FA9.


Background Color

.myBgColor { background-color: #B09FA9; }

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

This div background color is #B09FA9.


Border color

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

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

This div border color is #B09FA9.


Opacity

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

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

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

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

This text has shadow with #B09FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FA9 on black background.


Color preview on white background

This text has color #B09FA9 on white background.



Black color preview on #B09FA9 background

This text has black color on #B09FA9 background.


White color preview on #B09FA9 background

This text has white color on #B09FA9 background.