COLOR #B5A8B9

HEX: #B5A8B9
RGB: (181,168,185)

Color info

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

RGB color model

#B5A8B9 color RGB value is (181,168,185).

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

RGB channels and saturation

R 181 of 255 = 71%
G 168 of 255 = 66%
B 185 of 255 = 73%

181
168
185

R + G + B ~ 70%. #B5A8B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 168 + 185 = 534 (100%)
R 181 of 534 ~ 33.9%
G 168 of 534 ~ 31.46%
B 185 of 534 ~ 34.64%

%33.9
%31.46
%34.64

CMYK color model

#B5A8B9 color CMYK value is (2,9,0,27).

  • cyan value is 2.16%
  • magenta value is 9.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,9,0,27)
C2M9Y0K27 
(2%,9%,0%,27%)
(0.02/0.09/0.00/0.27)	

CMYK percentages

%2.16
%9.19
%0
%27.45

Codes

Color #B5A8B9 in popluar color models

B5A8B9
RGB181168185
HSL286°10.83%69.22%
HSB/HSV286°9.19%72.55%
CMYK2.16%9.19%0.00%
27.45%

Color #B5A8B9 in popluar number systems.

HEXB5A8B9
Decimal181168185
Binary101101011010100010111001
Octal265250271

Shades and tints

Shades of #B5A8B9

#B5A8B9
(181,168,185)
#A599A9
(165,153,169)
#958A99
(149,138,153)
#857B89
(133,123,137)
#756C79
(117,108,121)
#655D69
(101,93,105)
#554E59
(85,78,89)
#453F49
(69,63,73)
#353039
(53,48,57)
#252129
(37,33,41)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #B5A8B9

#B5A8B9
(181,168,185)
#BBAFBF
(187,175,191)
#C1B6C5
(193,182,197)
#C7BDCB
(199,189,203)
#CDC4D1
(205,196,209)
#D3CBD7
(211,203,215)
#D9D2DD
(217,210,221)
#DFD9E3
(223,217,227)
#E5E0E9
(229,224,233)
#EBE7EF
(235,231,239)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A8B9; }

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

This text font color is #B5A8B9.


Background Color

.myBgColor { background-color: #B5A8B9; }

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

This div background color is #B5A8B9.


Border color

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

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

This div border color is #B5A8B9.


Opacity

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

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

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

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

This text has shadow with #B5A8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A8B9 on black background.


Color preview on white background

This text has color #B5A8B9 on white background.



Black color preview on #B5A8B9 background

This text has black color on #B5A8B9 background.


White color preview on #B5A8B9 background

This text has white color on #B5A8B9 background.