COLOR #B1A3A0

HEX: #B1A3A0
RGB: (177,163,160)

Color info

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

RGB color model

#B1A3A0 color RGB value is (177,163,160).

  • red value is 177;
  • green value is 163;
  • blue value is 160.
RGB:
(177,163,160)
(69%,64%,63%)

RGB channels and saturation

R 177 of 255 = 69%
G 163 of 255 = 64%
B 160 of 255 = 63%

177
163
160

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

Portions of RGB colors in percentages

R + G + B =
177 + 163 + 160 = 500 (100%)
R 177 of 500 ~ 35.4%
G 163 of 500 ~ 32.6%
B 160 of 500 ~ 32%

%35.4
%32.6
%32

CMYK color model

#B1A3A0 color CMYK value is (0,8,10,31).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 9.60%
  • key color value is 30.59%
CMYK:
(0,8,10,31)
C0M8Y10K31 
(0%,8%,10%,31%)
(0.00/0.08/0.10/0.31)	

CMYK percentages

%0
%7.91
%9.6
%30.59

Codes

Color #B1A3A0 in popluar color models

B1A3A0
RGB177163160
HSL11°9.83%66.08%
HSB/HSV11°9.60%69.41%
CMYK0.00%7.91%9.60%
30.59%

Color #B1A3A0 in popluar number systems.

HEXB1A3A0
Decimal177163160
Binary101100011010001110100000
Octal261243240

Shades and tints

Shades of #B1A3A0

#B1A3A0
(177,163,160)
#A19592
(161,149,146)
#918784
(145,135,132)
#817976
(129,121,118)
#716B68
(113,107,104)
#615D5A
(97,93,90)
#514F4C
(81,79,76)
#41413E
(65,65,62)
#313330
(49,51,48)
#212522
(33,37,34)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1A3A0

#B1A3A0
(177,163,160)
#B8ABA8
(184,171,168)
#BFB3B0
(191,179,176)
#C6BBB8
(198,187,184)
#CDC3C0
(205,195,192)
#D4CBC8
(212,203,200)
#DBD3D0
(219,211,208)
#E2DBD8
(226,219,216)
#E9E3E0
(233,227,224)
#F0EBE8
(240,235,232)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A3A0 color. Also use rgb(177,163,160) instead hex code.

Text Font Color

.myTextColor { color: #B1A3A0; }

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

This text font color is #B1A3A0.


Background Color

.myBgColor { background-color: #B1A3A0; }

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

This div background color is #B1A3A0.


Border color

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

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

This div border color is #B1A3A0.


Opacity

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

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

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

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

This text has shadow with #B1A3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A3A0 on black background.


Color preview on white background

This text has color #B1A3A0 on white background.



Black color preview on #B1A3A0 background

This text has black color on #B1A3A0 background.


White color preview on #B1A3A0 background

This text has white color on #B1A3A0 background.