COLOR #B5A4BE

HEX: #B5A4BE
RGB: (181,164,190)

Color info

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

RGB color model

#B5A4BE color RGB value is (181,164,190).

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

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 190 of 255 = 75%

181
164
190

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

Portions of RGB colors in percentages

R + G + B =
181 + 164 + 190 = 535 (100%)
R 181 of 535 ~ 33.83%
G 164 of 535 ~ 30.65%
B 190 of 535 ~ 35.51%

%33.83
%30.65
%35.51

CMYK color model

#B5A4BE color CMYK value is (5,14,0,25).

  • cyan value is 4.74%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,14,0,25)
C5M14Y0K25 
(5%,14%,0%,25%)
(0.05/0.14/0.00/0.25)	

CMYK percentages

%4.74
%13.68
%0
%25.49

Codes

Color #B5A4BE in popluar color models

B5A4BE
RGB181164190
HSL279°16.67%69.41%
HSB/HSV279°13.68%74.51%
CMYK4.74%13.68%0.00%
25.49%

Color #B5A4BE in popluar number systems.

HEXB5A4BE
Decimal181164190
Binary101101011010010010111110
Octal265244276

Shades and tints

Shades of #B5A4BE

#B5A4BE
(181,164,190)
#A596AD
(165,150,173)
#95889C
(149,136,156)
#857A8B
(133,122,139)
#756C7A
(117,108,122)
#655E69
(101,94,105)
#555058
(85,80,88)
#454247
(69,66,71)
#353436
(53,52,54)
#252625
(37,38,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #B5A4BE

#B5A4BE
(181,164,190)
#BBACC3
(187,172,195)
#C1B4C8
(193,180,200)
#C7BCCD
(199,188,205)
#CDC4D2
(205,196,210)
#D3CCD7
(211,204,215)
#D9D4DC
(217,212,220)
#DFDCE1
(223,220,225)
#E5E4E6
(229,228,230)
#EBECEB
(235,236,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A4BE; }

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

This text font color is #B5A4BE.


Background Color

.myBgColor { background-color: #B5A4BE; }

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

This div background color is #B5A4BE.


Border color

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

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

This div border color is #B5A4BE.


Opacity

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

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

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

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

This text has shadow with #B5A4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A4BE on black background.


Color preview on white background

This text has color #B5A4BE on white background.



Black color preview on #B5A4BE background

This text has black color on #B5A4BE background.


White color preview on #B5A4BE background

This text has white color on #B5A4BE background.