COLOR #B4A3ED

HEX: #B4A3ED
RGB: (180,163,237)

Color info

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

RGB color model

#B4A3ED color RGB value is (180,163,237).

  • red value is 180;
  • green value is 163;
  • blue value is 237.
RGB:
(180,163,237)
(71%,64%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 237 of 255 = 93%

180
163
237

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

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 237 = 580 (100%)
R 180 of 580 ~ 31.03%
G 163 of 580 ~ 28.1%
B 237 of 580 ~ 40.86%

%31.03
%28.1
%40.86

CMYK color model

#B4A3ED color CMYK value is (24,31,0,7).

  • cyan value is 24.05%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(24,31,0,7)
C24M31Y0K7 
(24%,31%,0%,7%)
(0.24/0.31/0.00/0.07)	

CMYK percentages

%24.05
%31.22
%0
%7.06

Codes

Color #B4A3ED in popluar color models

B4A3ED
RGB180163237
HSL254°67.27%78.43%
HSB/HSV254°31.22%92.94%
CMYK24.05%31.22%0.00%
7.06%

Color #B4A3ED in popluar number systems.

HEXB4A3ED
Decimal180163237
Binary101101001010001111101101
Octal264243355

Shades and tints

Shades of #B4A3ED

#B4A3ED
(180,163,237)
#A495D8
(164,149,216)
#9487C3
(148,135,195)
#8479AE
(132,121,174)
#746B99
(116,107,153)
#645D84
(100,93,132)
#544F6F
(84,79,111)
#44415A
(68,65,90)
#343345
(52,51,69)
#242530
(36,37,48)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4A3ED

#B4A3ED
(180,163,237)
#BAABEE
(186,171,238)
#C0B3EF
(192,179,239)
#C6BBF0
(198,187,240)
#CCC3F1
(204,195,241)
#D2CBF2
(210,203,242)
#D8D3F3
(216,211,243)
#DEDBF4
(222,219,244)
#E4E3F5
(228,227,245)
#EAEBF6
(234,235,246)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A3ED color. Also use rgb(180,163,237) instead hex code.

Text Font Color

.myTextColor { color: #B4A3ED; }

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

This text font color is #B4A3ED.


Background Color

.myBgColor { background-color: #B4A3ED; }

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

This div background color is #B4A3ED.


Border color

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

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

This div border color is #B4A3ED.


Opacity

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

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

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

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

This text has shadow with #B4A3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A3ED on black background.


Color preview on white background

This text has color #B4A3ED on white background.



Black color preview on #B4A3ED background

This text has black color on #B4A3ED background.


White color preview on #B4A3ED background

This text has white color on #B4A3ED background.