COLOR #B09FA1

HEX: #B09FA1
RGB: (176,159,161)

Color info

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

RGB color model

#B09FA1 color RGB value is (176,159,161).

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

RGB channels and saturation

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

176
159
161

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 161 = 496 (100%)
R 176 of 496 ~ 35.48%
G 159 of 496 ~ 32.06%
B 161 of 496 ~ 32.46%

%35.48
%32.06
%32.46

CMYK color model

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

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

CMYK percentages

%0
%9.66
%8.52
%30.98

Codes

Color #B09FA1 in popluar color models

B09FA1
RGB176159161
HSL353°9.71%65.69%
HSB/HSV353°9.66%69.02%
CMYK0.00%9.66%8.52%
30.98%

Color #B09FA1 in popluar number systems.

HEXB09FA1
Decimal176159161
Binary101100001001111110100001
Octal260237241

Shades and tints

Shades of #B09FA1

#B09FA1
(176,159,161)
#A09193
(160,145,147)
#908385
(144,131,133)
#807577
(128,117,119)
#706769
(112,103,105)
#60595B
(96,89,91)
#504B4D
(80,75,77)
#403D3F
(64,61,63)
#302F31
(48,47,49)
#202123
(32,33,35)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B09FA1

#B09FA1
(176,159,161)
#B7A7A9
(183,167,169)
#BEAFB1
(190,175,177)
#C5B7B9
(197,183,185)
#CCBFC1
(204,191,193)
#D3C7C9
(211,199,201)
#DACFD1
(218,207,209)
#E1D7D9
(225,215,217)
#E8DFE1
(232,223,225)
#EFE7E9
(239,231,233)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FA1; }

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

This text font color is #B09FA1.


Background Color

.myBgColor { background-color: #B09FA1; }

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

This div background color is #B09FA1.


Border color

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

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

This div border color is #B09FA1.


Opacity

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

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

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

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

This text has shadow with #B09FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FA1 on black background.


Color preview on white background

This text has color #B09FA1 on white background.



Black color preview on #B09FA1 background

This text has black color on #B09FA1 background.


White color preview on #B09FA1 background

This text has white color on #B09FA1 background.