COLOR #B09C9D

HEX: #B09C9D
RGB: (176,156,157)

Color info

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

RGB color model

#B09C9D color RGB value is (176,156,157).

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

RGB channels and saturation

R 176 of 255 = 69%
G 156 of 255 = 61%
B 157 of 255 = 62%

176
156
157

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

Portions of RGB colors in percentages

R + G + B =
176 + 156 + 157 = 489 (100%)
R 176 of 489 ~ 35.99%
G 156 of 489 ~ 31.9%
B 157 of 489 ~ 32.11%

%35.99
%31.9
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(0,11,11,31)
C0M11Y11K31 
(0%,11%,11%,31%)
(0.00/0.11/0.11/0.31)	

CMYK percentages

%0
%11.36
%10.8
%30.98

Codes

Color #B09C9D in popluar color models

B09C9D
RGB176156157
HSL357°11.24%65.10%
HSB/HSV357°11.36%69.02%
CMYK0.00%11.36%10.80%
30.98%

Color #B09C9D in popluar number systems.

HEXB09C9D
Decimal176156157
Binary101100001001110010011101
Octal260234235

Shades and tints

Shades of #B09C9D

#B09C9D
(176,156,157)
#A08E8F
(160,142,143)
#908081
(144,128,129)
#807273
(128,114,115)
#706465
(112,100,101)
#605657
(96,86,87)
#504849
(80,72,73)
#403A3B
(64,58,59)
#302C2D
(48,44,45)
#201E1F
(32,30,31)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #B09C9D

#B09C9D
(176,156,157)
#B7A5A5
(183,165,165)
#BEAEAD
(190,174,173)
#C5B7B5
(197,183,181)
#CCC0BD
(204,192,189)
#D3C9C5
(211,201,197)
#DAD2CD
(218,210,205)
#E1DBD5
(225,219,213)
#E8E4DD
(232,228,221)
#EFEDE5
(239,237,229)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09C9D; }

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

This text font color is #B09C9D.


Background Color

.myBgColor { background-color: #B09C9D; }

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

This div background color is #B09C9D.


Border color

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

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

This div border color is #B09C9D.


Opacity

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

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

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

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

This text has shadow with #B09C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09C9D on black background.


Color preview on white background

This text has color #B09C9D on white background.



Black color preview on #B09C9D background

This text has black color on #B09C9D background.


White color preview on #B09C9D background

This text has white color on #B09C9D background.