COLOR #B9A1B7

HEX: #B9A1B7 RGB: (185,161,183)

Color info

#B9A1B7 contains red, green and blue colors in about the same proportion. Web safe color of #B9A1B7 is #CC99CC (or #C9C).

RGB color model

#B9A1B7 color RGB value is (185,161,183).

RGB: (185,161,183) (73%, 63%, 72%)

RGB channels and saturation

R 185 of 255 = 73%
G 161 of 255 = 63%
B 183 of 255 = 72%

185
161
183

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

Portions of RGB colors in percentages

R + G + B = 185 + 161 + 183 = 529 (100%)
R 185 of 529 ~ 34.97%
G 161 of 529 ~ 30.43%
B 183 of 529 ~ 34.59'%

%34.97
%30.43
%34.59

CMYK color model

#B9A1B7 color CMYK value is (0,13,1,27).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 1.08%
  • key color value is 27.45%

CMYK: (0,13,1,27)
C0M13Y1K27 (0%, 13%, 1%, 27%)
(0.00 / 0.13 / 0.01 / 0.27)

CMYK percentages

%0
%12.97
%1.08
%27.45

Codes

Color #B9A1B7 in popluar color models

B9 A1 B7
RGB 185 161 183
HSL 305° 14.63% 67.84%
HSB/HSV 305° 12.97% 72.55%
CMYK 0.00% 12.97% 1.08%
27.45%

Color #B9A1B7 in popluar number systems.

HEX B9 A1 B7
Decimal 185 161 183
Binary 10111001 10100001 10110111
Octal 271 241 267

Shades and tints

Shades of #B9A1B7

#B9A1B7
(185,161,183)
#A993A7
(169,147,167)
#998597
(153,133,151)
#897787
(137,119,135)
#796977
(121,105,119)
#695B67
(105,91,103)
#594D57
(89,77,87)
#493F47
(73,63,71)
#393137
(57,49,55)
#292327
(41,35,39)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9A1B7

#B9A1B7
(185,161,183)
#BFA9BD
(191,169,189)
#C5B1C3
(197,177,195)
#CBB9C9
(203,185,201)
#D1C1CF
(209,193,207)
#D7C9D5
(215,201,213)
#DDD1DB
(221,209,219)
#E3D9E1
(227,217,225)
#E9E1E7
(233,225,231)
#EFE9ED
(239,233,237)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A1B7 color. Also use rgb(185,161,183) instead hex code.

Text Font Color

.myTextColor { color: #B9A1B7; }

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

This text font color is #B9A1B7.

Background Color

.myBgColor { background-color: #B9A1B7; }

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

This div background color is #B9A1B7.

Border color

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

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

This div border color is #B9A1B7.

Opacity

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

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

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

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

This text has shadow with #B9A1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A1B7.

Preview

Color preview on black background

This text has color #B9A1B7 on black background.


Color preview on white background

This text has color #B9A1B7 on white background.


Black color preview on #B9A1B7 background

This text has black color on #B9A1B7 background.


White color preview on #B9A1B7 background

This text has white color on #B9A1B7 background.


Related colors

Complementary color

Complementary color for #hex is #465E48.


I love getcolorcode.com

Triadic colors

1 #B7B9A1 and #A1B7B9 with #B9A1B7 are triadic colors.

2 #B7A1B9 and #A1B9B7 with #B9A1B7 are triadic colors.