COLOR #B4A9E9

HEX: #B4A9E9
RGB: (180,169,233)

Color info

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

RGB color model

#B4A9E9 color RGB value is (180,169,233).

  • red value is 180;
  • green value is 169;
  • blue value is 233.
RGB:
(180,169,233)
(71%,66%,91%)

RGB channels and saturation

R 180 of 255 = 71%
G 169 of 255 = 66%
B 233 of 255 = 91%

180
169
233

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

Portions of RGB colors in percentages

R + G + B =
180 + 169 + 233 = 582 (100%)
R 180 of 582 ~ 30.93%
G 169 of 582 ~ 29.04%
B 233 of 582 ~ 40.03%

%30.93
%29.04
%40.03

CMYK color model

#B4A9E9 color CMYK value is (23,27,0,9).

  • cyan value is 22.75%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(23,27,0,9)
C23M27Y0K9 
(23%,27%,0%,9%)
(0.23/0.27/0.00/0.09)	

CMYK percentages

%22.75
%27.47
%0
%8.63

Codes

Color #B4A9E9 in popluar color models

B4A9E9
RGB180169233
HSL250°59.26%78.82%
HSB/HSV250°27.47%91.37%
CMYK22.75%27.47%0.00%
8.63%

Color #B4A9E9 in popluar number systems.

HEXB4A9E9
Decimal180169233
Binary101101001010100111101001
Octal264251351

Shades and tints

Shades of #B4A9E9

#B4A9E9
(180,169,233)
#A49AD4
(164,154,212)
#948BBF
(148,139,191)
#847CAA
(132,124,170)
#746D95
(116,109,149)
#645E80
(100,94,128)
#544F6B
(84,79,107)
#444056
(68,64,86)
#343141
(52,49,65)
#24222C
(36,34,44)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B4A9E9

#B4A9E9
(180,169,233)
#BAB0EB
(186,176,235)
#C0B7ED
(192,183,237)
#C6BEEF
(198,190,239)
#CCC5F1
(204,197,241)
#D2CCF3
(210,204,243)
#D8D3F5
(216,211,245)
#DEDAF7
(222,218,247)
#E4E1F9
(228,225,249)
#EAE8FB
(234,232,251)
#F0EFFD
(240,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A9E9 color. Also use rgb(180,169,233) instead hex code.

Text Font Color

.myTextColor { color: #B4A9E9; }

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

This text font color is #B4A9E9.


Background Color

.myBgColor { background-color: #B4A9E9; }

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

This div background color is #B4A9E9.


Border color

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

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

This div border color is #B4A9E9.


Opacity

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

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

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

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

This text has shadow with #B4A9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A9E9 on black background.


Color preview on white background

This text has color #B4A9E9 on white background.



Black color preview on #B4A9E9 background

This text has black color on #B4A9E9 background.


White color preview on #B4A9E9 background

This text has white color on #B4A9E9 background.