COLOR #B3A4CF

HEX: #B3A4CF
RGB: (179,164,207)

Color info

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

RGB color model

#B3A4CF color RGB value is (179,164,207).

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

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 207 of 255 = 81%

179
164
207

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

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 207 = 550 (100%)
R 179 of 550 ~ 32.55%
G 164 of 550 ~ 29.82%
B 207 of 550 ~ 37.64%

%32.55
%29.82
%37.64

CMYK color model

#B3A4CF color CMYK value is (14,21,0,19).

  • cyan value is 13.53%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(14,21,0,19)
C14M21Y0K19 
(14%,21%,0%,19%)
(0.14/0.21/0.00/0.19)	

CMYK percentages

%13.53
%20.77
%0
%18.82

Codes

Color #B3A4CF in popluar color models

B3A4CF
RGB179164207
HSL261°30.94%72.75%
HSB/HSV261°20.77%81.18%
CMYK13.53%20.77%0.00%
18.82%

Color #B3A4CF in popluar number systems.

HEXB3A4CF
Decimal179164207
Binary101100111010010011001111
Octal263244317

Shades and tints

Shades of #B3A4CF

#B3A4CF
(179,164,207)
#A396BD
(163,150,189)
#9388AB
(147,136,171)
#837A99
(131,122,153)
#736C87
(115,108,135)
#635E75
(99,94,117)
#535063
(83,80,99)
#434251
(67,66,81)
#33343F
(51,52,63)
#23262D
(35,38,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #B3A4CF

#B3A4CF
(179,164,207)
#B9ACD3
(185,172,211)
#BFB4D7
(191,180,215)
#C5BCDB
(197,188,219)
#CBC4DF
(203,196,223)
#D1CCE3
(209,204,227)
#D7D4E7
(215,212,231)
#DDDCEB
(221,220,235)
#E3E4EF
(227,228,239)
#E9ECF3
(233,236,243)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A4CF; }

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

This text font color is #B3A4CF.


Background Color

.myBgColor { background-color: #B3A4CF; }

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

This div background color is #B3A4CF.


Border color

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

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

This div border color is #B3A4CF.


Opacity

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

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

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

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

This text has shadow with #B3A4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A4CF on black background.


Color preview on white background

This text has color #B3A4CF on white background.



Black color preview on #B3A4CF background

This text has black color on #B3A4CF background.


White color preview on #B3A4CF background

This text has white color on #B3A4CF background.