COLOR #B2A3D4

HEX: #B2A3D4
RGB: (178,163,212)

Color info

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

RGB color model

#B2A3D4 color RGB value is (178,163,212).

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

RGB channels and saturation

R 178 of 255 = 70%
G 163 of 255 = 64%
B 212 of 255 = 83%

178
163
212

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

Portions of RGB colors in percentages

R + G + B =
178 + 163 + 212 = 553 (100%)
R 178 of 553 ~ 32.19%
G 163 of 553 ~ 29.48%
B 212 of 553 ~ 38.34%

%32.19
%29.48
%38.34

CMYK color model

#B2A3D4 color CMYK value is (16,23,0,17).

  • cyan value is 16.04%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(16,23,0,17)
C16M23Y0K17 
(16%,23%,0%,17%)
(0.16/0.23/0.00/0.17)	

CMYK percentages

%16.04
%23.11
%0
%16.86

Codes

Color #B2A3D4 in popluar color models

B2A3D4
RGB178163212
HSL258°36.30%73.53%
HSB/HSV258°23.11%83.14%
CMYK16.04%23.11%0.00%
16.86%

Color #B2A3D4 in popluar number systems.

HEXB2A3D4
Decimal178163212
Binary101100101010001111010100
Octal262243324

Shades and tints

Shades of #B2A3D4

#B2A3D4
(178,163,212)
#A295C1
(162,149,193)
#9287AE
(146,135,174)
#82799B
(130,121,155)
#726B88
(114,107,136)
#625D75
(98,93,117)
#524F62
(82,79,98)
#42414F
(66,65,79)
#32333C
(50,51,60)
#222529
(34,37,41)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #B2A3D4

#B2A3D4
(178,163,212)
#B9ABD7
(185,171,215)
#C0B3DA
(192,179,218)
#C7BBDD
(199,187,221)
#CEC3E0
(206,195,224)
#D5CBE3
(213,203,227)
#DCD3E6
(220,211,230)
#E3DBE9
(227,219,233)
#EAE3EC
(234,227,236)
#F1EBEF
(241,235,239)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A3D4; }

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

This text font color is #B2A3D4.


Background Color

.myBgColor { background-color: #B2A3D4; }

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

This div background color is #B2A3D4.


Border color

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

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

This div border color is #B2A3D4.


Opacity

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

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

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

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

This text has shadow with #B2A3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A3D4 on black background.


Color preview on white background

This text has color #B2A3D4 on white background.



Black color preview on #B2A3D4 background

This text has black color on #B2A3D4 background.


White color preview on #B2A3D4 background

This text has white color on #B2A3D4 background.