COLOR #B5A8BF

HEX: #B5A8BF
RGB: (181,168,191)

Color info

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

RGB color model

#B5A8BF color RGB value is (181,168,191).

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

RGB channels and saturation

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

181
168
191

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

Portions of RGB colors in percentages

R + G + B =
181 + 168 + 191 = 540 (100%)
R 181 of 540 ~ 33.52%
G 168 of 540 ~ 31.11%
B 191 of 540 ~ 35.37%

%33.52
%31.11
%35.37

CMYK color model

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

  • cyan value is 5.24%
  • magenta value is 12.04%
  • 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
%12.04
%0
%25.1

Codes

Color #B5A8BF in popluar color models

B5A8BF
RGB181168191
HSL274°15.23%70.39%
HSB/HSV274°12.04%74.90%
CMYK5.24%12.04%0.00%
25.10%

Color #B5A8BF in popluar number systems.

HEXB5A8BF
Decimal181168191
Binary101101011010100010111111
Octal265250277

Shades and tints

Shades of #B5A8BF

#B5A8BF
(181,168,191)
#A599AE
(165,153,174)
#958A9D
(149,138,157)
#857B8C
(133,123,140)
#756C7B
(117,108,123)
#655D6A
(101,93,106)
#554E59
(85,78,89)
#453F48
(69,63,72)
#353037
(53,48,55)
#252126
(37,33,38)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #B5A8BF

#B5A8BF
(181,168,191)
#BBAFC4
(187,175,196)
#C1B6C9
(193,182,201)
#C7BDCE
(199,189,206)
#CDC4D3
(205,196,211)
#D3CBD8
(211,203,216)
#D9D2DD
(217,210,221)
#DFD9E2
(223,217,226)
#E5E0E7
(229,224,231)
#EBE7EC
(235,231,236)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A8BF; }

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

This text font color is #B5A8BF.


Background Color

.myBgColor { background-color: #B5A8BF; }

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

This div background color is #B5A8BF.


Border color

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

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

This div border color is #B5A8BF.


Opacity

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

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

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

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

This text has shadow with #B5A8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A8BF on black background.


Color preview on white background

This text has color #B5A8BF on white background.



Black color preview on #B5A8BF background

This text has black color on #B5A8BF background.


White color preview on #B5A8BF background

This text has white color on #B5A8BF background.