COLOR #B1AB98

HEX: #B1AB98
RGB: (177,171,152)

Color info

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

RGB color model

#B1AB98 color RGB value is (177,171,152).

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

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 152 of 255 = 60%

177
171
152

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

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 152 = 500 (100%)
R 177 of 500 ~ 35.4%
G 171 of 500 ~ 34.2%
B 152 of 500 ~ 30.4%

%35.4
%34.2
%30.4

CMYK color model

#B1AB98 color CMYK value is (0,3,14,31).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(0,3,14,31)
C0M3Y14K31 
(0%,3%,14%,31%)
(0.00/0.03/0.14/0.31)	

CMYK percentages

%0
%3.39
%14.12
%30.59

Codes

Color #B1AB98 in popluar color models

B1AB98
RGB177171152
HSL46°13.81%64.51%
HSB/HSV46°14.12%69.41%
CMYK0.00%3.39%14.12%
30.59%

Color #B1AB98 in popluar number systems.

HEXB1AB98
Decimal177171152
Binary101100011010101110011000
Octal261253230

Shades and tints

Shades of #B1AB98

#B1AB98
(177,171,152)
#A19C8B
(161,156,139)
#918D7E
(145,141,126)
#817E71
(129,126,113)
#716F64
(113,111,100)
#616057
(97,96,87)
#51514A
(81,81,74)
#41423D
(65,66,61)
#313330
(49,51,48)
#212423
(33,36,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #B1AB98

#B1AB98
(177,171,152)
#B8B2A1
(184,178,161)
#BFB9AA
(191,185,170)
#C6C0B3
(198,192,179)
#CDC7BC
(205,199,188)
#D4CEC5
(212,206,197)
#DBD5CE
(219,213,206)
#E2DCD7
(226,220,215)
#E9E3E0
(233,227,224)
#F0EAE9
(240,234,233)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AB98; }

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

This text font color is #B1AB98.


Background Color

.myBgColor { background-color: #B1AB98; }

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

This div background color is #B1AB98.


Border color

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

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

This div border color is #B1AB98.


Opacity

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

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

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

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

This text has shadow with #B1AB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AB98 on black background.


Color preview on white background

This text has color #B1AB98 on white background.



Black color preview on #B1AB98 background

This text has black color on #B1AB98 background.


White color preview on #B1AB98 background

This text has white color on #B1AB98 background.