COLOR #B3A3C0

HEX: #B3A3C0
RGB: (179,163,192)

Color info

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

RGB color model

#B3A3C0 color RGB value is (179,163,192).

  • red value is 179;
  • green value is 163;
  • blue value is 192.
RGB:
(179,163,192)
(70%,64%,75%)

RGB channels and saturation

R 179 of 255 = 70%
G 163 of 255 = 64%
B 192 of 255 = 75%

179
163
192

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

Portions of RGB colors in percentages

R + G + B =
179 + 163 + 192 = 534 (100%)
R 179 of 534 ~ 33.52%
G 163 of 534 ~ 30.52%
B 192 of 534 ~ 35.96%

%33.52
%30.52
%35.96

CMYK color model

#B3A3C0 color CMYK value is (7,15,0,25).

  • cyan value is 6.77%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(7,15,0,25)
C7M15Y0K25 
(7%,15%,0%,25%)
(0.07/0.15/0.00/0.25)	

CMYK percentages

%6.77
%15.1
%0
%24.71

Codes

Color #B3A3C0 in popluar color models

B3A3C0
RGB179163192
HSL273°18.71%69.61%
HSB/HSV273°15.10%75.29%
CMYK6.77%15.10%0.00%
24.71%

Color #B3A3C0 in popluar number systems.

HEXB3A3C0
Decimal179163192
Binary101100111010001111000000
Octal263243300

Shades and tints

Shades of #B3A3C0

#B3A3C0
(179,163,192)
#A395AF
(163,149,175)
#93879E
(147,135,158)
#83798D
(131,121,141)
#736B7C
(115,107,124)
#635D6B
(99,93,107)
#534F5A
(83,79,90)
#434149
(67,65,73)
#333338
(51,51,56)
#232527
(35,37,39)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #B3A3C0

#B3A3C0
(179,163,192)
#B9ABC5
(185,171,197)
#BFB3CA
(191,179,202)
#C5BBCF
(197,187,207)
#CBC3D4
(203,195,212)
#D1CBD9
(209,203,217)
#D7D3DE
(215,211,222)
#DDDBE3
(221,219,227)
#E3E3E8
(227,227,232)
#E9EBED
(233,235,237)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A3C0 color. Also use rgb(179,163,192) instead hex code.

Text Font Color

.myTextColor { color: #B3A3C0; }

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

This text font color is #B3A3C0.


Background Color

.myBgColor { background-color: #B3A3C0; }

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

This div background color is #B3A3C0.


Border color

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

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

This div border color is #B3A3C0.


Opacity

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

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

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

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

This text has shadow with #B3A3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A3C0 on black background.


Color preview on white background

This text has color #B3A3C0 on white background.



Black color preview on #B3A3C0 background

This text has black color on #B3A3C0 background.


White color preview on #B3A3C0 background

This text has white color on #B3A3C0 background.