COLOR #B4B1BF

HEX: #B4B1BF RGB: (180,177,191)

Color info

#B4B1BF contains red, green and blue colors in about the same proportion. Web safe color of #B4B1BF is #CC99CC (or #C9C).

RGB color model

#B4B1BF color RGB value is (180,177,191).

RGB: (180,177,191) (71%, 69%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 177 of 255 = 69%
B 191 of 255 = 75%

180
177
191

R + G + B ~ 72%. #B4B1BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 177 + 191 = 548 (100%)
R 180 of 548 ~ 32.85%
G 177 of 548 ~ 32.3%
B 191 of 548 ~ 34.85'%

%32.85
%32.3
%34.85

CMYK color model

#B4B1BF color CMYK value is (6,7,0,25).

  • cyan value is 5.76%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (6,7,0,25)
C6M7Y0K25 (6%, 7%, 0%, 25%)
(0.06 / 0.07 / 0.00 / 0.25)

CMYK percentages

%5.76
%7.33
%0
%25.1

Codes

Color #B4B1BF in popluar color models

B4 B1 BF
RGB 180 177 191
HSL 253° 9.86% 72.16%
HSB/HSV 253° 7.33% 74.90%
CMYK 5.76% 7.33% 0.00%
25.10%

Color #B4B1BF in popluar number systems.

HEX B4 B1 BF
Decimal 180 177 191
Binary 10110100 10110001 10111111
Octal 264 261 277

Shades and tints

Shades of #B4B1BF

#B4B1BF
(180,177,191)
#A4A1AE
(164,161,174)
#94919D
(148,145,157)
#84818C
(132,129,140)
#74717B
(116,113,123)
#64616A
(100,97,106)
#545159
(84,81,89)
#444148
(68,65,72)
#343137
(52,49,55)
#242126
(36,33,38)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #B4B1BF

#B4B1BF
(180,177,191)
#BAB8C4
(186,184,196)
#C0BFC9
(192,191,201)
#C6C6CE
(198,198,206)
#CCCDD3
(204,205,211)
#D2D4D8
(210,212,216)
#D8DBDD
(216,219,221)
#DEE2E2
(222,226,226)
#E4E9E7
(228,233,231)
#EAF0EC
(234,240,236)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B1BF; }

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

This text font color is #B4B1BF.

Background Color

.myBgColor { background-color: #B4B1BF; }

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

This div background color is #B4B1BF.

Border color

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

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

This div border color is #B4B1BF.

Opacity

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

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

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

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

This text has shadow with #B4B1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B1BF.

Preview

Color preview on black background

This text has color #B4B1BF on black background.


Color preview on white background

This text has color #B4B1BF on white background.


Black color preview on #B4B1BF background

This text has black color on #B4B1BF background.


White color preview on #B4B1BF background

This text has white color on #B4B1BF background.


Related colors

Complementary color

Complementary color for #hex is #4B4E40.


I love getcolorcode.com

Triadic colors

1 #BFB4B1 and #B1BFB4 with #B4B1BF are triadic colors.

2 #BFB1B4 and #B1B4BF with #B4B1BF are triadic colors.