COLOR #B1A9BF

HEX: #B1A9BF RGB: (177,169,191)

Color info

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

RGB color model

#B1A9BF color RGB value is (177,169,191).

RGB: (177,169,191) (69%, 66%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 169 of 255 = 66%
B 191 of 255 = 75%

177
169
191

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

Portions of RGB colors in percentages

R + G + B = 177 + 169 + 191 = 537 (100%)
R 177 of 537 ~ 32.96%
G 169 of 537 ~ 31.47%
B 191 of 537 ~ 35.57'%

%32.96
%31.47
%35.57

CMYK color model

#B1A9BF color CMYK value is (7,12,0,25).

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

CMYK: (7,12,0,25)
C7M12Y0K25 (7%, 12%, 0%, 25%)
(0.07 / 0.12 / 0.00 / 0.25)

CMYK percentages

%7.33
%11.52
%0
%25.1

Codes

Color #B1A9BF in popluar color models

B1 A9 BF
RGB 177 169 191
HSL 262° 14.67% 70.59%
HSB/HSV 262° 11.52% 74.90%
CMYK 7.33% 11.52% 0.00%
25.10%

Color #B1A9BF in popluar number systems.

HEX B1 A9 BF
Decimal 177 169 191
Binary 10110001 10101001 10111111
Octal 261 251 277

Shades and tints

Shades of #B1A9BF

#B1A9BF
(177,169,191)
#A19AAE
(161,154,174)
#918B9D
(145,139,157)
#817C8C
(129,124,140)
#716D7B
(113,109,123)
#615E6A
(97,94,106)
#514F59
(81,79,89)
#414048
(65,64,72)
#313137
(49,49,55)
#212226
(33,34,38)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #B1A9BF

#B1A9BF
(177,169,191)
#B8B0C4
(184,176,196)
#BFB7C9
(191,183,201)
#C6BECE
(198,190,206)
#CDC5D3
(205,197,211)
#D4CCD8
(212,204,216)
#DBD3DD
(219,211,221)
#E2DAE2
(226,218,226)
#E9E1E7
(233,225,231)
#F0E8EC
(240,232,236)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A9BF; }

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

This text font color is #B1A9BF.

Background Color

.myBgColor { background-color: #B1A9BF; }

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

This div background color is #B1A9BF.

Border color

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

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

This div border color is #B1A9BF.

Opacity

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

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

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

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

This text has shadow with #B1A9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A9BF.

Preview

Color preview on black background

This text has color #B1A9BF on black background.


Color preview on white background

This text has color #B1A9BF on white background.


Black color preview on #B1A9BF background

This text has black color on #B1A9BF background.


White color preview on #B1A9BF background

This text has white color on #B1A9BF background.


Related colors

Complementary color

Complementary color for #hex is #4E5640.


I love getcolorcode.com

Triadic colors

1 #BFB1A9 and #A9BFB1 with #B1A9BF are triadic colors.

2 #BFA9B1 and #A9B1BF with #B1A9BF are triadic colors.