COLOR #B3A7E1

HEX: #B3A7E1
RGB: (179,167,225)

Color info

#B3A7E1 contains red, green and blue colors in about the same proportion. Web safe color of #B3A7E1 is #9999CC (or #99C).

RGB color model

#B3A7E1 color RGB value is (179,167,225).

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

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 225 of 255 = 88%

179
167
225

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

Portions of RGB colors in percentages

R + G + B =
179 + 167 + 225 = 571 (100%)
R 179 of 571 ~ 31.35%
G 167 of 571 ~ 29.25%
B 225 of 571 ~ 39.4%

%31.35
%29.25
%39.4

CMYK color model

#B3A7E1 color CMYK value is (20,26,0,12).

  • cyan value is 20.44%
  • magenta value is 25.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(20,26,0,12)
C20M26Y0K12 
(20%,26%,0%,12%)
(0.20/0.26/0.00/0.12)	

CMYK percentages

%20.44
%25.78
%0
%11.76

Codes

Color #B3A7E1 in popluar color models

B3A7E1
RGB179167225
HSL252°49.15%76.86%
HSB/HSV252°25.78%88.24%
CMYK20.44%25.78%0.00%
11.76%

Color #B3A7E1 in popluar number systems.

HEXB3A7E1
Decimal179167225
Binary101100111010011111100001
Octal263247341

Shades and tints

Shades of #B3A7E1

#B3A7E1
(179,167,225)
#A398CD
(163,152,205)
#9389B9
(147,137,185)
#837AA5
(131,122,165)
#736B91
(115,107,145)
#635C7D
(99,92,125)
#534D69
(83,77,105)
#433E55
(67,62,85)
#332F41
(51,47,65)
#23202D
(35,32,45)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #B3A7E1

#B3A7E1
(179,167,225)
#B9AFE3
(185,175,227)
#BFB7E5
(191,183,229)
#C5BFE7
(197,191,231)
#CBC7E9
(203,199,233)
#D1CFEB
(209,207,235)
#D7D7ED
(215,215,237)
#DDDFEF
(221,223,239)
#E3E7F1
(227,231,241)
#E9EFF3
(233,239,243)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A7E1; }

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

This text font color is #B3A7E1.


Background Color

.myBgColor { background-color: #B3A7E1; }

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

This div background color is #B3A7E1.


Border color

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

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

This div border color is #B3A7E1.


Opacity

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

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

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

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

This text has shadow with #B3A7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A7E1 on black background.


Color preview on white background

This text has color #B3A7E1 on white background.



Black color preview on #B3A7E1 background

This text has black color on #B3A7E1 background.


White color preview on #B3A7E1 background

This text has white color on #B3A7E1 background.