COLOR #B5A4D7

HEX: #B5A4D7
RGB: (181,164,215)

Color info

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

RGB color model

#B5A4D7 color RGB value is (181,164,215).

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

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 215 of 255 = 84%

181
164
215

R + G + B ~ 73%. #B5A4D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 164 + 215 = 560 (100%)
R 181 of 560 ~ 32.32%
G 164 of 560 ~ 29.29%
B 215 of 560 ~ 38.39%

%32.32
%29.29
%38.39

CMYK color model

#B5A4D7 color CMYK value is (16,24,0,16).

  • cyan value is 15.81%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,24,0,16)
C16M24Y0K16 
(16%,24%,0%,16%)
(0.16/0.24/0.00/0.16)	

CMYK percentages

%15.81
%23.72
%0
%15.69

Codes

Color #B5A4D7 in popluar color models

B5A4D7
RGB181164215
HSL260°38.93%74.31%
HSB/HSV260°23.72%84.31%
CMYK15.81%23.72%0.00%
15.69%

Color #B5A4D7 in popluar number systems.

HEXB5A4D7
Decimal181164215
Binary101101011010010011010111
Octal265244327

Shades and tints

Shades of #B5A4D7

#B5A4D7
(181,164,215)
#A596C4
(165,150,196)
#9588B1
(149,136,177)
#857A9E
(133,122,158)
#756C8B
(117,108,139)
#655E78
(101,94,120)
#555065
(85,80,101)
#454252
(69,66,82)
#35343F
(53,52,63)
#25262C
(37,38,44)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #B5A4D7

#B5A4D7
(181,164,215)
#BBACDA
(187,172,218)
#C1B4DD
(193,180,221)
#C7BCE0
(199,188,224)
#CDC4E3
(205,196,227)
#D3CCE6
(211,204,230)
#D9D4E9
(217,212,233)
#DFDCEC
(223,220,236)
#E5E4EF
(229,228,239)
#EBECF2
(235,236,242)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A4D7; }

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

This text font color is #B5A4D7.


Background Color

.myBgColor { background-color: #B5A4D7; }

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

This div background color is #B5A4D7.


Border color

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

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

This div border color is #B5A4D7.


Opacity

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

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

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

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

This text has shadow with #B5A4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A4D7 on black background.


Color preview on white background

This text has color #B5A4D7 on white background.



Black color preview on #B5A4D7 background

This text has black color on #B5A4D7 background.


White color preview on #B5A4D7 background

This text has white color on #B5A4D7 background.