COLOR #B5A0BA

HEX: #B5A0BA
RGB: (181,160,186)

Color info

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

RGB color model

#B5A0BA color RGB value is (181,160,186).

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

RGB channels and saturation

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

181
160
186

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

Portions of RGB colors in percentages

R + G + B =
181 + 160 + 186 = 527 (100%)
R 181 of 527 ~ 34.35%
G 160 of 527 ~ 30.36%
B 186 of 527 ~ 35.29%

%34.35
%30.36
%35.29

CMYK color model

#B5A0BA color CMYK value is (3,14,0,27).

  • cyan value is 2.69%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,14,0,27)
C3M14Y0K27 
(3%,14%,0%,27%)
(0.03/0.14/0.00/0.27)	

CMYK percentages

%2.69
%13.98
%0
%27.06

Codes

Color #B5A0BA in popluar color models

B5A0BA
RGB181160186
HSL288°15.85%67.84%
HSB/HSV288°13.98%72.94%
CMYK2.69%13.98%0.00%
27.06%

Color #B5A0BA in popluar number systems.

HEXB5A0BA
Decimal181160186
Binary101101011010000010111010
Octal265240272

Shades and tints

Shades of #B5A0BA

#B5A0BA
(181,160,186)
#A592AA
(165,146,170)
#95849A
(149,132,154)
#85768A
(133,118,138)
#75687A
(117,104,122)
#655A6A
(101,90,106)
#554C5A
(85,76,90)
#453E4A
(69,62,74)
#35303A
(53,48,58)
#25222A
(37,34,42)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #B5A0BA

#B5A0BA
(181,160,186)
#BBA8C0
(187,168,192)
#C1B0C6
(193,176,198)
#C7B8CC
(199,184,204)
#CDC0D2
(205,192,210)
#D3C8D8
(211,200,216)
#D9D0DE
(217,208,222)
#DFD8E4
(223,216,228)
#E5E0EA
(229,224,234)
#EBE8F0
(235,232,240)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A0BA; }

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

This text font color is #B5A0BA.


Background Color

.myBgColor { background-color: #B5A0BA; }

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

This div background color is #B5A0BA.


Border color

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

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

This div border color is #B5A0BA.


Opacity

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

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

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

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

This text has shadow with #B5A0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A0BA on black background.


Color preview on white background

This text has color #B5A0BA on white background.



Black color preview on #B5A0BA background

This text has black color on #B5A0BA background.


White color preview on #B5A0BA background

This text has white color on #B5A0BA background.