COLOR #B9A4BF

HEX: #B9A4BF
RGB: (185,164,191)

Color info

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

RGB color model

#B9A4BF color RGB value is (185,164,191).

  • red value is 185;
  • green value is 164;
  • blue value is 191.
RGB: (185,164,191) (73%,64%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 164 of 255 = 64%
B 191 of 255 = 75%

185
164
191

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

Portions of RGB colors in percentages

R + G + B =
185 + 164 + 191 = 540 (100%)
R 185 of 540 ~ 34.26%
G 164 of 540 ~ 30.37%
B 191 of 540 ~ 35.37%

%34.26
%30.37
%35.37

CMYK color model

#B9A4BF color CMYK value is (3,14,0,25).

  • cyan value is 3.14%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (3,14,0,25) C3M14Y0K25 (3%,14%,0%,25%) (0.03/0.14/0.00/0.25)

CMYK percentages

%3.14
%14.14
%0
%25.1

Codes

Color #B9A4BF in popluar color models

B9A4BF
RGB185164191
HSL287°17.42%69.61%
HSB/HSV287°14.14%74.90%
CMYK3.14%14.14%0.00%
25.10%

Color #B9A4BF in popluar number systems.

HEXB9A4BF
Decimal185164191
Binary101110011010010010111111
Octal271244277

Shades and tints

Shades of #B9A4BF

#B9A4BF
(185,164,191)
#A996AE
(169,150,174)
#99889D
(153,136,157)
#897A8C
(137,122,140)
#796C7B
(121,108,123)
#695E6A
(105,94,106)
#595059
(89,80,89)
#494248
(73,66,72)
#393437
(57,52,55)
#292626
(41,38,38)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9A4BF

#B9A4BF
(185,164,191)
#BFACC4
(191,172,196)
#C5B4C9
(197,180,201)
#CBBCCE
(203,188,206)
#D1C4D3
(209,196,211)
#D7CCD8
(215,204,216)
#DDD4DD
(221,212,221)
#E3DCE2
(227,220,226)
#E9E4E7
(233,228,231)
#EFECEC
(239,236,236)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A4BF color. Also use rgb(185,164,191) instead hex code.

Text Font Color

.myTextColor { color: #B9A4BF; }

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

This text font color is #B9A4BF.


Background Color

.myBgColor { background-color: #B9A4BF; }

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

This div background color is #B9A4BF.


Border color

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

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

This div border color is #B9A4BF.


Opacity

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

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

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

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

This text has shadow with #B9A4BF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B9A4BF on black background.


Color preview on white background

This text has color #B9A4BF on white background.



Black color preview on #B9A4BF background

This text has black color on #B9A4BF background.


White color preview on #B9A4BF background

This text has white color on #B9A4BF background.