COLOR #B5A9BF

HEX: #B5A9BF
RGB: (181,169,191)

Color info

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

RGB color model

#B5A9BF color RGB value is (181,169,191).

  • red value is 181;
  • green value is 169;
  • blue value is 191.
RGB:
(181,169,191)
(71%,66%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 191 of 255 = 75%

181
169
191

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

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 191 = 541 (100%)
R 181 of 541 ~ 33.46%
G 169 of 541 ~ 31.24%
B 191 of 541 ~ 35.3%

%33.46
%31.24
%35.3

CMYK color model

#B5A9BF color CMYK value is (5,12,0,25).

  • cyan value is 5.24%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,12,0,25)
C5M12Y0K25 
(5%,12%,0%,25%)
(0.05/0.12/0.00/0.25)	

CMYK percentages

%5.24
%11.52
%0
%25.1

Codes

Color #B5A9BF in popluar color models

B5A9BF
RGB181169191
HSL273°14.67%70.59%
HSB/HSV273°11.52%74.90%
CMYK5.24%11.52%0.00%
25.10%

Color #B5A9BF in popluar number systems.

HEXB5A9BF
Decimal181169191
Binary101101011010100110111111
Octal265251277

Shades and tints

Shades of #B5A9BF

#B5A9BF
(181,169,191)
#A59AAE
(165,154,174)
#958B9D
(149,139,157)
#857C8C
(133,124,140)
#756D7B
(117,109,123)
#655E6A
(101,94,106)
#554F59
(85,79,89)
#454048
(69,64,72)
#353137
(53,49,55)
#252226
(37,34,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B5A9BF

#B5A9BF
(181,169,191)
#BBB0C4
(187,176,196)
#C1B7C9
(193,183,201)
#C7BECE
(199,190,206)
#CDC5D3
(205,197,211)
#D3CCD8
(211,204,216)
#D9D3DD
(217,211,221)
#DFDAE2
(223,218,226)
#E5E1E7
(229,225,231)
#EBE8EC
(235,232,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A9BF color. Also use rgb(181,169,191) instead hex code.

Text Font Color

.myTextColor { color: #B5A9BF; }

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

This text font color is #B5A9BF.


Background Color

.myBgColor { background-color: #B5A9BF; }

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

This div background color is #B5A9BF.


Border color

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

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

This div border color is #B5A9BF.


Opacity

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

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

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

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

This text has shadow with #B5A9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A9BF on black background.


Color preview on white background

This text has color #B5A9BF on white background.



Black color preview on #B5A9BF background

This text has black color on #B5A9BF background.


White color preview on #B5A9BF background

This text has white color on #B5A9BF background.