COLOR #B9A9BE

HEX: #B9A9BE
RGB: (185,169,190)

Color info

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

RGB color model

#B9A9BE color RGB value is (185,169,190).

  • red value is 185;
  • green value is 169;
  • blue value is 190.
RGB:
(185,169,190)
(73%,66%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 169 of 255 = 66%
B 190 of 255 = 75%

185
169
190

R + G + B ~ 71%. #B9A9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 169 + 190 = 544 (100%)
R 185 of 544 ~ 34.01%
G 169 of 544 ~ 31.07%
B 190 of 544 ~ 34.93%

%34.01
%31.07
%34.93

CMYK color model

#B9A9BE color CMYK value is (3,11,0,25).

  • cyan value is 2.63%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(3,11,0,25)
C3M11Y0K25 
(3%,11%,0%,25%)
(0.03/0.11/0.00/0.25)	

CMYK percentages

%2.63
%11.05
%0
%25.49

Codes

Color #B9A9BE in popluar color models

B9A9BE
RGB185169190
HSL286°13.91%70.39%
HSB/HSV286°11.05%74.51%
CMYK2.63%11.05%0.00%
25.49%

Color #B9A9BE in popluar number systems.

HEXB9A9BE
Decimal185169190
Binary101110011010100110111110
Octal271251276

Shades and tints

Shades of #B9A9BE

#B9A9BE
(185,169,190)
#A99AAD
(169,154,173)
#998B9C
(153,139,156)
#897C8B
(137,124,139)
#796D7A
(121,109,122)
#695E69
(105,94,105)
#594F58
(89,79,88)
#494047
(73,64,71)
#393136
(57,49,54)
#292225
(41,34,37)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B9A9BE

#B9A9BE
(185,169,190)
#BFB0C3
(191,176,195)
#C5B7C8
(197,183,200)
#CBBECD
(203,190,205)
#D1C5D2
(209,197,210)
#D7CCD7
(215,204,215)
#DDD3DC
(221,211,220)
#E3DAE1
(227,218,225)
#E9E1E6
(233,225,230)
#EFE8EB
(239,232,235)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A9BE; }

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

This text font color is #B9A9BE.


Background Color

.myBgColor { background-color: #B9A9BE; }

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

This div background color is #B9A9BE.


Border color

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

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

This div border color is #B9A9BE.


Opacity

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

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

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

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

This text has shadow with #B9A9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A9BE on black background.


Color preview on white background

This text has color #B9A9BE on white background.



Black color preview on #B9A9BE background

This text has black color on #B9A9BE background.


White color preview on #B9A9BE background

This text has white color on #B9A9BE background.