COLOR #B0B998

HEX: #B0B998
RGB: (176,185,152)

Color info

#B0B998 contains red, green and blue colors in about the same proportion. Web safe color of #B0B998 is #99CC99 (or #9C9).

RGB color model

#B0B998 color RGB value is (176,185,152).

  • red value is 176;
  • green value is 185;
  • blue value is 152.
RGB:
(176,185,152)
(69%,73%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 152 of 255 = 60%

176
185
152

R + G + B ~ 67%. #B0B998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 152 = 513 (100%)
R 176 of 513 ~ 34.31%
G 185 of 513 ~ 36.06%
B 152 of 513 ~ 29.63%

%34.31
%36.06
%29.63

CMYK color model

#B0B998 color CMYK value is (5,0,18,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 27.45%
CMYK:
(5,0,18,27)
C5M0Y18K27 
(5%,0%,18%,27%)
(0.05/0.00/0.18/0.27)	

CMYK percentages

%4.86
%0
%17.84
%27.45

Codes

Color #B0B998 in popluar color models

B0B998
RGB176185152
HSL76°19.08%66.08%
HSB/HSV76°17.84%72.55%
CMYK4.86%0.00%17.84%
27.45%

Color #B0B998 in popluar number systems.

HEXB0B998
Decimal176185152
Binary101100001011100110011000
Octal260271230

Shades and tints

Shades of #B0B998

#B0B998
(176,185,152)
#A0A98B
(160,169,139)
#90997E
(144,153,126)
#808971
(128,137,113)
#707964
(112,121,100)
#606957
(96,105,87)
#50594A
(80,89,74)
#40493D
(64,73,61)
#303930
(48,57,48)
#202923
(32,41,35)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #B0B998

#B0B998
(176,185,152)
#B7BFA1
(183,191,161)
#BEC5AA
(190,197,170)
#C5CBB3
(197,203,179)
#CCD1BC
(204,209,188)
#D3D7C5
(211,215,197)
#DADDCE
(218,221,206)
#E1E3D7
(225,227,215)
#E8E9E0
(232,233,224)
#EFEFE9
(239,239,233)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B998 color. Also use rgb(176,185,152) instead hex code.

Text Font Color

.myTextColor { color: #B0B998; }

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

This text font color is #B0B998.


Background Color

.myBgColor { background-color: #B0B998; }

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

This div background color is #B0B998.


Border color

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

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

This div border color is #B0B998.


Opacity

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

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

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

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

This text has shadow with #B0B998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B998 on black background.


Color preview on white background

This text has color #B0B998 on white background.



Black color preview on #B0B998 background

This text has black color on #B0B998 background.


White color preview on #B0B998 background

This text has white color on #B0B998 background.