COLOR #B08F9F

HEX: #B08F9F
RGB: (176,143,159)

Color info

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

RGB color model

#B08F9F color RGB value is (176,143,159).

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

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 159 of 255 = 62%

176
143
159

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

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 159 = 478 (100%)
R 176 of 478 ~ 36.82%
G 143 of 478 ~ 29.92%
B 159 of 478 ~ 33.26%

%36.82
%29.92
%33.26

CMYK color model

#B08F9F color CMYK value is (0,19,10,31).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(0,19,10,31)
C0M19Y10K31 
(0%,19%,10%,31%)
(0.00/0.19/0.10/0.31)	

CMYK percentages

%0
%18.75
%9.66
%30.98

Codes

Color #B08F9F in popluar color models

B08F9F
RGB176143159
HSL331°17.28%62.55%
HSB/HSV331°18.75%69.02%
CMYK0.00%18.75%9.66%
30.98%

Color #B08F9F in popluar number systems.

HEXB08F9F
Decimal176143159
Binary101100001000111110011111
Octal260217237

Shades and tints

Shades of #B08F9F

#B08F9F
(176,143,159)
#A08291
(160,130,145)
#907583
(144,117,131)
#806875
(128,104,117)
#705B67
(112,91,103)
#604E59
(96,78,89)
#50414B
(80,65,75)
#40343D
(64,52,61)
#30272F
(48,39,47)
#201A21
(32,26,33)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #B08F9F

#B08F9F
(176,143,159)
#B799A7
(183,153,167)
#BEA3AF
(190,163,175)
#C5ADB7
(197,173,183)
#CCB7BF
(204,183,191)
#D3C1C7
(211,193,199)
#DACBCF
(218,203,207)
#E1D5D7
(225,213,215)
#E8DFDF
(232,223,223)
#EFE9E7
(239,233,231)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08F9F; }

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

This text font color is #B08F9F.


Background Color

.myBgColor { background-color: #B08F9F; }

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

This div background color is #B08F9F.


Border color

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

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

This div border color is #B08F9F.


Opacity

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

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

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

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

This text has shadow with #B08F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08F9F on black background.


Color preview on white background

This text has color #B08F9F on white background.



Black color preview on #B08F9F background

This text has black color on #B08F9F background.


White color preview on #B08F9F background

This text has white color on #B08F9F background.