COLOR #B0A39E

HEX: #B0A39E
RGB: (176,163,158)

Color info

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

RGB color model

#B0A39E color RGB value is (176,163,158).

  • red value is 176;
  • green value is 163;
  • blue value is 158.
RGB:
(176,163,158)
(69%,64%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 158 of 255 = 62%

176
163
158

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

Portions of RGB colors in percentages

R + G + B =
176 + 163 + 158 = 497 (100%)
R 176 of 497 ~ 35.41%
G 163 of 497 ~ 32.8%
B 158 of 497 ~ 31.79%

%35.41
%32.8
%31.79

CMYK color model

#B0A39E color CMYK value is (0,7,10,31).

  • cyan value is 0.00%
  • magenta value is 7.39%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(0,7,10,31)
C0M7Y10K31 
(0%,7%,10%,31%)
(0.00/0.07/0.10/0.31)	

CMYK percentages

%0
%7.39
%10.23
%30.98

Codes

Color #B0A39E in popluar color models

B0A39E
RGB176163158
HSL17°10.23%65.49%
HSB/HSV17°10.23%69.02%
CMYK0.00%7.39%10.23%
30.98%

Color #B0A39E in popluar number systems.

HEXB0A39E
Decimal176163158
Binary101100001010001110011110
Octal260243236

Shades and tints

Shades of #B0A39E

#B0A39E
(176,163,158)
#A09590
(160,149,144)
#908782
(144,135,130)
#807974
(128,121,116)
#706B66
(112,107,102)
#605D58
(96,93,88)
#504F4A
(80,79,74)
#40413C
(64,65,60)
#30332E
(48,51,46)
#202520
(32,37,32)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #B0A39E

#B0A39E
(176,163,158)
#B7ABA6
(183,171,166)
#BEB3AE
(190,179,174)
#C5BBB6
(197,187,182)
#CCC3BE
(204,195,190)
#D3CBC6
(211,203,198)
#DAD3CE
(218,211,206)
#E1DBD6
(225,219,214)
#E8E3DE
(232,227,222)
#EFEBE6
(239,235,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A39E color. Also use rgb(176,163,158) instead hex code.

Text Font Color

.myTextColor { color: #B0A39E; }

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

This text font color is #B0A39E.


Background Color

.myBgColor { background-color: #B0A39E; }

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

This div background color is #B0A39E.


Border color

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

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

This div border color is #B0A39E.


Opacity

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

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

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

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

This text has shadow with #B0A39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A39E on black background.


Color preview on white background

This text has color #B0A39E on white background.



Black color preview on #B0A39E background

This text has black color on #B0A39E background.


White color preview on #B0A39E background

This text has white color on #B0A39E background.