COLOR #B1A6BF

HEX: #B1A6BF
RGB: (177,166,191)

Color info

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

RGB color model

#B1A6BF color RGB value is (177,166,191).

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

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 191 of 255 = 75%

177
166
191

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

Portions of RGB colors in percentages

R + G + B =
177 + 166 + 191 = 534 (100%)
R 177 of 534 ~ 33.15%
G 166 of 534 ~ 31.09%
B 191 of 534 ~ 35.77%

%33.15
%31.09
%35.77

CMYK color model

#B1A6BF color CMYK value is (7,13,0,25).

  • cyan value is 7.33%
  • magenta value is 13.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(7,13,0,25)
C7M13Y0K25 
(7%,13%,0%,25%)
(0.07/0.13/0.00/0.25)	

CMYK percentages

%7.33
%13.09
%0
%25.1

Codes

Color #B1A6BF in popluar color models

B1A6BF
RGB177166191
HSL266°16.34%70.00%
HSB/HSV266°13.09%74.90%
CMYK7.33%13.09%0.00%
25.10%

Color #B1A6BF in popluar number systems.

HEXB1A6BF
Decimal177166191
Binary101100011010011010111111
Octal261246277

Shades and tints

Shades of #B1A6BF

#B1A6BF
(177,166,191)
#A197AE
(161,151,174)
#91889D
(145,136,157)
#81798C
(129,121,140)
#716A7B
(113,106,123)
#615B6A
(97,91,106)
#514C59
(81,76,89)
#413D48
(65,61,72)
#312E37
(49,46,55)
#211F26
(33,31,38)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B1A6BF

#B1A6BF
(177,166,191)
#B8AEC4
(184,174,196)
#BFB6C9
(191,182,201)
#C6BECE
(198,190,206)
#CDC6D3
(205,198,211)
#D4CED8
(212,206,216)
#DBD6DD
(219,214,221)
#E2DEE2
(226,222,226)
#E9E6E7
(233,230,231)
#F0EEEC
(240,238,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A6BF; }

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

This text font color is #B1A6BF.


Background Color

.myBgColor { background-color: #B1A6BF; }

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

This div background color is #B1A6BF.


Border color

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

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

This div border color is #B1A6BF.


Opacity

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

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

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

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

This text has shadow with #B1A6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A6BF on black background.


Color preview on white background

This text has color #B1A6BF on white background.



Black color preview on #B1A6BF background

This text has black color on #B1A6BF background.


White color preview on #B1A6BF background

This text has white color on #B1A6BF background.