COLOR #B8A2EA

HEX: #B8A2EA
RGB: (184,162,234)

Color info

#B8A2EA contains mainly red and blue colors. Web safe color of #B8A2EA is #CC99FF (or #C9F).

RGB color model

#B8A2EA color RGB value is (184,162,234).

  • red value is 184;
  • green value is 162;
  • blue value is 234.
RGB:
(184,162,234)
(72%,64%,92%)

RGB channels and saturation

R 184 of 255 = 72%
G 162 of 255 = 64%
B 234 of 255 = 92%

184
162
234

R + G + B ~ 76%. #B8A2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 162 + 234 = 580 (100%)
R 184 of 580 ~ 31.72%
G 162 of 580 ~ 27.93%
B 234 of 580 ~ 40.34%

%31.72
%27.93
%40.34

CMYK color model

#B8A2EA color CMYK value is (21,31,0,8).

  • cyan value is 21.37%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,31,0,8)
C21M31Y0K8 
(21%,31%,0%,8%)
(0.21/0.31/0.00/0.08)	

CMYK percentages

%21.37
%30.77
%0
%8.24

Codes

Color #B8A2EA in popluar color models

B8A2EA
RGB184162234
HSL258°63.16%77.65%
HSB/HSV258°30.77%91.76%
CMYK21.37%30.77%0.00%
8.24%

Color #B8A2EA in popluar number systems.

HEXB8A2EA
Decimal184162234
Binary101110001010001011101010
Octal270242352

Shades and tints

Shades of #B8A2EA

#B8A2EA
(184,162,234)
#A894D5
(168,148,213)
#9886C0
(152,134,192)
#8878AB
(136,120,171)
#786A96
(120,106,150)
#685C81
(104,92,129)
#584E6C
(88,78,108)
#484057
(72,64,87)
#383242
(56,50,66)
#28242D
(40,36,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #B8A2EA

#B8A2EA
(184,162,234)
#BEAAEB
(190,170,235)
#C4B2EC
(196,178,236)
#CABAED
(202,186,237)
#D0C2EE
(208,194,238)
#D6CAEF
(214,202,239)
#DCD2F0
(220,210,240)
#E2DAF1
(226,218,241)
#E8E2F2
(232,226,242)
#EEEAF3
(238,234,243)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A2EA color. Also use rgb(184,162,234) instead hex code.

Text Font Color

.myTextColor { color: #B8A2EA; }

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

This text font color is #B8A2EA.


Background Color

.myBgColor { background-color: #B8A2EA; }

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

This div background color is #B8A2EA.


Border color

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

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

This div border color is #B8A2EA.


Opacity

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

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

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

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

This text has shadow with #B8A2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A2EA on black background.


Color preview on white background

This text has color #B8A2EA on white background.



Black color preview on #B8A2EA background

This text has black color on #B8A2EA background.


White color preview on #B8A2EA background

This text has white color on #B8A2EA background.