COLOR #B1B4AD

HEX: #B1B4AD
RGB: (177,180,173)

Color info

#B1B4AD contains red, green and blue colors in about the same proportion. Web safe color of #B1B4AD is #99CC99 (or #9C9).

RGB color model

#B1B4AD color RGB value is (177,180,173).

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

RGB channels and saturation

R 177 of 255 = 69%
G 180 of 255 = 71%
B 173 of 255 = 68%

177
180
173

R + G + B ~ 69%. #B1B4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 180 + 173 = 530 (100%)
R 177 of 530 ~ 33.4%
G 180 of 530 ~ 33.96%
B 173 of 530 ~ 32.64%

%33.4
%33.96
%32.64

CMYK color model

#B1B4AD color CMYK value is (2,0,4,29).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK:
(2,0,4,29)
C2M0Y4K29 
(2%,0%,4%,29%)
(0.02/0.00/0.04/0.29)	

CMYK percentages

%1.67
%0
%3.89
%29.41

Codes

Color #B1B4AD in popluar color models

B1B4AD
RGB177180173
HSL86°4.46%69.22%
HSB/HSV86°3.89%70.59%
CMYK1.67%0.00%3.89%
29.41%

Color #B1B4AD in popluar number systems.

HEXB1B4AD
Decimal177180173
Binary101100011011010010101101
Octal261264255

Shades and tints

Shades of #B1B4AD

#B1B4AD
(177,180,173)
#A1A49E
(161,164,158)
#91948F
(145,148,143)
#818480
(129,132,128)
#717471
(113,116,113)
#616462
(97,100,98)
#515453
(81,84,83)
#414444
(65,68,68)
#313435
(49,52,53)
#212426
(33,36,38)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #B1B4AD

#B1B4AD
(177,180,173)
#B8BAB4
(184,186,180)
#BFC0BB
(191,192,187)
#C6C6C2
(198,198,194)
#CDCCC9
(205,204,201)
#D4D2D0
(212,210,208)
#DBD8D7
(219,216,215)
#E2DEDE
(226,222,222)
#E9E4E5
(233,228,229)
#F0EAEC
(240,234,236)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B4AD; }

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

This text font color is #B1B4AD.


Background Color

.myBgColor { background-color: #B1B4AD; }

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

This div background color is #B1B4AD.


Border color

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

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

This div border color is #B1B4AD.


Opacity

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

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

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

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

This text has shadow with #B1B4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B4AD on black background.


Color preview on white background

This text has color #B1B4AD on white background.



Black color preview on #B1B4AD background

This text has black color on #B1B4AD background.


White color preview on #B1B4AD background

This text has white color on #B1B4AD background.