COLOR #B3A3B8

HEX: #B3A3B8 RGB: (179,163,184)

Color info

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

RGB color model

#B3A3B8 color RGB value is (179,163,184).

RGB: (179,163,184) (70%, 64%, 72%)

RGB channels and saturation

R 179 of 255 = 70%
G 163 of 255 = 64%
B 184 of 255 = 72%

179
163
184

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

Portions of RGB colors in percentages

R + G + B = 179 + 163 + 184 = 526 (100%)
R 179 of 526 ~ 34.03%
G 163 of 526 ~ 30.99%
B 184 of 526 ~ 34.98'%

%34.03
%30.99
%34.98

CMYK color model

#B3A3B8 color CMYK value is (3,11,0,28).

  • cyan value is 2.72%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (3,11,0,28)
C3M11Y0K28 (3%, 11%, 0%, 28%)
(0.03 / 0.11 / 0.00 / 0.28)

CMYK percentages

%2.72
%11.41
%0
%27.84

Codes

Color #B3A3B8 in popluar color models

B3 A3 B8
RGB 179 163 184
HSL 286° 12.88% 68.04%
HSB/HSV 286° 11.41% 72.16%
CMYK 2.72% 11.41% 0.00%
27.84%

Color #B3A3B8 in popluar number systems.

HEX B3 A3 B8
Decimal 179 163 184
Binary 10110011 10100011 10111000
Octal 263 243 270

Shades and tints

Shades of #B3A3B8

#B3A3B8
(179,163,184)
#A395A8
(163,149,168)
#938798
(147,135,152)
#837988
(131,121,136)
#736B78
(115,107,120)
#635D68
(99,93,104)
#534F58
(83,79,88)
#434148
(67,65,72)
#333338
(51,51,56)
#232528
(35,37,40)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #B3A3B8

#B3A3B8
(179,163,184)
#B9ABBE
(185,171,190)
#BFB3C4
(191,179,196)
#C5BBCA
(197,187,202)
#CBC3D0
(203,195,208)
#D1CBD6
(209,203,214)
#D7D3DC
(215,211,220)
#DDDBE2
(221,219,226)
#E3E3E8
(227,227,232)
#E9EBEE
(233,235,238)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A3B8 color. Also use rgb(179,163,184) instead hex code.

Text Font Color

.myTextColor { color: #B3A3B8; }

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

This text font color is #B3A3B8.

Background Color

.myBgColor { background-color: #B3A3B8; }

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

This div background color is #B3A3B8.

Border color

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

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

This div border color is #B3A3B8.

Opacity

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

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

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

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

This text has shadow with #B3A3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A3B8.

Preview

Color preview on black background

This text has color #B3A3B8 on black background.


Color preview on white background

This text has color #B3A3B8 on white background.


Black color preview on #B3A3B8 background

This text has black color on #B3A3B8 background.


White color preview on #B3A3B8 background

This text has white color on #B3A3B8 background.


Related colors

Complementary color

Complementary color for #hex is #4C5C47.


I love getcolorcode.com

Triadic colors

1 #B8B3A3 and #A3B8B3 with #B3A3B8 are triadic colors.

2 #B8A3B3 and #A3B3B8 with #B3A3B8 are triadic colors.