COLOR #B08C9C

HEX: #B08C9C
RGB: (176,140,156)

Color info

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

RGB color model

#B08C9C color RGB value is (176,140,156).

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

RGB channels and saturation

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

176
140
156

R + G + B ~ 62%. #B08C9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 140 + 156 = 472 (100%)
R 176 of 472 ~ 37.29%
G 140 of 472 ~ 29.66%
B 156 of 472 ~ 33.05%

%37.29
%29.66
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 11.36%
  • key color value is 30.98%
CMYK:
(0,20,11,31)
C0M20Y11K31 
(0%,20%,11%,31%)
(0.00/0.20/0.11/0.31)	

CMYK percentages

%0
%20.45
%11.36
%30.98

Codes

Color #B08C9C in popluar color models

B08C9C
RGB176140156
HSL333°18.56%61.96%
HSB/HSV333°20.45%69.02%
CMYK0.00%20.45%11.36%
30.98%

Color #B08C9C in popluar number systems.

HEXB08C9C
Decimal176140156
Binary101100001000110010011100
Octal260214234

Shades and tints

Shades of #B08C9C

#B08C9C
(176,140,156)
#A0808E
(160,128,142)
#907480
(144,116,128)
#806872
(128,104,114)
#705C64
(112,92,100)
#605056
(96,80,86)
#504448
(80,68,72)
#40383A
(64,56,58)
#302C2C
(48,44,44)
#20201E
(32,32,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #B08C9C

#B08C9C
(176,140,156)
#B796A5
(183,150,165)
#BEA0AE
(190,160,174)
#C5AAB7
(197,170,183)
#CCB4C0
(204,180,192)
#D3BEC9
(211,190,201)
#DAC8D2
(218,200,210)
#E1D2DB
(225,210,219)
#E8DCE4
(232,220,228)
#EFE6ED
(239,230,237)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08C9C; }

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

This text font color is #B08C9C.


Background Color

.myBgColor { background-color: #B08C9C; }

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

This div background color is #B08C9C.


Border color

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

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

This div border color is #B08C9C.


Opacity

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

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

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

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

This text has shadow with #B08C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08C9C on black background.


Color preview on white background

This text has color #B08C9C on white background.



Black color preview on #B08C9C background

This text has black color on #B08C9C background.


White color preview on #B08C9C background

This text has white color on #B08C9C background.