COLOR #B3A3EE

HEX: #B3A3EE
RGB: (179,163,238)

Color info

#B3A3EE contains mainly red and blue colors. Web safe color of #B3A3EE is #9999FF (or #99F).

RGB color model

#B3A3EE color RGB value is (179,163,238).

  • red value is 179;
  • green value is 163;
  • blue value is 238.
RGB:
(179,163,238)
(70%,64%,93%)

RGB channels and saturation

R 179 of 255 = 70%
G 163 of 255 = 64%
B 238 of 255 = 93%

179
163
238

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

Portions of RGB colors in percentages

R + G + B =
179 + 163 + 238 = 580 (100%)
R 179 of 580 ~ 30.86%
G 163 of 580 ~ 28.1%
B 238 of 580 ~ 41.03%

%30.86
%28.1
%41.03

CMYK color model

#B3A3EE color CMYK value is (25,32,0,7).

  • cyan value is 24.79%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(25,32,0,7)
C25M32Y0K7 
(25%,32%,0%,7%)
(0.25/0.32/0.00/0.07)	

CMYK percentages

%24.79
%31.51
%0
%6.67

Codes

Color #B3A3EE in popluar color models

B3A3EE
RGB179163238
HSL253°68.81%78.63%
HSB/HSV253°31.51%93.33%
CMYK24.79%31.51%0.00%
6.67%

Color #B3A3EE in popluar number systems.

HEXB3A3EE
Decimal179163238
Binary101100111010001111101110
Octal263243356

Shades and tints

Shades of #B3A3EE

#B3A3EE
(179,163,238)
#A395D9
(163,149,217)
#9387C4
(147,135,196)
#8379AF
(131,121,175)
#736B9A
(115,107,154)
#635D85
(99,93,133)
#534F70
(83,79,112)
#43415B
(67,65,91)
#333346
(51,51,70)
#232531
(35,37,49)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #B3A3EE

#B3A3EE
(179,163,238)
#B9ABEF
(185,171,239)
#BFB3F0
(191,179,240)
#C5BBF1
(197,187,241)
#CBC3F2
(203,195,242)
#D1CBF3
(209,203,243)
#D7D3F4
(215,211,244)
#DDDBF5
(221,219,245)
#E3E3F6
(227,227,246)
#E9EBF7
(233,235,247)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A3EE color. Also use rgb(179,163,238) instead hex code.

Text Font Color

.myTextColor { color: #B3A3EE; }

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

This text font color is #B3A3EE.


Background Color

.myBgColor { background-color: #B3A3EE; }

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

This div background color is #B3A3EE.


Border color

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

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

This div border color is #B3A3EE.


Opacity

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

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

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

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

This text has shadow with #B3A3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A3EE on black background.


Color preview on white background

This text has color #B3A3EE on white background.



Black color preview on #B3A3EE background

This text has black color on #B3A3EE background.


White color preview on #B3A3EE background

This text has white color on #B3A3EE background.