COLOR #B09D9A

HEX: #B09D9A
RGB: (176,157,154)

Color info

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

RGB color model

#B09D9A color RGB value is (176,157,154).

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

RGB channels and saturation

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

176
157
154

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

Portions of RGB colors in percentages

R + G + B =
176 + 157 + 154 = 487 (100%)
R 176 of 487 ~ 36.14%
G 157 of 487 ~ 32.24%
B 154 of 487 ~ 31.62%

%36.14
%32.24
%31.62

CMYK color model

#B09D9A color CMYK value is (0,11,13,31).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(0,11,13,31)
C0M11Y13K31 
(0%,11%,13%,31%)
(0.00/0.11/0.13/0.31)	

CMYK percentages

%0
%10.8
%12.5
%30.98

Codes

Color #B09D9A in popluar color models

B09D9A
RGB176157154
HSL12.22%64.71%
HSB/HSV12.50%69.02%
CMYK0.00%10.80%12.50%
30.98%

Color #B09D9A in popluar number systems.

HEXB09D9A
Decimal176157154
Binary101100001001110110011010
Octal260235232

Shades and tints

Shades of #B09D9A

#B09D9A
(176,157,154)
#A08F8C
(160,143,140)
#90817E
(144,129,126)
#807370
(128,115,112)
#706562
(112,101,98)
#605754
(96,87,84)
#504946
(80,73,70)
#403B38
(64,59,56)
#302D2A
(48,45,42)
#201F1C
(32,31,28)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #B09D9A

#B09D9A
(176,157,154)
#B7A5A3
(183,165,163)
#BEADAC
(190,173,172)
#C5B5B5
(197,181,181)
#CCBDBE
(204,189,190)
#D3C5C7
(211,197,199)
#DACDD0
(218,205,208)
#E1D5D9
(225,213,217)
#E8DDE2
(232,221,226)
#EFE5EB
(239,229,235)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09D9A; }

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

This text font color is #B09D9A.


Background Color

.myBgColor { background-color: #B09D9A; }

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

This div background color is #B09D9A.


Border color

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

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

This div border color is #B09D9A.


Opacity

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

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

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

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

This text has shadow with #B09D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09D9A on black background.


Color preview on white background

This text has color #B09D9A on white background.



Black color preview on #B09D9A background

This text has black color on #B09D9A background.


White color preview on #B09D9A background

This text has white color on #B09D9A background.