COLOR #B3A4BD

HEX: #B3A4BD RGB: (179,164,189)

Color info

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

RGB color model

#B3A4BD color RGB value is (179,164,189).

RGB: (179,164,189) (70%, 64%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 189 of 255 = 74%

179
164
189

R + G + B ~ 69%. #B3A4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 164 + 189 = 532 (100%)
R 179 of 532 ~ 33.65%
G 164 of 532 ~ 30.83%
B 189 of 532 ~ 35.53'%

%33.65
%30.83
%35.53

CMYK color model

#B3A4BD color CMYK value is (5,13,0,26).

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

CMYK: (5,13,0,26)
C5M13Y0K26 (5%, 13%, 0%, 26%)
(0.05 / 0.13 / 0.00 / 0.26)

CMYK percentages

%5.29
%13.23
%0
%25.88

Codes

Color #B3A4BD in popluar color models

B3 A4 BD
RGB 179 164 189
HSL 276° 15.92% 69.22%
HSB/HSV 276° 13.23% 74.12%
CMYK 5.29% 13.23% 0.00%
25.88%

Color #B3A4BD in popluar number systems.

HEX B3 A4 BD
Decimal 179 164 189
Binary 10110011 10100100 10111101
Octal 263 244 275

Shades and tints

Shades of #B3A4BD

#B3A4BD
(179,164,189)
#A396AC
(163,150,172)
#93889B
(147,136,155)
#837A8A
(131,122,138)
#736C79
(115,108,121)
#635E68
(99,94,104)
#535057
(83,80,87)
#434246
(67,66,70)
#333435
(51,52,53)
#232624
(35,38,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #B3A4BD

#B3A4BD
(179,164,189)
#B9ACC3
(185,172,195)
#BFB4C9
(191,180,201)
#C5BCCF
(197,188,207)
#CBC4D5
(203,196,213)
#D1CCDB
(209,204,219)
#D7D4E1
(215,212,225)
#DDDCE7
(221,220,231)
#E3E4ED
(227,228,237)
#E9ECF3
(233,236,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A4BD; }

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

This text font color is #B3A4BD.

Background Color

.myBgColor { background-color: #B3A4BD; }

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

This div background color is #B3A4BD.

Border color

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

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

This div border color is #B3A4BD.

Opacity

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

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

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

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

This text has shadow with #B3A4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A4BD.

Preview

Color preview on black background

This text has color #B3A4BD on black background.


Color preview on white background

This text has color #B3A4BD on white background.


Black color preview on #B3A4BD background

This text has black color on #B3A4BD background.


White color preview on #B3A4BD background

This text has white color on #B3A4BD background.


Related colors

Complementary color

Complementary color for #hex is #4C5B42.


I love getcolorcode.com

Triadic colors

1 #BDB3A4 and #A4BDB3 with #B3A4BD are triadic colors.

2 #BDA4B3 and #A4B3BD with #B3A4BD are triadic colors.