COLOR #B3A7DF

HEX: #B3A7DF
RGB: (179,167,223)

Color info

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

RGB color model

#B3A7DF color RGB value is (179,167,223).

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

RGB channels and saturation

R 179 of 255 = 70%
G 167 of 255 = 65%
B 223 of 255 = 87%

179
167
223

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

Portions of RGB colors in percentages

R + G + B =
179 + 167 + 223 = 569 (100%)
R 179 of 569 ~ 31.46%
G 167 of 569 ~ 29.35%
B 223 of 569 ~ 39.19%

%31.46
%29.35
%39.19

CMYK color model

#B3A7DF color CMYK value is (20,25,0,13).

  • cyan value is 19.73%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(20,25,0,13)
C20M25Y0K13 
(20%,25%,0%,13%)
(0.20/0.25/0.00/0.13)	

CMYK percentages

%19.73
%25.11
%0
%12.55

Codes

Color #B3A7DF in popluar color models

B3A7DF
RGB179167223
HSL253°46.67%76.47%
HSB/HSV253°25.11%87.45%
CMYK19.73%25.11%0.00%
12.55%

Color #B3A7DF in popluar number systems.

HEXB3A7DF
Decimal179167223
Binary101100111010011111011111
Octal263247337

Shades and tints

Shades of #B3A7DF

#B3A7DF
(179,167,223)
#A398CB
(163,152,203)
#9389B7
(147,137,183)
#837AA3
(131,122,163)
#736B8F
(115,107,143)
#635C7B
(99,92,123)
#534D67
(83,77,103)
#433E53
(67,62,83)
#332F3F
(51,47,63)
#23202B
(35,32,43)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #B3A7DF

#B3A7DF
(179,167,223)
#B9AFE1
(185,175,225)
#BFB7E3
(191,183,227)
#C5BFE5
(197,191,229)
#CBC7E7
(203,199,231)
#D1CFE9
(209,207,233)
#D7D7EB
(215,215,235)
#DDDFED
(221,223,237)
#E3E7EF
(227,231,239)
#E9EFF1
(233,239,241)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A7DF; }

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

This text font color is #B3A7DF.


Background Color

.myBgColor { background-color: #B3A7DF; }

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

This div background color is #B3A7DF.


Border color

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

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

This div border color is #B3A7DF.


Opacity

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

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

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

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

This text has shadow with #B3A7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A7DF on black background.


Color preview on white background

This text has color #B3A7DF on white background.



Black color preview on #B3A7DF background

This text has black color on #B3A7DF background.


White color preview on #B3A7DF background

This text has white color on #B3A7DF background.