COLOR #B4A7EA

HEX: #B4A7EA
RGB: (180,167,234)

Color info

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

RGB color model

#B4A7EA color RGB value is (180,167,234).

  • red value is 180;
  • green value is 167;
  • blue value is 234.
RGB:
(180,167,234)
(71%,65%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 234 of 255 = 92%

180
167
234

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

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 234 = 581 (100%)
R 180 of 581 ~ 30.98%
G 167 of 581 ~ 28.74%
B 234 of 581 ~ 40.28%

%30.98
%28.74
%40.28

CMYK color model

#B4A7EA color CMYK value is (23,29,0,8).

  • cyan value is 23.08%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,29,0,8)
C23M29Y0K8 
(23%,29%,0%,8%)
(0.23/0.29/0.00/0.08)	

CMYK percentages

%23.08
%28.63
%0
%8.24

Codes

Color #B4A7EA in popluar color models

B4A7EA
RGB180167234
HSL252°61.47%78.63%
HSB/HSV252°28.63%91.76%
CMYK23.08%28.63%0.00%
8.24%

Color #B4A7EA in popluar number systems.

HEXB4A7EA
Decimal180167234
Binary101101001010011111101010
Octal264247352

Shades and tints

Shades of #B4A7EA

#B4A7EA
(180,167,234)
#A498D5
(164,152,213)
#9489C0
(148,137,192)
#847AAB
(132,122,171)
#746B96
(116,107,150)
#645C81
(100,92,129)
#544D6C
(84,77,108)
#443E57
(68,62,87)
#342F42
(52,47,66)
#24202D
(36,32,45)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #B4A7EA

#B4A7EA
(180,167,234)
#BAAFEB
(186,175,235)
#C0B7EC
(192,183,236)
#C6BFED
(198,191,237)
#CCC7EE
(204,199,238)
#D2CFEF
(210,207,239)
#D8D7F0
(216,215,240)
#DEDFF1
(222,223,241)
#E4E7F2
(228,231,242)
#EAEFF3
(234,239,243)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A7EA color. Also use rgb(180,167,234) instead hex code.

Text Font Color

.myTextColor { color: #B4A7EA; }

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

This text font color is #B4A7EA.


Background Color

.myBgColor { background-color: #B4A7EA; }

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

This div background color is #B4A7EA.


Border color

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

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

This div border color is #B4A7EA.


Opacity

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

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

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

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

This text has shadow with #B4A7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A7EA on black background.


Color preview on white background

This text has color #B4A7EA on white background.



Black color preview on #B4A7EA background

This text has black color on #B4A7EA background.


White color preview on #B4A7EA background

This text has white color on #B4A7EA background.