COLOR #B3A7E9

HEX: #B3A7E9
RGB: (179,167,233)

Color info

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

RGB color model

#B3A7E9 color RGB value is (179,167,233).

  • red value is 179;
  • green value is 167;
  • blue value is 233.
RGB:
(179,167,233)
(70%,65%,91%)

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 233 of 255 = 91%

179
167
233

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

Portions of RGB colors in percentages

R + G + B =
179 + 167 + 233 = 579 (100%)
R 179 of 579 ~ 30.92%
G 167 of 579 ~ 28.84%
B 233 of 579 ~ 40.24%

%30.92
%28.84
%40.24

CMYK color model

#B3A7E9 color CMYK value is (23,28,0,9).

  • cyan value is 23.18%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(23,28,0,9)
C23M28Y0K9 
(23%,28%,0%,9%)
(0.23/0.28/0.00/0.09)	

CMYK percentages

%23.18
%28.33
%0
%8.63

Codes

Color #B3A7E9 in popluar color models

B3A7E9
RGB179167233
HSL251°60.00%78.43%
HSB/HSV251°28.33%91.37%
CMYK23.18%28.33%0.00%
8.63%

Color #B3A7E9 in popluar number systems.

HEXB3A7E9
Decimal179167233
Binary101100111010011111101001
Octal263247351

Shades and tints

Shades of #B3A7E9

#B3A7E9
(179,167,233)
#A398D4
(163,152,212)
#9389BF
(147,137,191)
#837AAA
(131,122,170)
#736B95
(115,107,149)
#635C80
(99,92,128)
#534D6B
(83,77,107)
#433E56
(67,62,86)
#332F41
(51,47,65)
#23202C
(35,32,44)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #B3A7E9

#B3A7E9
(179,167,233)
#B9AFEB
(185,175,235)
#BFB7ED
(191,183,237)
#C5BFEF
(197,191,239)
#CBC7F1
(203,199,241)
#D1CFF3
(209,207,243)
#D7D7F5
(215,215,245)
#DDDFF7
(221,223,247)
#E3E7F9
(227,231,249)
#E9EFFB
(233,239,251)
#EFF7FD
(239,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A7E9 color. Also use rgb(179,167,233) instead hex code.

Text Font Color

.myTextColor { color: #B3A7E9; }

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

This text font color is #B3A7E9.


Background Color

.myBgColor { background-color: #B3A7E9; }

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

This div background color is #B3A7E9.


Border color

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

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

This div border color is #B3A7E9.


Opacity

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

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

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

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

This text has shadow with #B3A7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A7E9 on black background.


Color preview on white background

This text has color #B3A7E9 on white background.



Black color preview on #B3A7E9 background

This text has black color on #B3A7E9 background.


White color preview on #B3A7E9 background

This text has white color on #B3A7E9 background.