COLOR #B1A097

HEX: #B1A097
RGB: (177,160,151)

Color info

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

RGB color model

#B1A097 color RGB value is (177,160,151).

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

RGB channels and saturation

R 177 of 255 = 69%
G 160 of 255 = 63%
B 151 of 255 = 59%

177
160
151

R + G + B ~ 64%. #B1A097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 160 + 151 = 488 (100%)
R 177 of 488 ~ 36.27%
G 160 of 488 ~ 32.79%
B 151 of 488 ~ 30.94%

%36.27
%32.79
%30.94

CMYK color model

#B1A097 color CMYK value is (0,10,15,31).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK:
(0,10,15,31)
C0M10Y15K31 
(0%,10%,15%,31%)
(0.00/0.10/0.15/0.31)	

CMYK percentages

%0
%9.6
%14.69
%30.59

Codes

Color #B1A097 in popluar color models

B1A097
RGB177160151
HSL21°14.29%64.31%
HSB/HSV21°14.69%69.41%
CMYK0.00%9.60%14.69%
30.59%

Color #B1A097 in popluar number systems.

HEXB1A097
Decimal177160151
Binary101100011010000010010111
Octal261240227

Shades and tints

Shades of #B1A097

#B1A097
(177,160,151)
#A1928A
(161,146,138)
#91847D
(145,132,125)
#817670
(129,118,112)
#716863
(113,104,99)
#615A56
(97,90,86)
#514C49
(81,76,73)
#413E3C
(65,62,60)
#31302F
(49,48,47)
#212222
(33,34,34)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1A097

#B1A097
(177,160,151)
#B8A8A0
(184,168,160)
#BFB0A9
(191,176,169)
#C6B8B2
(198,184,178)
#CDC0BB
(205,192,187)
#D4C8C4
(212,200,196)
#DBD0CD
(219,208,205)
#E2D8D6
(226,216,214)
#E9E0DF
(233,224,223)
#F0E8E8
(240,232,232)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A097; }

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

This text font color is #B1A097.


Background Color

.myBgColor { background-color: #B1A097; }

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

This div background color is #B1A097.


Border color

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

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

This div border color is #B1A097.


Opacity

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

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

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

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

This text has shadow with #B1A097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A097 on black background.


Color preview on white background

This text has color #B1A097 on white background.



Black color preview on #B1A097 background

This text has black color on #B1A097 background.


White color preview on #B1A097 background

This text has white color on #B1A097 background.