COLOR #B1B7AD

HEX: #B1B7AD RGB: (177,183,173)

Color info

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

RGB color model

#B1B7AD color RGB value is (177,183,173).

RGB: (177,183,173) (69%, 72%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 173 of 255 = 68%

177
183
173

R + G + B ~ 70%. #B1B7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 183 + 173 = 533 (100%)
R 177 of 533 ~ 33.21%
G 183 of 533 ~ 34.33%
B 173 of 533 ~ 32.46'%

%33.21
%34.33
%32.46

CMYK color model

#B1B7AD color CMYK value is (3,0,5,28).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%

CMYK: (3,0,5,28)
C3M0Y5K28 (3%, 0%, 5%, 28%)
(0.03 / 0.00 / 0.05 / 0.28)

CMYK percentages

%3.28
%0
%5.46
%28.24

Codes

Color #B1B7AD in popluar color models

B1 B7 AD
RGB 177 183 173
HSL 96° 6.49% 69.80%
HSB/HSV 96° 5.46% 71.76%
CMYK 3.28% 0.00% 5.46%
28.24%

Color #B1B7AD in popluar number systems.

HEX B1 B7 AD
Decimal 177 183 173
Binary 10110001 10110111 10101101
Octal 261 267 255

Shades and tints

Shades of #B1B7AD

#B1B7AD
(177,183,173)
#A1A79E
(161,167,158)
#91978F
(145,151,143)
#818780
(129,135,128)
#717771
(113,119,113)
#616762
(97,103,98)
#515753
(81,87,83)
#414744
(65,71,68)
#313735
(49,55,53)
#212726
(33,39,38)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #B1B7AD

#B1B7AD
(177,183,173)
#B8BDB4
(184,189,180)
#BFC3BB
(191,195,187)
#C6C9C2
(198,201,194)
#CDCFC9
(205,207,201)
#D4D5D0
(212,213,208)
#DBDBD7
(219,219,215)
#E2E1DE
(226,225,222)
#E9E7E5
(233,231,229)
#F0EDEC
(240,237,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B7AD; }

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

This text font color is #B1B7AD.

Background Color

.myBgColor { background-color: #B1B7AD; }

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

This div background color is #B1B7AD.

Border color

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

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

This div border color is #B1B7AD.

Opacity

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

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

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

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

This text has shadow with #B1B7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B7AD.

Preview

Color preview on black background

This text has color #B1B7AD on black background.


Color preview on white background

This text has color #B1B7AD on white background.


Black color preview on #B1B7AD background

This text has black color on #B1B7AD background.


White color preview on #B1B7AD background

This text has white color on #B1B7AD background.


Related colors

Complementary color

Complementary color for #hex is #4E4852.


I love getcolorcode.com

Triadic colors

1 #ADB1B7 and #B7ADB1 with #B1B7AD are triadic colors.

2 #ADB7B1 and #B7B1AD with #B1B7AD are triadic colors.