COLOR #B5A1BA

HEX: #B5A1BA
RGB: (181,161,186)

Color info

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

RGB color model

#B5A1BA color RGB value is (181,161,186).

  • red value is 181;
  • green value is 161;
  • blue value is 186.
RGB:
(181,161,186)
(71%,63%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 161 of 255 = 63%
B 186 of 255 = 73%

181
161
186

R + G + B ~ 69%. #B5A1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 161 + 186 = 528 (100%)
R 181 of 528 ~ 34.28%
G 161 of 528 ~ 30.49%
B 186 of 528 ~ 35.23%

%34.28
%30.49
%35.23

CMYK color model

#B5A1BA color CMYK value is (3,13,0,27).

  • cyan value is 2.69%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,13,0,27)
C3M13Y0K27 
(3%,13%,0%,27%)
(0.03/0.13/0.00/0.27)	

CMYK percentages

%2.69
%13.44
%0
%27.06

Codes

Color #B5A1BA in popluar color models

B5A1BA
RGB181161186
HSL288°15.34%68.04%
HSB/HSV288°13.44%72.94%
CMYK2.69%13.44%0.00%
27.06%

Color #B5A1BA in popluar number systems.

HEXB5A1BA
Decimal181161186
Binary101101011010000110111010
Octal265241272

Shades and tints

Shades of #B5A1BA

#B5A1BA
(181,161,186)
#A593AA
(165,147,170)
#95859A
(149,133,154)
#85778A
(133,119,138)
#75697A
(117,105,122)
#655B6A
(101,91,106)
#554D5A
(85,77,90)
#453F4A
(69,63,74)
#35313A
(53,49,58)
#25232A
(37,35,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #B5A1BA

#B5A1BA
(181,161,186)
#BBA9C0
(187,169,192)
#C1B1C6
(193,177,198)
#C7B9CC
(199,185,204)
#CDC1D2
(205,193,210)
#D3C9D8
(211,201,216)
#D9D1DE
(217,209,222)
#DFD9E4
(223,217,228)
#E5E1EA
(229,225,234)
#EBE9F0
(235,233,240)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A1BA color. Also use rgb(181,161,186) instead hex code.

Text Font Color

.myTextColor { color: #B5A1BA; }

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

This text font color is #B5A1BA.


Background Color

.myBgColor { background-color: #B5A1BA; }

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

This div background color is #B5A1BA.


Border color

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

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

This div border color is #B5A1BA.


Opacity

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

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

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

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

This text has shadow with #B5A1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A1BA on black background.


Color preview on white background

This text has color #B5A1BA on white background.



Black color preview on #B5A1BA background

This text has black color on #B5A1BA background.


White color preview on #B5A1BA background

This text has white color on #B5A1BA background.