COLOR #B09FAF

HEX: #B09FAF
RGB: (176,159,175)

Color info

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

RGB color model

#B09FAF color RGB value is (176,159,175).

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

RGB channels and saturation

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

176
159
175

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 175 = 510 (100%)
R 176 of 510 ~ 34.51%
G 159 of 510 ~ 31.18%
B 175 of 510 ~ 34.31%

%34.51
%31.18
%34.31

CMYK color model

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

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

CMYK percentages

%0
%9.66
%0.57
%30.98

Codes

Color #B09FAF in popluar color models

B09FAF
RGB176159175
HSL304°9.71%65.69%
HSB/HSV304°9.66%69.02%
CMYK0.00%9.66%0.57%
30.98%

Color #B09FAF in popluar number systems.

HEXB09FAF
Decimal176159175
Binary101100001001111110101111
Octal260237257

Shades and tints

Shades of #B09FAF

#B09FAF
(176,159,175)
#A091A0
(160,145,160)
#908391
(144,131,145)
#807582
(128,117,130)
#706773
(112,103,115)
#605964
(96,89,100)
#504B55
(80,75,85)
#403D46
(64,61,70)
#302F37
(48,47,55)
#202128
(32,33,40)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #B09FAF

#B09FAF
(176,159,175)
#B7A7B6
(183,167,182)
#BEAFBD
(190,175,189)
#C5B7C4
(197,183,196)
#CCBFCB
(204,191,203)
#D3C7D2
(211,199,210)
#DACFD9
(218,207,217)
#E1D7E0
(225,215,224)
#E8DFE7
(232,223,231)
#EFE7EE
(239,231,238)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09FAF; }

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

This text font color is #B09FAF.


Background Color

.myBgColor { background-color: #B09FAF; }

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

This div background color is #B09FAF.


Border color

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

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

This div border color is #B09FAF.


Opacity

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

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

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

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

This text has shadow with #B09FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FAF on black background.


Color preview on white background

This text has color #B09FAF on white background.



Black color preview on #B09FAF background

This text has black color on #B09FAF background.


White color preview on #B09FAF background

This text has white color on #B09FAF background.