COLOR #B2A3BD

HEX: #B2A3BD
RGB: (178,163,189)

Color info

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

RGB color model

#B2A3BD color RGB value is (178,163,189).

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

RGB channels and saturation

R 178 of 255 = 70%
G 163 of 255 = 64%
B 189 of 255 = 74%

178
163
189

R + G + B ~ 69%. #B2A3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 163 + 189 = 530 (100%)
R 178 of 530 ~ 33.58%
G 163 of 530 ~ 30.75%
B 189 of 530 ~ 35.66%

%33.58
%30.75
%35.66

CMYK color model

#B2A3BD color CMYK value is (6,14,0,26).

  • cyan value is 5.82%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,14,0,26)
C6M14Y0K26 
(6%,14%,0%,26%)
(0.06/0.14/0.00/0.26)	

CMYK percentages

%5.82
%13.76
%0
%25.88

Codes

Color #B2A3BD in popluar color models

B2A3BD
RGB178163189
HSL275°16.46%69.02%
HSB/HSV275°13.76%74.12%
CMYK5.82%13.76%0.00%
25.88%

Color #B2A3BD in popluar number systems.

HEXB2A3BD
Decimal178163189
Binary101100101010001110111101
Octal262243275

Shades and tints

Shades of #B2A3BD

#B2A3BD
(178,163,189)
#A295AC
(162,149,172)
#92879B
(146,135,155)
#82798A
(130,121,138)
#726B79
(114,107,121)
#625D68
(98,93,104)
#524F57
(82,79,87)
#424146
(66,65,70)
#323335
(50,51,53)
#222524
(34,37,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2A3BD

#B2A3BD
(178,163,189)
#B9ABC3
(185,171,195)
#C0B3C9
(192,179,201)
#C7BBCF
(199,187,207)
#CEC3D5
(206,195,213)
#D5CBDB
(213,203,219)
#DCD3E1
(220,211,225)
#E3DBE7
(227,219,231)
#EAE3ED
(234,227,237)
#F1EBF3
(241,235,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A3BD; }

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

This text font color is #B2A3BD.


Background Color

.myBgColor { background-color: #B2A3BD; }

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

This div background color is #B2A3BD.


Border color

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

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

This div border color is #B2A3BD.


Opacity

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

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

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

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

This text has shadow with #B2A3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A3BD on black background.


Color preview on white background

This text has color #B2A3BD on white background.



Black color preview on #B2A3BD background

This text has black color on #B2A3BD background.


White color preview on #B2A3BD background

This text has white color on #B2A3BD background.