COLOR #B0AB98

HEX: #B0AB98
RGB: (176,171,152)

Color info

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

RGB color model

#B0AB98 color RGB value is (176,171,152).

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

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 152 of 255 = 60%

176
171
152

R + G + B ~ 65%. #B0AB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 152 = 499 (100%)
R 176 of 499 ~ 35.27%
G 171 of 499 ~ 34.27%
B 152 of 499 ~ 30.46%

%35.27
%34.27
%30.46

CMYK color model

#B0AB98 color CMYK value is (0,3,14,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 13.64%
  • key color value is 30.98%
CMYK:
(0,3,14,31)
C0M3Y14K31 
(0%,3%,14%,31%)
(0.00/0.03/0.14/0.31)	

CMYK percentages

%0
%2.84
%13.64
%30.98

Codes

Color #B0AB98 in popluar color models

B0AB98
RGB176171152
HSL48°13.19%64.31%
HSB/HSV48°13.64%69.02%
CMYK0.00%2.84%13.64%
30.98%

Color #B0AB98 in popluar number systems.

HEXB0AB98
Decimal176171152
Binary101100001010101110011000
Octal260253230

Shades and tints

Shades of #B0AB98

#B0AB98
(176,171,152)
#A09C8B
(160,156,139)
#908D7E
(144,141,126)
#807E71
(128,126,113)
#706F64
(112,111,100)
#606057
(96,96,87)
#50514A
(80,81,74)
#40423D
(64,66,61)
#303330
(48,51,48)
#202423
(32,36,35)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #B0AB98

#B0AB98
(176,171,152)
#B7B2A1
(183,178,161)
#BEB9AA
(190,185,170)
#C5C0B3
(197,192,179)
#CCC7BC
(204,199,188)
#D3CEC5
(211,206,197)
#DAD5CE
(218,213,206)
#E1DCD7
(225,220,215)
#E8E3E0
(232,227,224)
#EFEAE9
(239,234,233)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AB98; }

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

This text font color is #B0AB98.


Background Color

.myBgColor { background-color: #B0AB98; }

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

This div background color is #B0AB98.


Border color

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

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

This div border color is #B0AB98.


Opacity

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

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

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

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

This text has shadow with #B0AB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AB98 on black background.


Color preview on white background

This text has color #B0AB98 on white background.



Black color preview on #B0AB98 background

This text has black color on #B0AB98 background.


White color preview on #B0AB98 background

This text has white color on #B0AB98 background.