COLOR #B5A4EA

HEX: #B5A4EA
RGB: (181,164,234)

Color info

#B5A4EA contains mainly red and blue colors. Web safe color of #B5A4EA is #CC99FF (or #C9F).

RGB color model

#B5A4EA color RGB value is (181,164,234).

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

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 234 of 255 = 92%

181
164
234

R + G + B ~ 76%. #B5A4EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 164 + 234 = 579 (100%)
R 181 of 579 ~ 31.26%
G 164 of 579 ~ 28.32%
B 234 of 579 ~ 40.41%

%31.26
%28.32
%40.41

CMYK color model

#B5A4EA color CMYK value is (23,30,0,8).

  • cyan value is 22.65%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,30,0,8)
C23M30Y0K8 
(23%,30%,0%,8%)
(0.23/0.30/0.00/0.08)	

CMYK percentages

%22.65
%29.91
%0
%8.24

Codes

Color #B5A4EA in popluar color models

B5A4EA
RGB181164234
HSL255°62.50%78.04%
HSB/HSV255°29.91%91.76%
CMYK22.65%29.91%0.00%
8.24%

Color #B5A4EA in popluar number systems.

HEXB5A4EA
Decimal181164234
Binary101101011010010011101010
Octal265244352

Shades and tints

Shades of #B5A4EA

#B5A4EA
(181,164,234)
#A596D5
(165,150,213)
#9588C0
(149,136,192)
#857AAB
(133,122,171)
#756C96
(117,108,150)
#655E81
(101,94,129)
#55506C
(85,80,108)
#454257
(69,66,87)
#353442
(53,52,66)
#25262D
(37,38,45)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #B5A4EA

#B5A4EA
(181,164,234)
#BBACEB
(187,172,235)
#C1B4EC
(193,180,236)
#C7BCED
(199,188,237)
#CDC4EE
(205,196,238)
#D3CCEF
(211,204,239)
#D9D4F0
(217,212,240)
#DFDCF1
(223,220,241)
#E5E4F2
(229,228,242)
#EBECF3
(235,236,243)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A4EA; }

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

This text font color is #B5A4EA.


Background Color

.myBgColor { background-color: #B5A4EA; }

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

This div background color is #B5A4EA.


Border color

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

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

This div border color is #B5A4EA.


Opacity

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

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

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

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

This text has shadow with #B5A4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A4EA on black background.


Color preview on white background

This text has color #B5A4EA on white background.



Black color preview on #B5A4EA background

This text has black color on #B5A4EA background.


White color preview on #B5A4EA background

This text has white color on #B5A4EA background.