COLOR #B09C9C

HEX: #B09C9C RGB: (176,156,156)

Color info

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

RGB color model

#B09C9C color RGB value is (176,156,156).

RGB: (176,156,156) (69%, 61%, 61%)

RGB channels and saturation

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

176
156
156

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

Portions of RGB colors in percentages

R + G + B = 176 + 156 + 156 = 488 (100%)
R 176 of 488 ~ 36.07%
G 156 of 488 ~ 31.97%
B 156 of 488 ~ 31.97'%

%36.07
%31.97
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 11.36%
  • 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
%11.36
%30.98

Codes

Color #B09C9C in popluar color models

B0 9C 9C
RGB 176 156 156
HSL 11.24% 65.10%
HSB/HSV 11.36% 69.02%
CMYK 0.00% 11.36% 11.36%
30.98%

Color #B09C9C in popluar number systems.

HEX B0 9C 9C
Decimal 176 156 156
Binary 10110000 10011100 10011100
Octal 260 234 234

Shades and tints

Shades of #B09C9C

#B09C9C
(176,156,156)
#A08E8E
(160,142,142)
#908080
(144,128,128)
#807272
(128,114,114)
#706464
(112,100,100)
#605656
(96,86,86)
#504848
(80,72,72)
#403A3A
(64,58,58)
#302C2C
(48,44,44)
#201E1E
(32,30,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #B09C9C

#B09C9C
(176,156,156)
#B7A5A5
(183,165,165)
#BEAEAE
(190,174,174)
#C5B7B7
(197,183,183)
#CCC0C0
(204,192,192)
#D3C9C9
(211,201,201)
#DAD2D2
(218,210,210)
#E1DBDB
(225,219,219)
#E8E4E4
(232,228,228)
#EFEDED
(239,237,237)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09C9C; }

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

This text font color is #B09C9C.

Background Color

.myBgColor { background-color: #B09C9C; }

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

This div background color is #B09C9C.

Border color

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

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

This div border color is #B09C9C.

Opacity

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

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

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

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

This text has shadow with #B09C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09C9C.

Preview

Color preview on black background

This text has color #B09C9C on black background.


Color preview on white background

This text has color #B09C9C on white background.


Black color preview on #B09C9C background

This text has black color on #B09C9C background.


White color preview on #B09C9C background

This text has white color on #B09C9C background.


Related colors

Complementary color

Complementary color for #hex is #4F6363.


I love getcolorcode.com