COLOR #B3A6D4

HEX: #B3A6D4 RGB: (179,166,212)

Color info

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

RGB color model

#B3A6D4 color RGB value is (179,166,212).

RGB: (179,166,212) (70%, 65%, 83%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 212 of 255 = 83%

179
166
212

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

Portions of RGB colors in percentages

R + G + B = 179 + 166 + 212 = 557 (100%)
R 179 of 557 ~ 32.14%
G 166 of 557 ~ 29.8%
B 212 of 557 ~ 38.06'%

%32.14
%29.8
%38.06

CMYK color model

#B3A6D4 color CMYK value is (16,22,0,17).

  • cyan value is 15.57%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (16,22,0,17)
C16M22Y0K17 (16%, 22%, 0%, 17%)
(0.16 / 0.22 / 0.00 / 0.17)

CMYK percentages

%15.57
%21.7
%0
%16.86

Codes

Color #B3A6D4 in popluar color models

B3 A6 D4
RGB 179 166 212
HSL 257° 34.85% 74.12%
HSB/HSV 257° 21.70% 83.14%
CMYK 15.57% 21.70% 0.00%
16.86%

Color #B3A6D4 in popluar number systems.

HEX B3 A6 D4
Decimal 179 166 212
Binary 10110011 10100110 11010100
Octal 263 246 324

Shades and tints

Shades of #B3A6D4

#B3A6D4
(179,166,212)
#A397C1
(163,151,193)
#9388AE
(147,136,174)
#83799B
(131,121,155)
#736A88
(115,106,136)
#635B75
(99,91,117)
#534C62
(83,76,98)
#433D4F
(67,61,79)
#332E3C
(51,46,60)
#231F29
(35,31,41)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #B3A6D4

#B3A6D4
(179,166,212)
#B9AED7
(185,174,215)
#BFB6DA
(191,182,218)
#C5BEDD
(197,190,221)
#CBC6E0
(203,198,224)
#D1CEE3
(209,206,227)
#D7D6E6
(215,214,230)
#DDDEE9
(221,222,233)
#E3E6EC
(227,230,236)
#E9EEEF
(233,238,239)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A6D4; }

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

This text font color is #B3A6D4.

Background Color

.myBgColor { background-color: #B3A6D4; }

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

This div background color is #B3A6D4.

Border color

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

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

This div border color is #B3A6D4.

Opacity

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

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

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

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

This text has shadow with #B3A6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A6D4.

Preview

Color preview on black background

This text has color #B3A6D4 on black background.


Color preview on white background

This text has color #B3A6D4 on white background.


Black color preview on #B3A6D4 background

This text has black color on #B3A6D4 background.


White color preview on #B3A6D4 background

This text has white color on #B3A6D4 background.


Related colors

Complementary color

Complementary color for #hex is #4C592B.


I love getcolorcode.com

Triadic colors

1 #D4B3A6 and #A6D4B3 with #B3A6D4 are triadic colors.

2 #D4A6B3 and #A6B3D4 with #B3A6D4 are triadic colors.