COLOR #B3A2CC

HEX: #B3A2CC
RGB: (179,162,204)

Color info

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

RGB color model

#B3A2CC color RGB value is (179,162,204).

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

RGB channels and saturation

R 179 of 255 = 70%
G 162 of 255 = 64%
B 204 of 255 = 80%

179
162
204

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

Portions of RGB colors in percentages

R + G + B =
179 + 162 + 204 = 545 (100%)
R 179 of 545 ~ 32.84%
G 162 of 545 ~ 29.72%
B 204 of 545 ~ 37.43%

%32.84
%29.72
%37.43

CMYK color model

#B3A2CC color CMYK value is (12,21,0,20).

  • cyan value is 12.25%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,21,0,20)
C12M21Y0K20 
(12%,21%,0%,20%)
(0.12/0.21/0.00/0.20)	

CMYK percentages

%12.25
%20.59
%0
%20

Codes

Color #B3A2CC in popluar color models

B3A2CC
RGB179162204
HSL264°29.17%71.76%
HSB/HSV264°20.59%80.00%
CMYK12.25%20.59%0.00%
20.00%

Color #B3A2CC in popluar number systems.

HEXB3A2CC
Decimal179162204
Binary101100111010001011001100
Octal263242314

Shades and tints

Shades of #B3A2CC

#B3A2CC
(179,162,204)
#A394BA
(163,148,186)
#9386A8
(147,134,168)
#837896
(131,120,150)
#736A84
(115,106,132)
#635C72
(99,92,114)
#534E60
(83,78,96)
#43404E
(67,64,78)
#33323C
(51,50,60)
#23242A
(35,36,42)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #B3A2CC

#B3A2CC
(179,162,204)
#B9AAD0
(185,170,208)
#BFB2D4
(191,178,212)
#C5BAD8
(197,186,216)
#CBC2DC
(203,194,220)
#D1CAE0
(209,202,224)
#D7D2E4
(215,210,228)
#DDDAE8
(221,218,232)
#E3E2EC
(227,226,236)
#E9EAF0
(233,234,240)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A2CC; }

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

This text font color is #B3A2CC.


Background Color

.myBgColor { background-color: #B3A2CC; }

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

This div background color is #B3A2CC.


Border color

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

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

This div border color is #B3A2CC.


Opacity

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

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

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

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

This text has shadow with #B3A2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A2CC on black background.


Color preview on white background

This text has color #B3A2CC on white background.



Black color preview on #B3A2CC background

This text has black color on #B3A2CC background.


White color preview on #B3A2CC background

This text has white color on #B3A2CC background.