COLOR #B3A9D1

HEX: #B3A9D1 RGB: (179,169,209)

Color info

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

RGB color model

#B3A9D1 color RGB value is (179,169,209).

RGB: (179,169,209) (70%, 66%, 82%)

RGB channels and saturation

R 179 of 255 = 70%
G 169 of 255 = 66%
B 209 of 255 = 82%

179
169
209

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

Portions of RGB colors in percentages

R + G + B = 179 + 169 + 209 = 557 (100%)
R 179 of 557 ~ 32.14%
G 169 of 557 ~ 30.34%
B 209 of 557 ~ 37.52'%

%32.14
%30.34
%37.52

CMYK color model

#B3A9D1 color CMYK value is (14,19,0,18).

  • cyan value is 14.35%
  • magenta value is 19.14%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (14,19,0,18)
C14M19Y0K18 (14%, 19%, 0%, 18%)
(0.14 / 0.19 / 0.00 / 0.18)

CMYK percentages

%14.35
%19.14
%0
%18.04

Codes

Color #B3A9D1 in popluar color models

B3 A9 D1
RGB 179 169 209
HSL 255° 30.30% 74.12%
HSB/HSV 255° 19.14% 81.96%
CMYK 14.35% 19.14% 0.00%
18.04%

Color #B3A9D1 in popluar number systems.

HEX B3 A9 D1
Decimal 179 169 209
Binary 10110011 10101001 11010001
Octal 263 251 321

Shades and tints

Shades of #B3A9D1

#B3A9D1
(179,169,209)
#A39ABE
(163,154,190)
#938BAB
(147,139,171)
#837C98
(131,124,152)
#736D85
(115,109,133)
#635E72
(99,94,114)
#534F5F
(83,79,95)
#43404C
(67,64,76)
#333139
(51,49,57)
#232226
(35,34,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B3A9D1

#B3A9D1
(179,169,209)
#B9B0D5
(185,176,213)
#BFB7D9
(191,183,217)
#C5BEDD
(197,190,221)
#CBC5E1
(203,197,225)
#D1CCE5
(209,204,229)
#D7D3E9
(215,211,233)
#DDDAED
(221,218,237)
#E3E1F1
(227,225,241)
#E9E8F5
(233,232,245)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A9D1; }

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

This text font color is #B3A9D1.

Background Color

.myBgColor { background-color: #B3A9D1; }

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

This div background color is #B3A9D1.

Border color

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

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

This div border color is #B3A9D1.

Opacity

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

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

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

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

This text has shadow with #B3A9D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A9D1.

Preview

Color preview on black background

This text has color #B3A9D1 on black background.


Color preview on white background

This text has color #B3A9D1 on white background.


Black color preview on #B3A9D1 background

This text has black color on #B3A9D1 background.


White color preview on #B3A9D1 background

This text has white color on #B3A9D1 background.


Related colors

Complementary color

Complementary color for #hex is #4C562E.


I love getcolorcode.com

Triadic colors

1 #D1B3A9 and #A9D1B3 with #B3A9D1 are triadic colors.

2 #D1A9B3 and #A9B3D1 with #B3A9D1 are triadic colors.