COLOR #B0A98D

HEX: #B0A98D
RGB: (176,169,141)

Color info

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

RGB color model

#B0A98D color RGB value is (176,169,141).

  • red value is 176;
  • green value is 169;
  • blue value is 141.
RGB:
(176,169,141)
(69%,66%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 141 of 255 = 55%

176
169
141

R + G + B ~ 63%. #B0A98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 141 = 486 (100%)
R 176 of 486 ~ 36.21%
G 169 of 486 ~ 34.77%
B 141 of 486 ~ 29.01%

%36.21
%34.77
%29.01

CMYK color model

#B0A98D color CMYK value is (0,4,20,31).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(0,4,20,31)
C0M4Y20K31 
(0%,4%,20%,31%)
(0.00/0.04/0.20/0.31)	

CMYK percentages

%0
%3.98
%19.89
%30.98

Codes

Color #B0A98D in popluar color models

B0A98D
RGB176169141
HSL48°18.13%62.16%
HSB/HSV48°19.89%69.02%
CMYK0.00%3.98%19.89%
30.98%

Color #B0A98D in popluar number systems.

HEXB0A98D
Decimal176169141
Binary101100001010100110001101
Octal260251215

Shades and tints

Shades of #B0A98D

#B0A98D
(176,169,141)
#A09A81
(160,154,129)
#908B75
(144,139,117)
#807C69
(128,124,105)
#706D5D
(112,109,93)
#605E51
(96,94,81)
#504F45
(80,79,69)
#404039
(64,64,57)
#30312D
(48,49,45)
#202221
(32,34,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0A98D

#B0A98D
(176,169,141)
#B7B097
(183,176,151)
#BEB7A1
(190,183,161)
#C5BEAB
(197,190,171)
#CCC5B5
(204,197,181)
#D3CCBF
(211,204,191)
#DAD3C9
(218,211,201)
#E1DAD3
(225,218,211)
#E8E1DD
(232,225,221)
#EFE8E7
(239,232,231)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A98D color. Also use rgb(176,169,141) instead hex code.

Text Font Color

.myTextColor { color: #B0A98D; }

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

This text font color is #B0A98D.


Background Color

.myBgColor { background-color: #B0A98D; }

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

This div background color is #B0A98D.


Border color

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

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

This div border color is #B0A98D.


Opacity

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

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

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

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

This text has shadow with #B0A98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A98D on black background.


Color preview on white background

This text has color #B0A98D on white background.



Black color preview on #B0A98D background

This text has black color on #B0A98D background.


White color preview on #B0A98D background

This text has white color on #B0A98D background.