COLOR #B09F9A

HEX: #B09F9A
RGB: (176,159,154)

Color info

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

RGB color model

#B09F9A color RGB value is (176,159,154).

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

RGB channels and saturation

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

176
159
154

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

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 154 = 489 (100%)
R 176 of 489 ~ 35.99%
G 159 of 489 ~ 32.52%
B 154 of 489 ~ 31.49%

%35.99
%32.52
%31.49

CMYK color model

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

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

CMYK percentages

%0
%9.66
%12.5
%30.98

Codes

Color #B09F9A in popluar color models

B09F9A
RGB176159154
HSL14°12.22%64.71%
HSB/HSV14°12.50%69.02%
CMYK0.00%9.66%12.50%
30.98%

Color #B09F9A in popluar number systems.

HEXB09F9A
Decimal176159154
Binary101100001001111110011010
Octal260237232

Shades and tints

Shades of #B09F9A

#B09F9A
(176,159,154)
#A0918C
(160,145,140)
#90837E
(144,131,126)
#807570
(128,117,112)
#706762
(112,103,98)
#605954
(96,89,84)
#504B46
(80,75,70)
#403D38
(64,61,56)
#302F2A
(48,47,42)
#20211C
(32,33,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #B09F9A

#B09F9A
(176,159,154)
#B7A7A3
(183,167,163)
#BEAFAC
(190,175,172)
#C5B7B5
(197,183,181)
#CCBFBE
(204,191,190)
#D3C7C7
(211,199,199)
#DACFD0
(218,207,208)
#E1D7D9
(225,215,217)
#E8DFE2
(232,223,226)
#EFE7EB
(239,231,235)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09F9A; }

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

This text font color is #B09F9A.


Background Color

.myBgColor { background-color: #B09F9A; }

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

This div background color is #B09F9A.


Border color

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

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

This div border color is #B09F9A.


Opacity

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

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

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

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

This text has shadow with #B09F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09F9A on black background.


Color preview on white background

This text has color #B09F9A on white background.



Black color preview on #B09F9A background

This text has black color on #B09F9A background.


White color preview on #B09F9A background

This text has white color on #B09F9A background.