COLOR #B3A9D4

HEX: #B3A9D4
RGB: (179,169,212)

Color info

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

RGB color model

#B3A9D4 color RGB value is (179,169,212).

  • red value is 179;
  • green value is 169;
  • blue value is 212.
RGB:
(179,169,212)
(70%,66%,83%)

RGB channels and saturation

R 179 of 255 = 70%
G 169 of 255 = 66%
B 212 of 255 = 83%

179
169
212

R + G + B ~ 73%. #B3A9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 169 + 212 = 560 (100%)
R 179 of 560 ~ 31.96%
G 169 of 560 ~ 30.18%
B 212 of 560 ~ 37.86%

%31.96
%30.18
%37.86

CMYK color model

#B3A9D4 color CMYK value is (16,20,0,17).

  • cyan value is 15.57%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(16,20,0,17)
C16M20Y0K17 
(16%,20%,0%,17%)
(0.16/0.20/0.00/0.17)	

CMYK percentages

%15.57
%20.28
%0
%16.86

Codes

Color #B3A9D4 in popluar color models

B3A9D4
RGB179169212
HSL254°33.33%74.71%
HSB/HSV254°20.28%83.14%
CMYK15.57%20.28%0.00%
16.86%

Color #B3A9D4 in popluar number systems.

HEXB3A9D4
Decimal179169212
Binary101100111010100111010100
Octal263251324

Shades and tints

Shades of #B3A9D4

#B3A9D4
(179,169,212)
#A39AC1
(163,154,193)
#938BAE
(147,139,174)
#837C9B
(131,124,155)
#736D88
(115,109,136)
#635E75
(99,94,117)
#534F62
(83,79,98)
#43404F
(67,64,79)
#33313C
(51,49,60)
#232229
(35,34,41)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B3A9D4

#B3A9D4
(179,169,212)
#B9B0D7
(185,176,215)
#BFB7DA
(191,183,218)
#C5BEDD
(197,190,221)
#CBC5E0
(203,197,224)
#D1CCE3
(209,204,227)
#D7D3E6
(215,211,230)
#DDDAE9
(221,218,233)
#E3E1EC
(227,225,236)
#E9E8EF
(233,232,239)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A9D4 color. Also use rgb(179,169,212) instead hex code.

Text Font Color

.myTextColor { color: #B3A9D4; }

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

This text font color is #B3A9D4.


Background Color

.myBgColor { background-color: #B3A9D4; }

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

This div background color is #B3A9D4.


Border color

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

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

This div border color is #B3A9D4.


Opacity

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

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

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

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

This text has shadow with #B3A9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A9D4 on black background.


Color preview on white background

This text has color #B3A9D4 on white background.



Black color preview on #B3A9D4 background

This text has black color on #B3A9D4 background.


White color preview on #B3A9D4 background

This text has white color on #B3A9D4 background.