COLOR #B3A4CA

HEX: #B3A4CA
RGB: (179,164,202)

Color info

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

RGB color model

#B3A4CA color RGB value is (179,164,202).

  • red value is 179;
  • green value is 164;
  • blue value is 202.
RGB:
(179,164,202)
(70%,64%,79%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 202 of 255 = 79%

179
164
202

R + G + B ~ 71%. #B3A4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 202 = 545 (100%)
R 179 of 545 ~ 32.84%
G 164 of 545 ~ 30.09%
B 202 of 545 ~ 37.06%

%32.84
%30.09
%37.06

CMYK color model

#B3A4CA color CMYK value is (11,19,0,21).

  • cyan value is 11.39%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(11,19,0,21)
C11M19Y0K21 
(11%,19%,0%,21%)
(0.11/0.19/0.00/0.21)	

CMYK percentages

%11.39
%18.81
%0
%20.78

Codes

Color #B3A4CA in popluar color models

B3A4CA
RGB179164202
HSL264°26.39%71.76%
HSB/HSV264°18.81%79.22%
CMYK11.39%18.81%0.00%
20.78%

Color #B3A4CA in popluar number systems.

HEXB3A4CA
Decimal179164202
Binary101100111010010011001010
Octal263244312

Shades and tints

Shades of #B3A4CA

#B3A4CA
(179,164,202)
#A396B8
(163,150,184)
#9388A6
(147,136,166)
#837A94
(131,122,148)
#736C82
(115,108,130)
#635E70
(99,94,112)
#53505E
(83,80,94)
#43424C
(67,66,76)
#33343A
(51,52,58)
#232628
(35,38,40)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #B3A4CA

#B3A4CA
(179,164,202)
#B9ACCE
(185,172,206)
#BFB4D2
(191,180,210)
#C5BCD6
(197,188,214)
#CBC4DA
(203,196,218)
#D1CCDE
(209,204,222)
#D7D4E2
(215,212,226)
#DDDCE6
(221,220,230)
#E3E4EA
(227,228,234)
#E9ECEE
(233,236,238)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A4CA color. Also use rgb(179,164,202) instead hex code.

Text Font Color

.myTextColor { color: #B3A4CA; }

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

This text font color is #B3A4CA.


Background Color

.myBgColor { background-color: #B3A4CA; }

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

This div background color is #B3A4CA.


Border color

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

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

This div border color is #B3A4CA.


Opacity

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

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

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

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

This text has shadow with #B3A4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A4CA on black background.


Color preview on white background

This text has color #B3A4CA on white background.



Black color preview on #B3A4CA background

This text has black color on #B3A4CA background.


White color preview on #B3A4CA background

This text has white color on #B3A4CA background.