COLOR #B5A4DB

HEX: #B5A4DB
RGB: (181,164,219)

Color info

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

RGB color model

#B5A4DB color RGB value is (181,164,219).

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

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 219 of 255 = 86%

181
164
219

R + G + B ~ 74%. #B5A4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 164 + 219 = 564 (100%)
R 181 of 564 ~ 32.09%
G 164 of 564 ~ 29.08%
B 219 of 564 ~ 38.83%

%32.09
%29.08
%38.83

CMYK color model

#B5A4DB color CMYK value is (17,25,0,14).

  • cyan value is 17.35%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(17,25,0,14)
C17M25Y0K14 
(17%,25%,0%,14%)
(0.17/0.25/0.00/0.14)	

CMYK percentages

%17.35
%25.11
%0
%14.12

Codes

Color #B5A4DB in popluar color models

B5A4DB
RGB181164219
HSL259°43.31%75.10%
HSB/HSV259°25.11%85.88%
CMYK17.35%25.11%0.00%
14.12%

Color #B5A4DB in popluar number systems.

HEXB5A4DB
Decimal181164219
Binary101101011010010011011011
Octal265244333

Shades and tints

Shades of #B5A4DB

#B5A4DB
(181,164,219)
#A596C8
(165,150,200)
#9588B5
(149,136,181)
#857AA2
(133,122,162)
#756C8F
(117,108,143)
#655E7C
(101,94,124)
#555069
(85,80,105)
#454256
(69,66,86)
#353443
(53,52,67)
#252630
(37,38,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #B5A4DB

#B5A4DB
(181,164,219)
#BBACDE
(187,172,222)
#C1B4E1
(193,180,225)
#C7BCE4
(199,188,228)
#CDC4E7
(205,196,231)
#D3CCEA
(211,204,234)
#D9D4ED
(217,212,237)
#DFDCF0
(223,220,240)
#E5E4F3
(229,228,243)
#EBECF6
(235,236,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A4DB; }

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

This text font color is #B5A4DB.


Background Color

.myBgColor { background-color: #B5A4DB; }

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

This div background color is #B5A4DB.


Border color

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

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

This div border color is #B5A4DB.


Opacity

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

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

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

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

This text has shadow with #B5A4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A4DB on black background.


Color preview on white background

This text has color #B5A4DB on white background.



Black color preview on #B5A4DB background

This text has black color on #B5A4DB background.


White color preview on #B5A4DB background

This text has white color on #B5A4DB background.