COLOR #B1A1AD

HEX: #B1A1AD
RGB: (177,161,173)

Color info

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

RGB color model

#B1A1AD color RGB value is (177,161,173).

  • red value is 177;
  • green value is 161;
  • blue value is 173.
RGB:
(177,161,173)
(69%,63%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 161 of 255 = 63%
B 173 of 255 = 68%

177
161
173

R + G + B ~ 67%. #B1A1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 161 + 173 = 511 (100%)
R 177 of 511 ~ 34.64%
G 161 of 511 ~ 31.51%
B 173 of 511 ~ 33.86%

%34.64
%31.51
%33.86

CMYK color model

#B1A1AD color CMYK value is (0,9,2,31).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 2.26%
  • key color value is 30.59%
CMYK:
(0,9,2,31)
C0M9Y2K31 
(0%,9%,2%,31%)
(0.00/0.09/0.02/0.31)	

CMYK percentages

%0
%9.04
%2.26
%30.59

Codes

Color #B1A1AD in popluar color models

B1A1AD
RGB177161173
HSL315°9.30%66.27%
HSB/HSV315°9.04%69.41%
CMYK0.00%9.04%2.26%
30.59%

Color #B1A1AD in popluar number systems.

HEXB1A1AD
Decimal177161173
Binary101100011010000110101101
Octal261241255

Shades and tints

Shades of #B1A1AD

#B1A1AD
(177,161,173)
#A1939E
(161,147,158)
#91858F
(145,133,143)
#817780
(129,119,128)
#716971
(113,105,113)
#615B62
(97,91,98)
#514D53
(81,77,83)
#413F44
(65,63,68)
#313135
(49,49,53)
#212326
(33,35,38)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #B1A1AD

#B1A1AD
(177,161,173)
#B8A9B4
(184,169,180)
#BFB1BB
(191,177,187)
#C6B9C2
(198,185,194)
#CDC1C9
(205,193,201)
#D4C9D0
(212,201,208)
#DBD1D7
(219,209,215)
#E2D9DE
(226,217,222)
#E9E1E5
(233,225,229)
#F0E9EC
(240,233,236)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A1AD color. Also use rgb(177,161,173) instead hex code.

Text Font Color

.myTextColor { color: #B1A1AD; }

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

This text font color is #B1A1AD.


Background Color

.myBgColor { background-color: #B1A1AD; }

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

This div background color is #B1A1AD.


Border color

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

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

This div border color is #B1A1AD.


Opacity

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

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

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

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

This text has shadow with #B1A1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A1AD on black background.


Color preview on white background

This text has color #B1A1AD on white background.



Black color preview on #B1A1AD background

This text has black color on #B1A1AD background.


White color preview on #B1A1AD background

This text has white color on #B1A1AD background.