COLOR #B3ACCE

HEX: #B3ACCE
RGB: (179,172,206)

Color info

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

RGB color model

#B3ACCE color RGB value is (179,172,206).

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

RGB channels and saturation

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

179
172
206

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

Portions of RGB colors in percentages

R + G + B =
179 + 172 + 206 = 557 (100%)
R 179 of 557 ~ 32.14%
G 172 of 557 ~ 30.88%
B 206 of 557 ~ 36.98%

%32.14
%30.88
%36.98

CMYK color model

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

  • cyan value is 13.11%
  • magenta value is 16.50%
  • 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
%16.5
%0
%19.22

Codes

Color #B3ACCE in popluar color models

B3ACCE
RGB179172206
HSL252°25.76%74.12%
HSB/HSV252°16.50%80.78%
CMYK13.11%16.50%0.00%
19.22%

Color #B3ACCE in popluar number systems.

HEXB3ACCE
Decimal179172206
Binary101100111010110011001110
Octal263254316

Shades and tints

Shades of #B3ACCE

#B3ACCE
(179,172,206)
#A39DBC
(163,157,188)
#938EAA
(147,142,170)
#837F98
(131,127,152)
#737086
(115,112,134)
#636174
(99,97,116)
#535262
(83,82,98)
#434350
(67,67,80)
#33343E
(51,52,62)
#23252C
(35,37,44)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #B3ACCE

#B3ACCE
(179,172,206)
#B9B3D2
(185,179,210)
#BFBAD6
(191,186,214)
#C5C1DA
(197,193,218)
#CBC8DE
(203,200,222)
#D1CFE2
(209,207,226)
#D7D6E6
(215,214,230)
#DDDDEA
(221,221,234)
#E3E4EE
(227,228,238)
#E9EBF2
(233,235,242)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ACCE; }

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

This text font color is #B3ACCE.


Background Color

.myBgColor { background-color: #B3ACCE; }

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

This div background color is #B3ACCE.


Border color

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

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

This div border color is #B3ACCE.


Opacity

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

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

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

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

This text has shadow with #B3ACCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ACCE on black background.


Color preview on white background

This text has color #B3ACCE on white background.



Black color preview on #B3ACCE background

This text has black color on #B3ACCE background.


White color preview on #B3ACCE background

This text has white color on #B3ACCE background.