COLOR #B1AB95

HEX: #B1AB95
RGB: (177,171,149)

Color info

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

RGB color model

#B1AB95 color RGB value is (177,171,149).

  • red value is 177;
  • green value is 171;
  • blue value is 149.
RGB:
(177,171,149)
(69%,67%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 149 of 255 = 58%

177
171
149

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

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 149 = 497 (100%)
R 177 of 497 ~ 35.61%
G 171 of 497 ~ 34.41%
B 149 of 497 ~ 29.98%

%35.61
%34.41
%29.98

CMYK color model

#B1AB95 color CMYK value is (0,3,16,31).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 15.82%
  • key color value is 30.59%
CMYK:
(0,3,16,31)
C0M3Y16K31 
(0%,3%,16%,31%)
(0.00/0.03/0.16/0.31)	

CMYK percentages

%0
%3.39
%15.82
%30.59

Codes

Color #B1AB95 in popluar color models

B1AB95
RGB177171149
HSL47°15.22%63.92%
HSB/HSV47°15.82%69.41%
CMYK0.00%3.39%15.82%
30.59%

Color #B1AB95 in popluar number systems.

HEXB1AB95
Decimal177171149
Binary101100011010101110010101
Octal261253225

Shades and tints

Shades of #B1AB95

#B1AB95
(177,171,149)
#A19C88
(161,156,136)
#918D7B
(145,141,123)
#817E6E
(129,126,110)
#716F61
(113,111,97)
#616054
(97,96,84)
#515147
(81,81,71)
#41423A
(65,66,58)
#31332D
(49,51,45)
#212420
(33,36,32)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1AB95

#B1AB95
(177,171,149)
#B8B29E
(184,178,158)
#BFB9A7
(191,185,167)
#C6C0B0
(198,192,176)
#CDC7B9
(205,199,185)
#D4CEC2
(212,206,194)
#DBD5CB
(219,213,203)
#E2DCD4
(226,220,212)
#E9E3DD
(233,227,221)
#F0EAE6
(240,234,230)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AB95 color. Also use rgb(177,171,149) instead hex code.

Text Font Color

.myTextColor { color: #B1AB95; }

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

This text font color is #B1AB95.


Background Color

.myBgColor { background-color: #B1AB95; }

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

This div background color is #B1AB95.


Border color

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

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

This div border color is #B1AB95.


Opacity

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

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

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

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

This text has shadow with #B1AB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AB95 on black background.


Color preview on white background

This text has color #B1AB95 on white background.



Black color preview on #B1AB95 background

This text has black color on #B1AB95 background.


White color preview on #B1AB95 background

This text has white color on #B1AB95 background.