COLOR #B2A4B5

HEX: #B2A4B5
RGB: (178,164,181)

Color info

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

RGB color model

#B2A4B5 color RGB value is (178,164,181).

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

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 181 of 255 = 71%

178
164
181

R + G + B ~ 68%. #B2A4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 181 = 523 (100%)
R 178 of 523 ~ 34.03%
G 164 of 523 ~ 31.36%
B 181 of 523 ~ 34.61%

%34.03
%31.36
%34.61

CMYK color model

#B2A4B5 color CMYK value is (2,9,0,29).

  • cyan value is 1.66%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,9,0,29)
C2M9Y0K29 
(2%,9%,0%,29%)
(0.02/0.09/0.00/0.29)	

CMYK percentages

%1.66
%9.39
%0
%29.02

Codes

Color #B2A4B5 in popluar color models

B2A4B5
RGB178164181
HSL289°10.30%67.65%
HSB/HSV289°9.39%70.98%
CMYK1.66%9.39%0.00%
29.02%

Color #B2A4B5 in popluar number systems.

HEXB2A4B5
Decimal178164181
Binary101100101010010010110101
Octal262244265

Shades and tints

Shades of #B2A4B5

#B2A4B5
(178,164,181)
#A296A5
(162,150,165)
#928895
(146,136,149)
#827A85
(130,122,133)
#726C75
(114,108,117)
#625E65
(98,94,101)
#525055
(82,80,85)
#424245
(66,66,69)
#323435
(50,52,53)
#222625
(34,38,37)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #B2A4B5

#B2A4B5
(178,164,181)
#B9ACBB
(185,172,187)
#C0B4C1
(192,180,193)
#C7BCC7
(199,188,199)
#CEC4CD
(206,196,205)
#D5CCD3
(213,204,211)
#DCD4D9
(220,212,217)
#E3DCDF
(227,220,223)
#EAE4E5
(234,228,229)
#F1ECEB
(241,236,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A4B5; }

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

This text font color is #B2A4B5.


Background Color

.myBgColor { background-color: #B2A4B5; }

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

This div background color is #B2A4B5.


Border color

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

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

This div border color is #B2A4B5.


Opacity

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

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

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

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

This text has shadow with #B2A4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A4B5 on black background.


Color preview on white background

This text has color #B2A4B5 on white background.



Black color preview on #B2A4B5 background

This text has black color on #B2A4B5 background.


White color preview on #B2A4B5 background

This text has white color on #B2A4B5 background.