COLOR #B3AAD6

HEX: #B3AAD6
RGB: (179,170,214)

Color info

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

RGB color model

#B3AAD6 color RGB value is (179,170,214).

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

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 214 of 255 = 84%

179
170
214

R + G + B ~ 74%. #B3AAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 170 + 214 = 563 (100%)
R 179 of 563 ~ 31.79%
G 170 of 563 ~ 30.2%
B 214 of 563 ~ 38.01%

%31.79
%30.2
%38.01

CMYK color model

#B3AAD6 color CMYK value is (16,21,0,16).

  • cyan value is 16.36%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,21,0,16)
C16M21Y0K16 
(16%,21%,0%,16%)
(0.16/0.21/0.00/0.16)	

CMYK percentages

%16.36
%20.56
%0
%16.08

Codes

Color #B3AAD6 in popluar color models

B3AAD6
RGB179170214
HSL252°34.92%75.29%
HSB/HSV252°20.56%83.92%
CMYK16.36%20.56%0.00%
16.08%

Color #B3AAD6 in popluar number systems.

HEXB3AAD6
Decimal179170214
Binary101100111010101011010110
Octal263252326

Shades and tints

Shades of #B3AAD6

#B3AAD6
(179,170,214)
#A39BC3
(163,155,195)
#938CB0
(147,140,176)
#837D9D
(131,125,157)
#736E8A
(115,110,138)
#635F77
(99,95,119)
#535064
(83,80,100)
#434151
(67,65,81)
#33323E
(51,50,62)
#23232B
(35,35,43)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #B3AAD6

#B3AAD6
(179,170,214)
#B9B1D9
(185,177,217)
#BFB8DC
(191,184,220)
#C5BFDF
(197,191,223)
#CBC6E2
(203,198,226)
#D1CDE5
(209,205,229)
#D7D4E8
(215,212,232)
#DDDBEB
(221,219,235)
#E3E2EE
(227,226,238)
#E9E9F1
(233,233,241)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AAD6; }

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

This text font color is #B3AAD6.


Background Color

.myBgColor { background-color: #B3AAD6; }

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

This div background color is #B3AAD6.


Border color

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

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

This div border color is #B3AAD6.


Opacity

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

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

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

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

This text has shadow with #B3AAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AAD6 on black background.


Color preview on white background

This text has color #B3AAD6 on white background.



Black color preview on #B3AAD6 background

This text has black color on #B3AAD6 background.


White color preview on #B3AAD6 background

This text has white color on #B3AAD6 background.