COLOR #B1ABAE

HEX: #B1ABAE RGB: (177,171,174)

Color info

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

RGB color model

#B1ABAE color RGB value is (177,171,174).

RGB: (177,171,174) (69%, 67%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 174 of 255 = 68%

177
171
174

R + G + B ~ 68%. #B1ABAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 171 + 174 = 522 (100%)
R 177 of 522 ~ 33.91%
G 171 of 522 ~ 32.76%
B 174 of 522 ~ 33.33'%

%33.91
%32.76
%33.33

CMYK color model

#B1ABAE color CMYK value is (0,3,2,31).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 1.69%
  • key color value is 30.59%

CMYK: (0,3,2,31)
C0M3Y2K31 (0%, 3%, 2%, 31%)
(0.00 / 0.03 / 0.02 / 0.31)

CMYK percentages

%0
%3.39
%1.69
%30.59

Codes

Color #B1ABAE in popluar color models

B1 AB AE
RGB 177 171 174
HSL 330° 3.70% 68.24%
HSB/HSV 330° 3.39% 69.41%
CMYK 0.00% 3.39% 1.69%
30.59%

Color #B1ABAE in popluar number systems.

HEX B1 AB AE
Decimal 177 171 174
Binary 10110001 10101011 10101110
Octal 261 253 256

Shades and tints

Shades of #B1ABAE

#B1ABAE
(177,171,174)
#A19C9F
(161,156,159)
#918D90
(145,141,144)
#817E81
(129,126,129)
#716F72
(113,111,114)
#616063
(97,96,99)
#515154
(81,81,84)
#414245
(65,66,69)
#313336
(49,51,54)
#212427
(33,36,39)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #B1ABAE

#B1ABAE
(177,171,174)
#B8B2B5
(184,178,181)
#BFB9BC
(191,185,188)
#C6C0C3
(198,192,195)
#CDC7CA
(205,199,202)
#D4CED1
(212,206,209)
#DBD5D8
(219,213,216)
#E2DCDF
(226,220,223)
#E9E3E6
(233,227,230)
#F0EAED
(240,234,237)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ABAE; }

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

This text font color is #B1ABAE.

Background Color

.myBgColor { background-color: #B1ABAE; }

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

This div background color is #B1ABAE.

Border color

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

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

This div border color is #B1ABAE.

Opacity

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

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

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

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

This text has shadow with #B1ABAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1ABAE.

Preview

Color preview on black background

This text has color #B1ABAE on black background.


Color preview on white background

This text has color #B1ABAE on white background.


Black color preview on #B1ABAE background

This text has black color on #B1ABAE background.


White color preview on #B1ABAE background

This text has white color on #B1ABAE background.


Related colors

Complementary color

Complementary color for #hex is #4E5451.


I love getcolorcode.com

Triadic colors

1 #AEB1AB and #ABAEB1 with #B1ABAE are triadic colors.

2 #AEABB1 and #ABB1AE with #B1ABAE are triadic colors.