COLOR #B08D9F

HEX: #B08D9F
RGB: (176,141,159)

Color info

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

RGB color model

#B08D9F color RGB value is (176,141,159).

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

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 159 of 255 = 62%

176
141
159

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

Portions of RGB colors in percentages

R + G + B =
176 + 141 + 159 = 476 (100%)
R 176 of 476 ~ 36.97%
G 141 of 476 ~ 29.62%
B 159 of 476 ~ 33.4%

%36.97
%29.62
%33.4

CMYK color model

#B08D9F color CMYK value is (0,20,10,31).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(0,20,10,31)
C0M20Y10K31 
(0%,20%,10%,31%)
(0.00/0.20/0.10/0.31)	

CMYK percentages

%0
%19.89
%9.66
%30.98

Codes

Color #B08D9F in popluar color models

B08D9F
RGB176141159
HSL329°18.13%62.16%
HSB/HSV329°19.89%69.02%
CMYK0.00%19.89%9.66%
30.98%

Color #B08D9F in popluar number systems.

HEXB08D9F
Decimal176141159
Binary101100001000110110011111
Octal260215237

Shades and tints

Shades of #B08D9F

#B08D9F
(176,141,159)
#A08191
(160,129,145)
#907583
(144,117,131)
#806975
(128,105,117)
#705D67
(112,93,103)
#605159
(96,81,89)
#50454B
(80,69,75)
#40393D
(64,57,61)
#302D2F
(48,45,47)
#202121
(32,33,33)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B08D9F

#B08D9F
(176,141,159)
#B797A7
(183,151,167)
#BEA1AF
(190,161,175)
#C5ABB7
(197,171,183)
#CCB5BF
(204,181,191)
#D3BFC7
(211,191,199)
#DAC9CF
(218,201,207)
#E1D3D7
(225,211,215)
#E8DDDF
(232,221,223)
#EFE7E7
(239,231,231)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08D9F; }

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

This text font color is #B08D9F.


Background Color

.myBgColor { background-color: #B08D9F; }

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

This div background color is #B08D9F.


Border color

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

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

This div border color is #B08D9F.


Opacity

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

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

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

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

This text has shadow with #B08D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08D9F on black background.


Color preview on white background

This text has color #B08D9F on white background.



Black color preview on #B08D9F background

This text has black color on #B08D9F background.


White color preview on #B08D9F background

This text has white color on #B08D9F background.