COLOR #B0998B

HEX: #B0998B RGB: (176,153,139)

Color info

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

RGB color model

#B0998B color RGB value is (176,153,139).

RGB: (176,153,139) (69%, 60%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 153 of 255 = 60%
B 139 of 255 = 55%

176
153
139

R + G + B ~ 61%. #B0998B is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 153 + 139 = 468 (100%)
R 176 of 468 ~ 37.61%
G 153 of 468 ~ 32.69%
B 139 of 468 ~ 29.7'%

%37.61
%32.69
%29.7

CMYK color model

#B0998B color CMYK value is (0,13,21,31).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 21.02%
  • key color value is 30.98%

CMYK: (0,13,21,31)
C0M13Y21K31 (0%, 13%, 21%, 31%)
(0.00 / 0.13 / 0.21 / 0.31)

CMYK percentages

%0
%13.07
%21.02
%30.98

Codes

Color #B0998B in popluar color models

B0 99 8B
RGB 176 153 139
HSL 23° 18.97% 61.76%
HSB/HSV 23° 21.02% 69.02%
CMYK 0.00% 13.07% 21.02%
30.98%

Color #B0998B in popluar number systems.

HEX B0 99 8B
Decimal 176 153 139
Binary 10110000 10011001 10001011
Octal 260 231 213

Shades and tints

Shades of #B0998B

#B0998B
(176,153,139)
#A08C7F
(160,140,127)
#907F73
(144,127,115)
#807267
(128,114,103)
#70655B
(112,101,91)
#60584F
(96,88,79)
#504B43
(80,75,67)
#403E37
(64,62,55)
#30312B
(48,49,43)
#20241F
(32,36,31)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0998B

#B0998B
(176,153,139)
#B7A295
(183,162,149)
#BEAB9F
(190,171,159)
#C5B4A9
(197,180,169)
#CCBDB3
(204,189,179)
#D3C6BD
(211,198,189)
#DACFC7
(218,207,199)
#E1D8D1
(225,216,209)
#E8E1DB
(232,225,219)
#EFEAE5
(239,234,229)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0998B; }

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

This text font color is #B0998B.

Background Color

.myBgColor { background-color: #B0998B; }

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

This div background color is #B0998B.

Border color

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

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

This div border color is #B0998B.

Opacity

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

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

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

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

This text has shadow with #B0998B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0998B.

Preview

Color preview on black background

This text has color #B0998B on black background.


Color preview on white background

This text has color #B0998B on white background.


Black color preview on #B0998B background

This text has black color on #B0998B background.


White color preview on #B0998B background

This text has white color on #B0998B background.


Related colors

Complementary color

Complementary color for #hex is #4F6674.


I love getcolorcode.com

Triadic colors

1 #8BB099 and #998BB0 with #B0998B are triadic colors.

2 #8B99B0 and #99B08B with #B0998B are triadic colors.