COLOR #B0998F

HEX: #B0998F
RGB: (176,153,143)

Color info

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

RGB color model

#B0998F color RGB value is (176,153,143).

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

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 143 of 255 = 56%

176
153
143

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

Portions of RGB colors in percentages

R + G + B =
176 + 153 + 143 = 472 (100%)
R 176 of 472 ~ 37.29%
G 153 of 472 ~ 32.42%
B 143 of 472 ~ 30.3%

%37.29
%32.42
%30.3

CMYK color model

#B0998F color CMYK value is (0,13,19,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(0,13,19,31)
C0M13Y19K31 
(0%,13%,19%,31%)
(0.00/0.13/0.19/0.31)	

CMYK percentages

%0
%13.07
%18.75
%30.98

Codes

Color #B0998F in popluar color models

B0998F
RGB176153143
HSL18°17.28%62.55%
HSB/HSV18°18.75%69.02%
CMYK0.00%13.07%18.75%
30.98%

Color #B0998F in popluar number systems.

HEXB0998F
Decimal176153143
Binary101100001001100110001111
Octal260231217

Shades and tints

Shades of #B0998F

#B0998F
(176,153,143)
#A08C82
(160,140,130)
#907F75
(144,127,117)
#807268
(128,114,104)
#70655B
(112,101,91)
#60584E
(96,88,78)
#504B41
(80,75,65)
#403E34
(64,62,52)
#303127
(48,49,39)
#20241A
(32,36,26)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #B0998F

#B0998F
(176,153,143)
#B7A299
(183,162,153)
#BEABA3
(190,171,163)
#C5B4AD
(197,180,173)
#CCBDB7
(204,189,183)
#D3C6C1
(211,198,193)
#DACFCB
(218,207,203)
#E1D8D5
(225,216,213)
#E8E1DF
(232,225,223)
#EFEAE9
(239,234,233)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0998F; }

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

This text font color is #B0998F.


Background Color

.myBgColor { background-color: #B0998F; }

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

This div background color is #B0998F.


Border color

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

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

This div border color is #B0998F.


Opacity

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

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

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

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

This text has shadow with #B0998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0998F on black background.


Color preview on white background

This text has color #B0998F on white background.



Black color preview on #B0998F background

This text has black color on #B0998F background.


White color preview on #B0998F background

This text has white color on #B0998F background.