COLOR #B9ABBF

HEX: #B9ABBF
RGB: (185,171,191)

Color info

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

RGB color model

#B9ABBF color RGB value is (185,171,191).

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

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 191 of 255 = 75%

185
171
191

R + G + B ~ 72%. #B9ABBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 191 = 547 (100%)
R 185 of 547 ~ 33.82%
G 171 of 547 ~ 31.26%
B 191 of 547 ~ 34.92%

%33.82
%31.26
%34.92

CMYK color model

#B9ABBF color CMYK value is (3,10,0,25).

  • cyan value is 3.14%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(3,10,0,25)
C3M10Y0K25 
(3%,10%,0%,25%)
(0.03/0.10/0.00/0.25)	

CMYK percentages

%3.14
%10.47
%0
%25.1

Codes

Color #B9ABBF in popluar color models

B9ABBF
RGB185171191
HSL282°13.51%70.98%
HSB/HSV282°10.47%74.90%
CMYK3.14%10.47%0.00%
25.10%

Color #B9ABBF in popluar number systems.

HEXB9ABBF
Decimal185171191
Binary101110011010101110111111
Octal271253277

Shades and tints

Shades of #B9ABBF

#B9ABBF
(185,171,191)
#A99CAE
(169,156,174)
#998D9D
(153,141,157)
#897E8C
(137,126,140)
#796F7B
(121,111,123)
#69606A
(105,96,106)
#595159
(89,81,89)
#494248
(73,66,72)
#393337
(57,51,55)
#292426
(41,36,38)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9ABBF

#B9ABBF
(185,171,191)
#BFB2C4
(191,178,196)
#C5B9C9
(197,185,201)
#CBC0CE
(203,192,206)
#D1C7D3
(209,199,211)
#D7CED8
(215,206,216)
#DDD5DD
(221,213,221)
#E3DCE2
(227,220,226)
#E9E3E7
(233,227,231)
#EFEAEC
(239,234,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABBF; }

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

This text font color is #B9ABBF.


Background Color

.myBgColor { background-color: #B9ABBF; }

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

This div background color is #B9ABBF.


Border color

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

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

This div border color is #B9ABBF.


Opacity

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

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

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

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

This text has shadow with #B9ABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ABBF on black background.


Color preview on white background

This text has color #B9ABBF on white background.



Black color preview on #B9ABBF background

This text has black color on #B9ABBF background.


White color preview on #B9ABBF background

This text has white color on #B9ABBF background.