COLOR #B5A0BB

HEX: #B5A0BB
RGB: (181,160,187)

Color info

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

RGB color model

#B5A0BB color RGB value is (181,160,187).

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

RGB channels and saturation

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

181
160
187

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

Portions of RGB colors in percentages

R + G + B =
181 + 160 + 187 = 528 (100%)
R 181 of 528 ~ 34.28%
G 160 of 528 ~ 30.3%
B 187 of 528 ~ 35.42%

%34.28
%30.3
%35.42

CMYK color model

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

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

CMYK percentages

%3.21
%14.44
%0
%26.67

Codes

Color #B5A0BB in popluar color models

B5A0BB
RGB181160187
HSL287°16.56%68.04%
HSB/HSV287°14.44%73.33%
CMYK3.21%14.44%0.00%
26.67%

Color #B5A0BB in popluar number systems.

HEXB5A0BB
Decimal181160187
Binary101101011010000010111011
Octal265240273

Shades and tints

Shades of #B5A0BB

#B5A0BB
(181,160,187)
#A592AA
(165,146,170)
#958499
(149,132,153)
#857688
(133,118,136)
#756877
(117,104,119)
#655A66
(101,90,102)
#554C55
(85,76,85)
#453E44
(69,62,68)
#353033
(53,48,51)
#252222
(37,34,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #B5A0BB

#B5A0BB
(181,160,187)
#BBA8C1
(187,168,193)
#C1B0C7
(193,176,199)
#C7B8CD
(199,184,205)
#CDC0D3
(205,192,211)
#D3C8D9
(211,200,217)
#D9D0DF
(217,208,223)
#DFD8E5
(223,216,229)
#E5E0EB
(229,224,235)
#EBE8F1
(235,232,241)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A0BB; }

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

This text font color is #B5A0BB.


Background Color

.myBgColor { background-color: #B5A0BB; }

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

This div background color is #B5A0BB.


Border color

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

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

This div border color is #B5A0BB.


Opacity

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

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

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

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

This text has shadow with #B5A0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A0BB on black background.


Color preview on white background

This text has color #B5A0BB on white background.



Black color preview on #B5A0BB background

This text has black color on #B5A0BB background.


White color preview on #B5A0BB background

This text has white color on #B5A0BB background.