COLOR #B3AACE

HEX: #B3AACE
RGB: (179,170,206)

Color info

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

RGB color model

#B3AACE color RGB value is (179,170,206).

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

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 206 of 255 = 81%

179
170
206

R + G + B ~ 73%. #B3AACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 170 + 206 = 555 (100%)
R 179 of 555 ~ 32.25%
G 170 of 555 ~ 30.63%
B 206 of 555 ~ 37.12%

%32.25
%30.63
%37.12

CMYK color model

#B3AACE color CMYK value is (13,17,0,19).

  • cyan value is 13.11%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,17,0,19)
C13M17Y0K19 
(13%,17%,0%,19%)
(0.13/0.17/0.00/0.19)	

CMYK percentages

%13.11
%17.48
%0
%19.22

Codes

Color #B3AACE in popluar color models

B3AACE
RGB179170206
HSL255°26.87%73.73%
HSB/HSV255°17.48%80.78%
CMYK13.11%17.48%0.00%
19.22%

Color #B3AACE in popluar number systems.

HEXB3AACE
Decimal179170206
Binary101100111010101011001110
Octal263252316

Shades and tints

Shades of #B3AACE

#B3AACE
(179,170,206)
#A39BBC
(163,155,188)
#938CAA
(147,140,170)
#837D98
(131,125,152)
#736E86
(115,110,134)
#635F74
(99,95,116)
#535062
(83,80,98)
#434150
(67,65,80)
#33323E
(51,50,62)
#23232C
(35,35,44)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #B3AACE

#B3AACE
(179,170,206)
#B9B1D2
(185,177,210)
#BFB8D6
(191,184,214)
#C5BFDA
(197,191,218)
#CBC6DE
(203,198,222)
#D1CDE2
(209,205,226)
#D7D4E6
(215,212,230)
#DDDBEA
(221,219,234)
#E3E2EE
(227,226,238)
#E9E9F2
(233,233,242)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AACE; }

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

This text font color is #B3AACE.


Background Color

.myBgColor { background-color: #B3AACE; }

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

This div background color is #B3AACE.


Border color

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

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

This div border color is #B3AACE.


Opacity

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

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

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

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

This text has shadow with #B3AACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AACE on black background.


Color preview on white background

This text has color #B3AACE on white background.



Black color preview on #B3AACE background

This text has black color on #B3AACE background.


White color preview on #B3AACE background

This text has white color on #B3AACE background.