COLOR #B1A6BD

HEX: #B1A6BD
RGB: (177,166,189)

Color info

#B1A6BD contains red, green and blue colors in about the same proportion. Web safe color of #B1A6BD is #9999CC (or #99C).

RGB color model

#B1A6BD color RGB value is (177,166,189).

  • red value is 177;
  • green value is 166;
  • blue value is 189.
RGB:
(177,166,189)
(69%,65%,74%)

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 189 of 255 = 74%

177
166
189

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

Portions of RGB colors in percentages

R + G + B =
177 + 166 + 189 = 532 (100%)
R 177 of 532 ~ 33.27%
G 166 of 532 ~ 31.2%
B 189 of 532 ~ 35.53%

%33.27
%31.2
%35.53

CMYK color model

#B1A6BD color CMYK value is (6,12,0,26).

  • cyan value is 6.35%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,12,0,26)
C6M12Y0K26 
(6%,12%,0%,26%)
(0.06/0.12/0.00/0.26)	

CMYK percentages

%6.35
%12.17
%0
%25.88

Codes

Color #B1A6BD in popluar color models

B1A6BD
RGB177166189
HSL269°14.84%69.61%
HSB/HSV269°12.17%74.12%
CMYK6.35%12.17%0.00%
25.88%

Color #B1A6BD in popluar number systems.

HEXB1A6BD
Decimal177166189
Binary101100011010011010111101
Octal261246275

Shades and tints

Shades of #B1A6BD

#B1A6BD
(177,166,189)
#A197AC
(161,151,172)
#91889B
(145,136,155)
#81798A
(129,121,138)
#716A79
(113,106,121)
#615B68
(97,91,104)
#514C57
(81,76,87)
#413D46
(65,61,70)
#312E35
(49,46,53)
#211F24
(33,31,36)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #B1A6BD

#B1A6BD
(177,166,189)
#B8AEC3
(184,174,195)
#BFB6C9
(191,182,201)
#C6BECF
(198,190,207)
#CDC6D5
(205,198,213)
#D4CEDB
(212,206,219)
#DBD6E1
(219,214,225)
#E2DEE7
(226,222,231)
#E9E6ED
(233,230,237)
#F0EEF3
(240,238,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A6BD color. Also use rgb(177,166,189) instead hex code.

Text Font Color

.myTextColor { color: #B1A6BD; }

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

This text font color is #B1A6BD.


Background Color

.myBgColor { background-color: #B1A6BD; }

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

This div background color is #B1A6BD.


Border color

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

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

This div border color is #B1A6BD.


Opacity

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

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

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

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

This text has shadow with #B1A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A6BD on black background.


Color preview on white background

This text has color #B1A6BD on white background.



Black color preview on #B1A6BD background

This text has black color on #B1A6BD background.


White color preview on #B1A6BD background

This text has white color on #B1A6BD background.