COLOR #B3AABD

HEX: #B3AABD
RGB: (179,170,189)

Color info

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

RGB color model

#B3AABD color RGB value is (179,170,189).

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

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 189 of 255 = 74%

179
170
189

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

Portions of RGB colors in percentages

R + G + B =
179 + 170 + 189 = 538 (100%)
R 179 of 538 ~ 33.27%
G 170 of 538 ~ 31.6%
B 189 of 538 ~ 35.13%

%33.27
%31.6
%35.13

CMYK color model

#B3AABD color CMYK value is (5,10,0,26).

  • cyan value is 5.29%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,10,0,26)
C5M10Y0K26 
(5%,10%,0%,26%)
(0.05/0.10/0.00/0.26)	

CMYK percentages

%5.29
%10.05
%0
%25.88

Codes

Color #B3AABD in popluar color models

B3AABD
RGB179170189
HSL268°12.58%70.39%
HSB/HSV268°10.05%74.12%
CMYK5.29%10.05%0.00%
25.88%

Color #B3AABD in popluar number systems.

HEXB3AABD
Decimal179170189
Binary101100111010101010111101
Octal263252275

Shades and tints

Shades of #B3AABD

#B3AABD
(179,170,189)
#A39BAC
(163,155,172)
#938C9B
(147,140,155)
#837D8A
(131,125,138)
#736E79
(115,110,121)
#635F68
(99,95,104)
#535057
(83,80,87)
#434146
(67,65,70)
#333235
(51,50,53)
#232324
(35,35,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3AABD

#B3AABD
(179,170,189)
#B9B1C3
(185,177,195)
#BFB8C9
(191,184,201)
#C5BFCF
(197,191,207)
#CBC6D5
(203,198,213)
#D1CDDB
(209,205,219)
#D7D4E1
(215,212,225)
#DDDBE7
(221,219,231)
#E3E2ED
(227,226,237)
#E9E9F3
(233,233,243)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AABD; }

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

This text font color is #B3AABD.


Background Color

.myBgColor { background-color: #B3AABD; }

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

This div background color is #B3AABD.


Border color

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

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

This div border color is #B3AABD.


Opacity

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

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

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

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

This text has shadow with #B3AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AABD on black background.


Color preview on white background

This text has color #B3AABD on white background.



Black color preview on #B3AABD background

This text has black color on #B3AABD background.


White color preview on #B3AABD background

This text has white color on #B3AABD background.