COLOR #B3AAB5

HEX: #B3AAB5
RGB: (179,170,181)

Color info

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

RGB color model

#B3AAB5 color RGB value is (179,170,181).

  • red value is 179;
  • green value is 170;
  • blue value is 181.
RGB:
(179,170,181)
(70%,67%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 181 of 255 = 71%

179
170
181

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

Portions of RGB colors in percentages

R + G + B =
179 + 170 + 181 = 530 (100%)
R 179 of 530 ~ 33.77%
G 170 of 530 ~ 32.08%
B 181 of 530 ~ 34.15%

%33.77
%32.08
%34.15

CMYK color model

#B3AAB5 color CMYK value is (1,6,0,29).

  • cyan value is 1.10%
  • magenta value is 6.08%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,6,0,29)
C1M6Y0K29 
(1%,6%,0%,29%)
(0.01/0.06/0.00/0.29)	

CMYK percentages

%1.1
%6.08
%0
%29.02

Codes

Color #B3AAB5 in popluar color models

B3AAB5
RGB179170181
HSL289°6.92%68.82%
HSB/HSV289°6.08%70.98%
CMYK1.10%6.08%0.00%
29.02%

Color #B3AAB5 in popluar number systems.

HEXB3AAB5
Decimal179170181
Binary101100111010101010110101
Octal263252265

Shades and tints

Shades of #B3AAB5

#B3AAB5
(179,170,181)
#A39BA5
(163,155,165)
#938C95
(147,140,149)
#837D85
(131,125,133)
#736E75
(115,110,117)
#635F65
(99,95,101)
#535055
(83,80,85)
#434145
(67,65,69)
#333235
(51,50,53)
#232325
(35,35,37)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B3AAB5

#B3AAB5
(179,170,181)
#B9B1BB
(185,177,187)
#BFB8C1
(191,184,193)
#C5BFC7
(197,191,199)
#CBC6CD
(203,198,205)
#D1CDD3
(209,205,211)
#D7D4D9
(215,212,217)
#DDDBDF
(221,219,223)
#E3E2E5
(227,226,229)
#E9E9EB
(233,233,235)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AAB5 color. Also use rgb(179,170,181) instead hex code.

Text Font Color

.myTextColor { color: #B3AAB5; }

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

This text font color is #B3AAB5.


Background Color

.myBgColor { background-color: #B3AAB5; }

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

This div background color is #B3AAB5.


Border color

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

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

This div border color is #B3AAB5.


Opacity

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

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

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

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

This text has shadow with #B3AAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AAB5 on black background.


Color preview on white background

This text has color #B3AAB5 on white background.



Black color preview on #B3AAB5 background

This text has black color on #B3AAB5 background.


White color preview on #B3AAB5 background

This text has white color on #B3AAB5 background.