COLOR #B3A6CE

HEX: #B3A6CE
RGB: (179,166,206)

Color info

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

RGB color model

#B3A6CE color RGB value is (179,166,206).

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

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 206 of 255 = 81%

179
166
206

R + G + B ~ 72%. #B3A6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 166 + 206 = 551 (100%)
R 179 of 551 ~ 32.49%
G 166 of 551 ~ 30.13%
B 206 of 551 ~ 37.39%

%32.49
%30.13
%37.39

CMYK color model

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

  • cyan value is 13.11%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,19,0,19)
C13M19Y0K19 
(13%,19%,0%,19%)
(0.13/0.19/0.00/0.19)	

CMYK percentages

%13.11
%19.42
%0
%19.22

Codes

Color #B3A6CE in popluar color models

B3A6CE
RGB179166206
HSL260°28.99%72.94%
HSB/HSV260°19.42%80.78%
CMYK13.11%19.42%0.00%
19.22%

Color #B3A6CE in popluar number systems.

HEXB3A6CE
Decimal179166206
Binary101100111010011011001110
Octal263246316

Shades and tints

Shades of #B3A6CE

#B3A6CE
(179,166,206)
#A397BC
(163,151,188)
#9388AA
(147,136,170)
#837998
(131,121,152)
#736A86
(115,106,134)
#635B74
(99,91,116)
#534C62
(83,76,98)
#433D50
(67,61,80)
#332E3E
(51,46,62)
#231F2C
(35,31,44)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #B3A6CE

#B3A6CE
(179,166,206)
#B9AED2
(185,174,210)
#BFB6D6
(191,182,214)
#C5BEDA
(197,190,218)
#CBC6DE
(203,198,222)
#D1CEE2
(209,206,226)
#D7D6E6
(215,214,230)
#DDDEEA
(221,222,234)
#E3E6EE
(227,230,238)
#E9EEF2
(233,238,242)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A6CE; }

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

This text font color is #B3A6CE.


Background Color

.myBgColor { background-color: #B3A6CE; }

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

This div background color is #B3A6CE.


Border color

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

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

This div border color is #B3A6CE.


Opacity

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

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

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

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

This text has shadow with #B3A6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A6CE on black background.


Color preview on white background

This text has color #B3A6CE on white background.



Black color preview on #B3A6CE background

This text has black color on #B3A6CE background.


White color preview on #B3A6CE background

This text has white color on #B3A6CE background.