COLOR #B4A7F9

HEX: #B4A7F9
RGB: (180,167,249)

Color info

#B4A7F9 contains mainly blue color. Web safe color of #B4A7F9 is #CC99FF (or #C9F).

RGB color model

#B4A7F9 color RGB value is (180,167,249).

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

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 249 of 255 = 98%

180
167
249

R + G + B ~ 78%. #B4A7F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 249 = 596 (100%)
R 180 of 596 ~ 30.2%
G 167 of 596 ~ 28.02%
B 249 of 596 ~ 41.78%

%30.2
%28.02
%41.78

CMYK color model

#B4A7F9 color CMYK value is (28,33,0,2).

  • cyan value is 27.71%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(28,33,0,2)
C28M33Y0K2 
(28%,33%,0%,2%)
(0.28/0.33/0.00/0.02)	

CMYK percentages

%27.71
%32.93
%0
%2.35

Codes

Color #B4A7F9 in popluar color models

B4A7F9
RGB180167249
HSL250°87.23%81.57%
HSB/HSV250°32.93%97.65%
CMYK27.71%32.93%0.00%
2.35%

Color #B4A7F9 in popluar number systems.

HEXB4A7F9
Decimal180167249
Binary101101001010011111111001
Octal264247371

Shades and tints

Shades of #B4A7F9

#B4A7F9
(180,167,249)
#A498E3
(164,152,227)
#9489CD
(148,137,205)
#847AB7
(132,122,183)
#746BA1
(116,107,161)
#645C8B
(100,92,139)
#544D75
(84,77,117)
#443E5F
(68,62,95)
#342F49
(52,47,73)
#242033
(36,32,51)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #B4A7F9

#B4A7F9
(180,167,249)
#BAAFF9
(186,175,249)
#C0B7F9
(192,183,249)
#C6BFF9
(198,191,249)
#CCC7F9
(204,199,249)
#D2CFF9
(210,207,249)
#D8D7F9
(216,215,249)
#DEDFF9
(222,223,249)
#E4E7F9
(228,231,249)
#EAEFF9
(234,239,249)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A7F9; }

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

This text font color is #B4A7F9.


Background Color

.myBgColor { background-color: #B4A7F9; }

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

This div background color is #B4A7F9.


Border color

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

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

This div border color is #B4A7F9.


Opacity

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

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

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

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

This text has shadow with #B4A7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A7F9 on black background.


Color preview on white background

This text has color #B4A7F9 on white background.



Black color preview on #B4A7F9 background

This text has black color on #B4A7F9 background.


White color preview on #B4A7F9 background

This text has white color on #B4A7F9 background.