COLOR #B1A9BE

HEX: #B1A9BE RGB: (177,169,190)

Color info

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

RGB color model

#B1A9BE color RGB value is (177,169,190).

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

RGB channels and saturation

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

177
169
190

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

Portions of RGB colors in percentages

R + G + B = 177 + 169 + 190 = 536 (100%)
R 177 of 536 ~ 33.02%
G 169 of 536 ~ 31.53%
B 190 of 536 ~ 35.45'%

%33.02
%31.53
%35.45

CMYK color model

#B1A9BE color CMYK value is (7,11,0,25).

  • cyan value is 6.84%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,11,0,25)
C7M11Y0K25 (7%, 11%, 0%, 25%)
(0.07 / 0.11 / 0.00 / 0.25)

CMYK percentages

%6.84
%11.05
%0
%25.49

Codes

Color #B1A9BE in popluar color models

B1 A9 BE
RGB 177 169 190
HSL 263° 13.91% 70.39%
HSB/HSV 263° 11.05% 74.51%
CMYK 6.84% 11.05% 0.00%
25.49%

Color #B1A9BE in popluar number systems.

HEX B1 A9 BE
Decimal 177 169 190
Binary 10110001 10101001 10111110
Octal 261 251 276

Shades and tints

Shades of #B1A9BE

#B1A9BE
(177,169,190)
#A19AAD
(161,154,173)
#918B9C
(145,139,156)
#817C8B
(129,124,139)
#716D7A
(113,109,122)
#615E69
(97,94,105)
#514F58
(81,79,88)
#414047
(65,64,71)
#313136
(49,49,54)
#212225
(33,34,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B1A9BE

#B1A9BE
(177,169,190)
#B8B0C3
(184,176,195)
#BFB7C8
(191,183,200)
#C6BECD
(198,190,205)
#CDC5D2
(205,197,210)
#D4CCD7
(212,204,215)
#DBD3DC
(219,211,220)
#E2DAE1
(226,218,225)
#E9E1E6
(233,225,230)
#F0E8EB
(240,232,235)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A9BE; }

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

This text font color is #B1A9BE.

Background Color

.myBgColor { background-color: #B1A9BE; }

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

This div background color is #B1A9BE.

Border color

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

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

This div border color is #B1A9BE.

Opacity

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

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

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

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

This text has shadow with #B1A9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A9BE.

Preview

Color preview on black background

This text has color #B1A9BE on black background.


Color preview on white background

This text has color #B1A9BE on white background.


Black color preview on #B1A9BE background

This text has black color on #B1A9BE background.


White color preview on #B1A9BE background

This text has white color on #B1A9BE background.


Related colors

Complementary color

Complementary color for #hex is #4E5641.


I love getcolorcode.com

Triadic colors

1 #BEB1A9 and #A9BEB1 with #B1A9BE are triadic colors.

2 #BEA9B1 and #A9B1BE with #B1A9BE are triadic colors.