COLOR #B2A4D6

HEX: #B2A4D6
RGB: (178,164,214)

Color info

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

RGB color model

#B2A4D6 color RGB value is (178,164,214).

  • red value is 178;
  • green value is 164;
  • blue value is 214.
RGB:
(178,164,214)
(70%,64%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 214 of 255 = 84%

178
164
214

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

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 214 = 556 (100%)
R 178 of 556 ~ 32.01%
G 164 of 556 ~ 29.5%
B 214 of 556 ~ 38.49%

%32.01
%29.5
%38.49

CMYK color model

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

  • cyan value is 16.82%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(17,23,0,16)
C17M23Y0K16 
(17%,23%,0%,16%)
(0.17/0.23/0.00/0.16)	

CMYK percentages

%16.82
%23.36
%0
%16.08

Codes

Color #B2A4D6 in popluar color models

B2A4D6
RGB178164214
HSL257°37.88%74.12%
HSB/HSV257°23.36%83.92%
CMYK16.82%23.36%0.00%
16.08%

Color #B2A4D6 in popluar number systems.

HEXB2A4D6
Decimal178164214
Binary101100101010010011010110
Octal262244326

Shades and tints

Shades of #B2A4D6

#B2A4D6
(178,164,214)
#A296C3
(162,150,195)
#9288B0
(146,136,176)
#827A9D
(130,122,157)
#726C8A
(114,108,138)
#625E77
(98,94,119)
#525064
(82,80,100)
#424251
(66,66,81)
#32343E
(50,52,62)
#22262B
(34,38,43)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #B2A4D6

#B2A4D6
(178,164,214)
#B9ACD9
(185,172,217)
#C0B4DC
(192,180,220)
#C7BCDF
(199,188,223)
#CEC4E2
(206,196,226)
#D5CCE5
(213,204,229)
#DCD4E8
(220,212,232)
#E3DCEB
(227,220,235)
#EAE4EE
(234,228,238)
#F1ECF1
(241,236,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A4D6 color. Also use rgb(178,164,214) instead hex code.

Text Font Color

.myTextColor { color: #B2A4D6; }

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

This text font color is #B2A4D6.


Background Color

.myBgColor { background-color: #B2A4D6; }

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

This div background color is #B2A4D6.


Border color

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

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

This div border color is #B2A4D6.


Opacity

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

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

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

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

This text has shadow with #B2A4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A4D6 on black background.


Color preview on white background

This text has color #B2A4D6 on white background.



Black color preview on #B2A4D6 background

This text has black color on #B2A4D6 background.


White color preview on #B2A4D6 background

This text has white color on #B2A4D6 background.