COLOR #B09F9F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

176
159
159

R + G + B ~ 64%. #B09F9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 159 = 494 (100%)
R 176 of 494 ~ 35.63%
G 159 of 494 ~ 32.19%
B 159 of 494 ~ 32.19%

%35.63
%32.19
%32.19

CMYK color model

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

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

CMYK percentages

%0
%9.66
%9.66
%30.98

Codes

Color #B09F9F in popluar color models

B09F9F
RGB176159159
HSL9.71%65.69%
HSB/HSV9.66%69.02%
CMYK0.00%9.66%9.66%
30.98%

Color #B09F9F in popluar number systems.

HEXB09F9F
Decimal176159159
Binary101100001001111110011111
Octal260237237

Shades and tints

Shades of #B09F9F

#B09F9F
(176,159,159)
#A09191
(160,145,145)
#908383
(144,131,131)
#807575
(128,117,117)
#706767
(112,103,103)
#605959
(96,89,89)
#504B4B
(80,75,75)
#403D3D
(64,61,61)
#302F2F
(48,47,47)
#202121
(32,33,33)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B09F9F

#B09F9F
(176,159,159)
#B7A7A7
(183,167,167)
#BEAFAF
(190,175,175)
#C5B7B7
(197,183,183)
#CCBFBF
(204,191,191)
#D3C7C7
(211,199,199)
#DACFCF
(218,207,207)
#E1D7D7
(225,215,215)
#E8DFDF
(232,223,223)
#EFE7E7
(239,231,231)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09F9F; }

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

This text font color is #B09F9F.


Background Color

.myBgColor { background-color: #B09F9F; }

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

This div background color is #B09F9F.


Border color

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

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

This div border color is #B09F9F.


Opacity

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

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

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

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

This text has shadow with #B09F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09F9F on black background.


Color preview on white background

This text has color #B09F9F on white background.



Black color preview on #B09F9F background

This text has black color on #B09F9F background.


White color preview on #B09F9F background

This text has white color on #B09F9F background.