COLOR #B1A3CA

HEX: #B1A3CA
RGB: (177,163,202)

Color info

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

RGB color model

#B1A3CA color RGB value is (177,163,202).

  • red value is 177;
  • green value is 163;
  • blue value is 202.
RGB:
(177,163,202)
(69%,64%,79%)

RGB channels and saturation

R 177 of 255 = 69%
G 163 of 255 = 64%
B 202 of 255 = 79%

177
163
202

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

Portions of RGB colors in percentages

R + G + B =
177 + 163 + 202 = 542 (100%)
R 177 of 542 ~ 32.66%
G 163 of 542 ~ 30.07%
B 202 of 542 ~ 37.27%

%32.66
%30.07
%37.27

CMYK color model

#B1A3CA color CMYK value is (12,19,0,21).

  • cyan value is 12.38%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(12,19,0,21)
C12M19Y0K21 
(12%,19%,0%,21%)
(0.12/0.19/0.00/0.21)	

CMYK percentages

%12.38
%19.31
%0
%20.78

Codes

Color #B1A3CA in popluar color models

B1A3CA
RGB177163202
HSL262°26.90%71.57%
HSB/HSV262°19.31%79.22%
CMYK12.38%19.31%0.00%
20.78%

Color #B1A3CA in popluar number systems.

HEXB1A3CA
Decimal177163202
Binary101100011010001111001010
Octal261243312

Shades and tints

Shades of #B1A3CA

#B1A3CA
(177,163,202)
#A195B8
(161,149,184)
#9187A6
(145,135,166)
#817994
(129,121,148)
#716B82
(113,107,130)
#615D70
(97,93,112)
#514F5E
(81,79,94)
#41414C
(65,65,76)
#31333A
(49,51,58)
#212528
(33,37,40)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #B1A3CA

#B1A3CA
(177,163,202)
#B8ABCE
(184,171,206)
#BFB3D2
(191,179,210)
#C6BBD6
(198,187,214)
#CDC3DA
(205,195,218)
#D4CBDE
(212,203,222)
#DBD3E2
(219,211,226)
#E2DBE6
(226,219,230)
#E9E3EA
(233,227,234)
#F0EBEE
(240,235,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A3CA color. Also use rgb(177,163,202) instead hex code.

Text Font Color

.myTextColor { color: #B1A3CA; }

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

This text font color is #B1A3CA.


Background Color

.myBgColor { background-color: #B1A3CA; }

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

This div background color is #B1A3CA.


Border color

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

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

This div border color is #B1A3CA.


Opacity

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

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

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

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

This text has shadow with #B1A3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A3CA on black background.


Color preview on white background

This text has color #B1A3CA on white background.



Black color preview on #B1A3CA background

This text has black color on #B1A3CA background.


White color preview on #B1A3CA background

This text has white color on #B1A3CA background.