COLOR #B3AABB

HEX: #B3AABB RGB: (179,170,187)

Color info

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

RGB color model

#B3AABB color RGB value is (179,170,187).

RGB: (179,170,187) (70%, 67%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 187 of 255 = 73%

179
170
187

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

Portions of RGB colors in percentages

R + G + B = 179 + 170 + 187 = 536 (100%)
R 179 of 536 ~ 33.4%
G 170 of 536 ~ 31.72%
B 187 of 536 ~ 34.89'%

%33.4
%31.72
%34.89

CMYK color model

#B3AABB color CMYK value is (4,9,0,27).

  • cyan value is 4.28%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (4,9,0,27)
C4M9Y0K27 (4%, 9%, 0%, 27%)
(0.04 / 0.09 / 0.00 / 0.27)

CMYK percentages

%4.28
%9.09
%0
%26.67

Codes

Color #B3AABB in popluar color models

B3 AA BB
RGB 179 170 187
HSL 272° 11.11% 70.00%
HSB/HSV 272° 9.09% 73.33%
CMYK 4.28% 9.09% 0.00%
26.67%

Color #B3AABB in popluar number systems.

HEX B3 AA BB
Decimal 179 170 187
Binary 10110011 10101010 10111011
Octal 263 252 273

Shades and tints

Shades of #B3AABB

#B3AABB
(179,170,187)
#A39BAA
(163,155,170)
#938C99
(147,140,153)
#837D88
(131,125,136)
#736E77
(115,110,119)
#635F66
(99,95,102)
#535055
(83,80,85)
#434144
(67,65,68)
#333233
(51,50,51)
#232322
(35,35,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #B3AABB

#B3AABB
(179,170,187)
#B9B1C1
(185,177,193)
#BFB8C7
(191,184,199)
#C5BFCD
(197,191,205)
#CBC6D3
(203,198,211)
#D1CDD9
(209,205,217)
#D7D4DF
(215,212,223)
#DDDBE5
(221,219,229)
#E3E2EB
(227,226,235)
#E9E9F1
(233,233,241)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AABB; }

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

This text font color is #B3AABB.

Background Color

.myBgColor { background-color: #B3AABB; }

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

This div background color is #B3AABB.

Border color

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

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

This div border color is #B3AABB.

Opacity

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

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

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

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

This text has shadow with #B3AABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AABB.

Preview

Color preview on black background

This text has color #B3AABB on black background.


Color preview on white background

This text has color #B3AABB on white background.


Black color preview on #B3AABB background

This text has black color on #B3AABB background.


White color preview on #B3AABB background

This text has white color on #B3AABB background.


Related colors

Complementary color

Complementary color for #hex is #4C5544.


I love getcolorcode.com

Triadic colors

1 #BBB3AA and #AABBB3 with #B3AABB are triadic colors.

2 #BBAAB3 and #AAB3BB with #B3AABB are triadic colors.