COLOR #B2A6D4

HEX: #B2A6D4
RGB: (178,166,212)

Color info

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

RGB color model

#B2A6D4 color RGB value is (178,166,212).

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

RGB channels and saturation

R 178 of 255 = 70%
G 166 of 255 = 65%
B 212 of 255 = 83%

178
166
212

R + G + B ~ 73%. #B2A6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 166 + 212 = 556 (100%)
R 178 of 556 ~ 32.01%
G 166 of 556 ~ 29.86%
B 212 of 556 ~ 38.13%

%32.01
%29.86
%38.13

CMYK color model

#B2A6D4 color CMYK value is (16,22,0,17).

  • cyan value is 16.04%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(16,22,0,17)
C16M22Y0K17 
(16%,22%,0%,17%)
(0.16/0.22/0.00/0.17)	

CMYK percentages

%16.04
%21.7
%0
%16.86

Codes

Color #B2A6D4 in popluar color models

B2A6D4
RGB178166212
HSL256°34.85%74.12%
HSB/HSV256°21.70%83.14%
CMYK16.04%21.70%0.00%
16.86%

Color #B2A6D4 in popluar number systems.

HEXB2A6D4
Decimal178166212
Binary101100101010011011010100
Octal262246324

Shades and tints

Shades of #B2A6D4

#B2A6D4
(178,166,212)
#A297C1
(162,151,193)
#9288AE
(146,136,174)
#82799B
(130,121,155)
#726A88
(114,106,136)
#625B75
(98,91,117)
#524C62
(82,76,98)
#423D4F
(66,61,79)
#322E3C
(50,46,60)
#221F29
(34,31,41)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #B2A6D4

#B2A6D4
(178,166,212)
#B9AED7
(185,174,215)
#C0B6DA
(192,182,218)
#C7BEDD
(199,190,221)
#CEC6E0
(206,198,224)
#D5CEE3
(213,206,227)
#DCD6E6
(220,214,230)
#E3DEE9
(227,222,233)
#EAE6EC
(234,230,236)
#F1EEEF
(241,238,239)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A6D4; }

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

This text font color is #B2A6D4.


Background Color

.myBgColor { background-color: #B2A6D4; }

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

This div background color is #B2A6D4.


Border color

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

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

This div border color is #B2A6D4.


Opacity

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

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

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

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

This text has shadow with #B2A6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A6D4 on black background.


Color preview on white background

This text has color #B2A6D4 on white background.



Black color preview on #B2A6D4 background

This text has black color on #B2A6D4 background.


White color preview on #B2A6D4 background

This text has white color on #B2A6D4 background.