COLOR #B1A2B0

HEX: #B1A2B0 RGB: (177,162,176)

Color info

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

RGB color model

#B1A2B0 color RGB value is (177,162,176).

RGB: (177,162,176) (69%, 64%, 69%)

RGB channels and saturation

R 177 of 255 = 69%
G 162 of 255 = 64%
B 176 of 255 = 69%

177
162
176

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

Portions of RGB colors in percentages

R + G + B = 177 + 162 + 176 = 515 (100%)
R 177 of 515 ~ 34.37%
G 162 of 515 ~ 31.46%
B 176 of 515 ~ 34.17'%

%34.37
%31.46
%34.17

CMYK color model

#B1A2B0 color CMYK value is (0,8,1,31).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 0.56%
  • key color value is 30.59%

CMYK: (0,8,1,31)
C0M8Y1K31 (0%, 8%, 1%, 31%)
(0.00 / 0.08 / 0.01 / 0.31)

CMYK percentages

%0
%8.47
%0.56
%30.59

Codes

Color #B1A2B0 in popluar color models

B1 A2 B0
RGB 177 162 176
HSL 304° 8.77% 66.47%
HSB/HSV 304° 8.47% 69.41%
CMYK 0.00% 8.47% 0.56%
30.59%

Color #B1A2B0 in popluar number systems.

HEX B1 A2 B0
Decimal 177 162 176
Binary 10110001 10100010 10110000
Octal 261 242 260

Shades and tints

Shades of #B1A2B0

#B1A2B0
(177,162,176)
#A194A0
(161,148,160)
#918690
(145,134,144)
#817880
(129,120,128)
#716A70
(113,106,112)
#615C60
(97,92,96)
#514E50
(81,78,80)
#414040
(65,64,64)
#313230
(49,50,48)
#212420
(33,36,32)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #B1A2B0

#B1A2B0
(177,162,176)
#B8AAB7
(184,170,183)
#BFB2BE
(191,178,190)
#C6BAC5
(198,186,197)
#CDC2CC
(205,194,204)
#D4CAD3
(212,202,211)
#DBD2DA
(219,210,218)
#E2DAE1
(226,218,225)
#E9E2E8
(233,226,232)
#F0EAEF
(240,234,239)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A2B0 color. Also use rgb(177,162,176) instead hex code.

Text Font Color

.myTextColor { color: #B1A2B0; }

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

This text font color is #B1A2B0.

Background Color

.myBgColor { background-color: #B1A2B0; }

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

This div background color is #B1A2B0.

Border color

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

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

This div border color is #B1A2B0.

Opacity

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

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

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

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

This text has shadow with #B1A2B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A2B0.

Preview

Color preview on black background

This text has color #B1A2B0 on black background.


Color preview on white background

This text has color #B1A2B0 on white background.


Black color preview on #B1A2B0 background

This text has black color on #B1A2B0 background.


White color preview on #B1A2B0 background

This text has white color on #B1A2B0 background.


Related colors

Complementary color

Complementary color for #hex is #4E5D4F.


I love getcolorcode.com

Triadic colors

1 #B0B1A2 and #A2B0B1 with #B1A2B0 are triadic colors.

2 #B0A2B1 and #A2B1B0 with #B1A2B0 are triadic colors.