COLOR #B3A6BD

HEX: #B3A6BD RGB: (179,166,189)

Color info

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

RGB color model

#B3A6BD color RGB value is (179,166,189).

RGB: (179,166,189) (70%, 65%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 189 of 255 = 74%

179
166
189

R + G + B ~ 70%. #B3A6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 166 + 189 = 534 (100%)
R 179 of 534 ~ 33.52%
G 166 of 534 ~ 31.09%
B 189 of 534 ~ 35.39'%

%33.52
%31.09
%35.39

CMYK color model

#B3A6BD color CMYK value is (5,12,0,26).

  • cyan value is 5.29%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (5,12,0,26)
C5M12Y0K26 (5%, 12%, 0%, 26%)
(0.05 / 0.12 / 0.00 / 0.26)

CMYK percentages

%5.29
%12.17
%0
%25.88

Codes

Color #B3A6BD in popluar color models

B3 A6 BD
RGB 179 166 189
HSL 274° 14.84% 69.61%
HSB/HSV 274° 12.17% 74.12%
CMYK 5.29% 12.17% 0.00%
25.88%

Color #B3A6BD in popluar number systems.

HEX B3 A6 BD
Decimal 179 166 189
Binary 10110011 10100110 10111101
Octal 263 246 275

Shades and tints

Shades of #B3A6BD

#B3A6BD
(179,166,189)
#A397AC
(163,151,172)
#93889B
(147,136,155)
#83798A
(131,121,138)
#736A79
(115,106,121)
#635B68
(99,91,104)
#534C57
(83,76,87)
#433D46
(67,61,70)
#332E35
(51,46,53)
#231F24
(35,31,36)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #B3A6BD

#B3A6BD
(179,166,189)
#B9AEC3
(185,174,195)
#BFB6C9
(191,182,201)
#C5BECF
(197,190,207)
#CBC6D5
(203,198,213)
#D1CEDB
(209,206,219)
#D7D6E1
(215,214,225)
#DDDEE7
(221,222,231)
#E3E6ED
(227,230,237)
#E9EEF3
(233,238,243)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A6BD; }

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

This text font color is #B3A6BD.

Background Color

.myBgColor { background-color: #B3A6BD; }

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

This div background color is #B3A6BD.

Border color

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

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

This div border color is #B3A6BD.

Opacity

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

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

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

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

This text has shadow with #B3A6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A6BD.

Preview

Color preview on black background

This text has color #B3A6BD on black background.


Color preview on white background

This text has color #B3A6BD on white background.


Black color preview on #B3A6BD background

This text has black color on #B3A6BD background.


White color preview on #B3A6BD background

This text has white color on #B3A6BD background.


Related colors

Complementary color

Complementary color for #hex is #4C5942.


I love getcolorcode.com

Triadic colors

1 #BDB3A6 and #A6BDB3 with #B3A6BD are triadic colors.

2 #BDA6B3 and #A6B3BD with #B3A6BD are triadic colors.