COLOR #B5A1BE

HEX: #B5A1BE
RGB: (181,161,190)

Color info

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

RGB color model

#B5A1BE color RGB value is (181,161,190).

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

RGB channels and saturation

R 181 of 255 = 71%
G 161 of 255 = 63%
B 190 of 255 = 75%

181
161
190

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

Portions of RGB colors in percentages

R + G + B =
181 + 161 + 190 = 532 (100%)
R 181 of 532 ~ 34.02%
G 161 of 532 ~ 30.26%
B 190 of 532 ~ 35.71%

%34.02
%30.26
%35.71

CMYK color model

#B5A1BE color CMYK value is (5,15,0,25).

  • cyan value is 4.74%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,15,0,25)
C5M15Y0K25 
(5%,15%,0%,25%)
(0.05/0.15/0.00/0.25)	

CMYK percentages

%4.74
%15.26
%0
%25.49

Codes

Color #B5A1BE in popluar color models

B5A1BE
RGB181161190
HSL281°18.24%68.82%
HSB/HSV281°15.26%74.51%
CMYK4.74%15.26%0.00%
25.49%

Color #B5A1BE in popluar number systems.

HEXB5A1BE
Decimal181161190
Binary101101011010000110111110
Octal265241276

Shades and tints

Shades of #B5A1BE

#B5A1BE
(181,161,190)
#A593AD
(165,147,173)
#95859C
(149,133,156)
#85778B
(133,119,139)
#75697A
(117,105,122)
#655B69
(101,91,105)
#554D58
(85,77,88)
#453F47
(69,63,71)
#353136
(53,49,54)
#252325
(37,35,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5A1BE

#B5A1BE
(181,161,190)
#BBA9C3
(187,169,195)
#C1B1C8
(193,177,200)
#C7B9CD
(199,185,205)
#CDC1D2
(205,193,210)
#D3C9D7
(211,201,215)
#D9D1DC
(217,209,220)
#DFD9E1
(223,217,225)
#E5E1E6
(229,225,230)
#EBE9EB
(235,233,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A1BE; }

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

This text font color is #B5A1BE.


Background Color

.myBgColor { background-color: #B5A1BE; }

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

This div background color is #B5A1BE.


Border color

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

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

This div border color is #B5A1BE.


Opacity

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

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

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

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

This text has shadow with #B5A1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A1BE on black background.


Color preview on white background

This text has color #B5A1BE on white background.



Black color preview on #B5A1BE background

This text has black color on #B5A1BE background.


White color preview on #B5A1BE background

This text has white color on #B5A1BE background.