COLOR #B2A4E5

HEX: #B2A4E5
RGB: (178,164,229)

Color info

#B2A4E5 contains mainly red and blue colors. Web safe color of #B2A4E5 is #9999CC (or #99C).

RGB color model

#B2A4E5 color RGB value is (178,164,229).

  • red value is 178;
  • green value is 164;
  • blue value is 229.
RGB:
(178,164,229)
(70%,64%,90%)

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 229 of 255 = 90%

178
164
229

R + G + B ~ 75%. #B2A4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 229 = 571 (100%)
R 178 of 571 ~ 31.17%
G 164 of 571 ~ 28.72%
B 229 of 571 ~ 40.11%

%31.17
%28.72
%40.11

CMYK color model

#B2A4E5 color CMYK value is (22,28,0,10).

  • cyan value is 22.27%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(22,28,0,10)
C22M28Y0K10 
(22%,28%,0%,10%)
(0.22/0.28/0.00/0.10)	

CMYK percentages

%22.27
%28.38
%0
%10.2

Codes

Color #B2A4E5 in popluar color models

B2A4E5
RGB178164229
HSL253°55.56%77.06%
HSB/HSV253°28.38%89.80%
CMYK22.27%28.38%0.00%
10.20%

Color #B2A4E5 in popluar number systems.

HEXB2A4E5
Decimal178164229
Binary101100101010010011100101
Octal262244345

Shades and tints

Shades of #B2A4E5

#B2A4E5
(178,164,229)
#A296D1
(162,150,209)
#9288BD
(146,136,189)
#827AA9
(130,122,169)
#726C95
(114,108,149)
#625E81
(98,94,129)
#52506D
(82,80,109)
#424259
(66,66,89)
#323445
(50,52,69)
#222631
(34,38,49)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #B2A4E5

#B2A4E5
(178,164,229)
#B9ACE7
(185,172,231)
#C0B4E9
(192,180,233)
#C7BCEB
(199,188,235)
#CEC4ED
(206,196,237)
#D5CCEF
(213,204,239)
#DCD4F1
(220,212,241)
#E3DCF3
(227,220,243)
#EAE4F5
(234,228,245)
#F1ECF7
(241,236,247)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A4E5 color. Also use rgb(178,164,229) instead hex code.

Text Font Color

.myTextColor { color: #B2A4E5; }

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

This text font color is #B2A4E5.


Background Color

.myBgColor { background-color: #B2A4E5; }

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

This div background color is #B2A4E5.


Border color

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

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

This div border color is #B2A4E5.


Opacity

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

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

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

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

This text has shadow with #B2A4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A4E5 on black background.


Color preview on white background

This text has color #B2A4E5 on white background.



Black color preview on #B2A4E5 background

This text has black color on #B2A4E5 background.


White color preview on #B2A4E5 background

This text has white color on #B2A4E5 background.