COLOR #B8A4EE

HEX: #B8A4EE
RGB: (184,164,238)

Color info

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

RGB color model

#B8A4EE color RGB value is (184,164,238).

  • red value is 184;
  • green value is 164;
  • blue value is 238.
RGB:
(184,164,238)
(72%,64%,93%)

RGB channels and saturation

R 184 of 255 = 72%
G 164 of 255 = 64%
B 238 of 255 = 93%

184
164
238

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

Portions of RGB colors in percentages

R + G + B =
184 + 164 + 238 = 586 (100%)
R 184 of 586 ~ 31.4%
G 164 of 586 ~ 27.99%
B 238 of 586 ~ 40.61%

%31.4
%27.99
%40.61

CMYK color model

#B8A4EE color CMYK value is (23,31,0,7).

  • cyan value is 22.69%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(23,31,0,7)
C23M31Y0K7 
(23%,31%,0%,7%)
(0.23/0.31/0.00/0.07)	

CMYK percentages

%22.69
%31.09
%0
%6.67

Codes

Color #B8A4EE in popluar color models

B8A4EE
RGB184164238
HSL256°68.52%78.82%
HSB/HSV256°31.09%93.33%
CMYK22.69%31.09%0.00%
6.67%

Color #B8A4EE in popluar number systems.

HEXB8A4EE
Decimal184164238
Binary101110001010010011101110
Octal270244356

Shades and tints

Shades of #B8A4EE

#B8A4EE
(184,164,238)
#A896D9
(168,150,217)
#9888C4
(152,136,196)
#887AAF
(136,122,175)
#786C9A
(120,108,154)
#685E85
(104,94,133)
#585070
(88,80,112)
#48425B
(72,66,91)
#383446
(56,52,70)
#282631
(40,38,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #B8A4EE

#B8A4EE
(184,164,238)
#BEACEF
(190,172,239)
#C4B4F0
(196,180,240)
#CABCF1
(202,188,241)
#D0C4F2
(208,196,242)
#D6CCF3
(214,204,243)
#DCD4F4
(220,212,244)
#E2DCF5
(226,220,245)
#E8E4F6
(232,228,246)
#EEECF7
(238,236,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A4EE color. Also use rgb(184,164,238) instead hex code.

Text Font Color

.myTextColor { color: #B8A4EE; }

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

This text font color is #B8A4EE.


Background Color

.myBgColor { background-color: #B8A4EE; }

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

This div background color is #B8A4EE.


Border color

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

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

This div border color is #B8A4EE.


Opacity

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

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

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

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

This text has shadow with #B8A4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A4EE on black background.


Color preview on white background

This text has color #B8A4EE on white background.



Black color preview on #B8A4EE background

This text has black color on #B8A4EE background.


White color preview on #B8A4EE background

This text has white color on #B8A4EE background.