COLOR #B2A2E9

HEX: #B2A2E9
RGB: (178,162,233)

Color info

#B2A2E9 contains mainly red and blue colors. Web safe color of #B2A2E9 is #9999FF (or #99F).

RGB color model

#B2A2E9 color RGB value is (178,162,233).

  • red value is 178;
  • green value is 162;
  • blue value is 233.
RGB:
(178,162,233)
(70%,64%,91%)

RGB channels and saturation

R 178 of 255 = 70%
G 162 of 255 = 64%
B 233 of 255 = 91%

178
162
233

R + G + B ~ 75%. #B2A2E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 162 + 233 = 573 (100%)
R 178 of 573 ~ 31.06%
G 162 of 573 ~ 28.27%
B 233 of 573 ~ 40.66%

%31.06
%28.27
%40.66

CMYK color model

#B2A2E9 color CMYK value is (24,30,0,9).

  • cyan value is 23.61%
  • magenta value is 30.47%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(24,30,0,9)
C24M30Y0K9 
(24%,30%,0%,9%)
(0.24/0.30/0.00/0.09)	

CMYK percentages

%23.61
%30.47
%0
%8.63

Codes

Color #B2A2E9 in popluar color models

B2A2E9
RGB178162233
HSL254°61.74%77.45%
HSB/HSV254°30.47%91.37%
CMYK23.61%30.47%0.00%
8.63%

Color #B2A2E9 in popluar number systems.

HEXB2A2E9
Decimal178162233
Binary101100101010001011101001
Octal262242351

Shades and tints

Shades of #B2A2E9

#B2A2E9
(178,162,233)
#A294D4
(162,148,212)
#9286BF
(146,134,191)
#8278AA
(130,120,170)
#726A95
(114,106,149)
#625C80
(98,92,128)
#524E6B
(82,78,107)
#424056
(66,64,86)
#323241
(50,50,65)
#22242C
(34,36,44)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2A2E9

#B2A2E9
(178,162,233)
#B9AAEB
(185,170,235)
#C0B2ED
(192,178,237)
#C7BAEF
(199,186,239)
#CEC2F1
(206,194,241)
#D5CAF3
(213,202,243)
#DCD2F5
(220,210,245)
#E3DAF7
(227,218,247)
#EAE2F9
(234,226,249)
#F1EAFB
(241,234,251)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A2E9 color. Also use rgb(178,162,233) instead hex code.

Text Font Color

.myTextColor { color: #B2A2E9; }

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

This text font color is #B2A2E9.


Background Color

.myBgColor { background-color: #B2A2E9; }

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

This div background color is #B2A2E9.


Border color

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

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

This div border color is #B2A2E9.


Opacity

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

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

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

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

This text has shadow with #B2A2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A2E9 on black background.


Color preview on white background

This text has color #B2A2E9 on white background.



Black color preview on #B2A2E9 background

This text has black color on #B2A2E9 background.


White color preview on #B2A2E9 background

This text has white color on #B2A2E9 background.