COLOR #B3A2C5

HEX: #B3A2C5
RGB: (179,162,197)

Color info

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

RGB color model

#B3A2C5 color RGB value is (179,162,197).

  • red value is 179;
  • green value is 162;
  • blue value is 197.
RGB:
(179,162,197)
(70%,64%,77%)

RGB channels and saturation

R 179 of 255 = 70%
G 162 of 255 = 64%
B 197 of 255 = 77%

179
162
197

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

Portions of RGB colors in percentages

R + G + B =
179 + 162 + 197 = 538 (100%)
R 179 of 538 ~ 33.27%
G 162 of 538 ~ 30.11%
B 197 of 538 ~ 36.62%

%33.27
%30.11
%36.62

CMYK color model

#B3A2C5 color CMYK value is (9,18,0,23).

  • cyan value is 9.14%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(9,18,0,23)
C9M18Y0K23 
(9%,18%,0%,23%)
(0.09/0.18/0.00/0.23)	

CMYK percentages

%9.14
%17.77
%0
%22.75

Codes

Color #B3A2C5 in popluar color models

B3A2C5
RGB179162197
HSL269°23.18%70.39%
HSB/HSV269°17.77%77.25%
CMYK9.14%17.77%0.00%
22.75%

Color #B3A2C5 in popluar number systems.

HEXB3A2C5
Decimal179162197
Binary101100111010001011000101
Octal263242305

Shades and tints

Shades of #B3A2C5

#B3A2C5
(179,162,197)
#A394B4
(163,148,180)
#9386A3
(147,134,163)
#837892
(131,120,146)
#736A81
(115,106,129)
#635C70
(99,92,112)
#534E5F
(83,78,95)
#43404E
(67,64,78)
#33323D
(51,50,61)
#23242C
(35,36,44)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #B3A2C5

#B3A2C5
(179,162,197)
#B9AACA
(185,170,202)
#BFB2CF
(191,178,207)
#C5BAD4
(197,186,212)
#CBC2D9
(203,194,217)
#D1CADE
(209,202,222)
#D7D2E3
(215,210,227)
#DDDAE8
(221,218,232)
#E3E2ED
(227,226,237)
#E9EAF2
(233,234,242)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A2C5 color. Also use rgb(179,162,197) instead hex code.

Text Font Color

.myTextColor { color: #B3A2C5; }

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

This text font color is #B3A2C5.


Background Color

.myBgColor { background-color: #B3A2C5; }

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

This div background color is #B3A2C5.


Border color

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

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

This div border color is #B3A2C5.


Opacity

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

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

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

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

This text has shadow with #B3A2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A2C5 on black background.


Color preview on white background

This text has color #B3A2C5 on white background.



Black color preview on #B3A2C5 background

This text has black color on #B3A2C5 background.


White color preview on #B3A2C5 background

This text has white color on #B3A2C5 background.