COLOR #B2A3CB

HEX: #B2A3CB
RGB: (178,163,203)

Color info

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

RGB color model

#B2A3CB color RGB value is (178,163,203).

  • red value is 178;
  • green value is 163;
  • blue value is 203.
RGB:
(178,163,203)
(70%,64%,80%)

RGB channels and saturation

R 178 of 255 = 70%
G 163 of 255 = 64%
B 203 of 255 = 80%

178
163
203

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

Portions of RGB colors in percentages

R + G + B =
178 + 163 + 203 = 544 (100%)
R 178 of 544 ~ 32.72%
G 163 of 544 ~ 29.96%
B 203 of 544 ~ 37.32%

%32.72
%29.96
%37.32

CMYK color model

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

  • cyan value is 12.32%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,20,0,20)
C12M20Y0K20 
(12%,20%,0%,20%)
(0.12/0.20/0.00/0.20)	

CMYK percentages

%12.32
%19.7
%0
%20.39

Codes

Color #B2A3CB in popluar color models

B2A3CB
RGB178163203
HSL263°27.78%71.76%
HSB/HSV263°19.70%79.61%
CMYK12.32%19.70%0.00%
20.39%

Color #B2A3CB in popluar number systems.

HEXB2A3CB
Decimal178163203
Binary101100101010001111001011
Octal262243313

Shades and tints

Shades of #B2A3CB

#B2A3CB
(178,163,203)
#A295B9
(162,149,185)
#9287A7
(146,135,167)
#827995
(130,121,149)
#726B83
(114,107,131)
#625D71
(98,93,113)
#524F5F
(82,79,95)
#42414D
(66,65,77)
#32333B
(50,51,59)
#222529
(34,37,41)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #B2A3CB

#B2A3CB
(178,163,203)
#B9ABCF
(185,171,207)
#C0B3D3
(192,179,211)
#C7BBD7
(199,187,215)
#CEC3DB
(206,195,219)
#D5CBDF
(213,203,223)
#DCD3E3
(220,211,227)
#E3DBE7
(227,219,231)
#EAE3EB
(234,227,235)
#F1EBEF
(241,235,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A3CB color. Also use rgb(178,163,203) instead hex code.

Text Font Color

.myTextColor { color: #B2A3CB; }

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

This text font color is #B2A3CB.


Background Color

.myBgColor { background-color: #B2A3CB; }

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

This div background color is #B2A3CB.


Border color

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

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

This div border color is #B2A3CB.


Opacity

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

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

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

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

This text has shadow with #B2A3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A3CB on black background.


Color preview on white background

This text has color #B2A3CB on white background.



Black color preview on #B2A3CB background

This text has black color on #B2A3CB background.


White color preview on #B2A3CB background

This text has white color on #B2A3CB background.