COLOR #B3AAB8

HEX: #B3AAB8
RGB: (179,170,184)

Color info

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

RGB color model

#B3AAB8 color RGB value is (179,170,184).

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

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 184 of 255 = 72%

179
170
184

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

Portions of RGB colors in percentages

R + G + B =
179 + 170 + 184 = 533 (100%)
R 179 of 533 ~ 33.58%
G 170 of 533 ~ 31.89%
B 184 of 533 ~ 34.52%

%33.58
%31.89
%34.52

CMYK color model

#B3AAB8 color CMYK value is (3,8,0,28).

  • cyan value is 2.72%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(3,8,0,28)
C3M8Y0K28 
(3%,8%,0%,28%)
(0.03/0.08/0.00/0.28)	

CMYK percentages

%2.72
%7.61
%0
%27.84

Codes

Color #B3AAB8 in popluar color models

B3AAB8
RGB179170184
HSL279°8.97%69.41%
HSB/HSV279°7.61%72.16%
CMYK2.72%7.61%0.00%
27.84%

Color #B3AAB8 in popluar number systems.

HEXB3AAB8
Decimal179170184
Binary101100111010101010111000
Octal263252270

Shades and tints

Shades of #B3AAB8

#B3AAB8
(179,170,184)
#A39BA8
(163,155,168)
#938C98
(147,140,152)
#837D88
(131,125,136)
#736E78
(115,110,120)
#635F68
(99,95,104)
#535058
(83,80,88)
#434148
(67,65,72)
#333238
(51,50,56)
#232328
(35,35,40)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #B3AAB8

#B3AAB8
(179,170,184)
#B9B1BE
(185,177,190)
#BFB8C4
(191,184,196)
#C5BFCA
(197,191,202)
#CBC6D0
(203,198,208)
#D1CDD6
(209,205,214)
#D7D4DC
(215,212,220)
#DDDBE2
(221,219,226)
#E3E2E8
(227,226,232)
#E9E9EE
(233,233,238)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AAB8; }

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

This text font color is #B3AAB8.


Background Color

.myBgColor { background-color: #B3AAB8; }

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

This div background color is #B3AAB8.


Border color

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

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

This div border color is #B3AAB8.


Opacity

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

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

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

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

This text has shadow with #B3AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AAB8 on black background.


Color preview on white background

This text has color #B3AAB8 on white background.



Black color preview on #B3AAB8 background

This text has black color on #B3AAB8 background.


White color preview on #B3AAB8 background

This text has white color on #B3AAB8 background.