COLOR #B0A688

HEX: #B0A688
RGB: (176,166,136)

Color info

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

RGB color model

#B0A688 color RGB value is (176,166,136).

  • red value is 176;
  • green value is 166;
  • blue value is 136.
RGB:
(176,166,136)
(69%,65%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 166 of 255 = 65%
B 136 of 255 = 53%

176
166
136

R + G + B ~ 62%. #B0A688 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 166 + 136 = 478 (100%)
R 176 of 478 ~ 36.82%
G 166 of 478 ~ 34.73%
B 136 of 478 ~ 28.45%

%36.82
%34.73
%28.45

CMYK color model

#B0A688 color CMYK value is (0,6,23,31).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(0,6,23,31)
C0M6Y23K31 
(0%,6%,23%,31%)
(0.00/0.06/0.23/0.31)	

CMYK percentages

%0
%5.68
%22.73
%30.98

Codes

Color #B0A688 in popluar color models

B0A688
RGB176166136
HSL45°20.20%61.18%
HSB/HSV45°22.73%69.02%
CMYK0.00%5.68%22.73%
30.98%

Color #B0A688 in popluar number systems.

HEXB0A688
Decimal176166136
Binary101100001010011010001000
Octal260246210

Shades and tints

Shades of #B0A688

#B0A688
(176,166,136)
#A0977C
(160,151,124)
#908870
(144,136,112)
#807964
(128,121,100)
#706A58
(112,106,88)
#605B4C
(96,91,76)
#504C40
(80,76,64)
#403D34
(64,61,52)
#302E28
(48,46,40)
#201F1C
(32,31,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #B0A688

#B0A688
(176,166,136)
#B7AE92
(183,174,146)
#BEB69C
(190,182,156)
#C5BEA6
(197,190,166)
#CCC6B0
(204,198,176)
#D3CEBA
(211,206,186)
#DAD6C4
(218,214,196)
#E1DECE
(225,222,206)
#E8E6D8
(232,230,216)
#EFEEE2
(239,238,226)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A688 color. Also use rgb(176,166,136) instead hex code.

Text Font Color

.myTextColor { color: #B0A688; }

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

This text font color is #B0A688.


Background Color

.myBgColor { background-color: #B0A688; }

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

This div background color is #B0A688.


Border color

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

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

This div border color is #B0A688.


Opacity

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

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

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

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

This text has shadow with #B0A688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A688 on black background.


Color preview on white background

This text has color #B0A688 on white background.



Black color preview on #B0A688 background

This text has black color on #B0A688 background.


White color preview on #B0A688 background

This text has white color on #B0A688 background.